My app was running well, until I update my xcode project with Xcode warning.
After that I can not run my app in Simulator or Device.
In XCode Workspace it shows,
Under Lexical or Proprocessor Issues :
- /Users/abdullahtellioglu/Desktop/CircleGame/CircleGame/ios-moe/xcode/ios-moe/main.cpp:1:10: ‘MOE/MOE.h’ file not found
Under Apple LLVM 9.0 Error
- No such file or directory: ‘/Users/abdullahtellioglu/Desktop/CircleGame/CircleGame/ios-moe/build/moe/main/ui-headers/moe-main-interfaces.m’
- No input files
In Android Studio
Waiting for iOS Device…
Launching:
ERROR: Failed to launch application on device: Unspecified
:ios-moe:moeLaunch FAILED
Command failed: [/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java, -Dfile.encoding=UTF-8, -Duser.country=US, -Duser.language=en, -Duser.variant, -jar, /Users/abdullahtellioglu/.moe/moe-sdk-1.4.0/tools/ios-device.jar, --app-path=/Users/abdullahtellioglu/Desktop/CircleGame/CircleGame/ios-moe/build/moe/xcodebuild/Debug-iphoneos/admobtest.app, --wait-for-device, --launch-arg=-args, --install-mode=runonly]
How could I update my Xcode project or delete current and create another working one?
There is a pod file and binded with Admob