Since the update to the most recent XCode version (Version 10.0 (10A255)) debugging my app fails:
ionic cordova run ios --debug --target="iPhone-8" --consolelogs
<path>/platforms/ios/build/emulator/MyApp.app/Info.plist file not found.
[ERROR] An error occurred while running cordova run ios --debug --target iPhone-8 (exit code 1).
ionic --version
3.20.0
Verbose on:
No scripts found for hook "before_deploy".
I get the following folder structure in platforms/ios
with build
missing:
MyApp
MyApp.xcodeproj
MyApp.xcworkspace
CordovaLib
cordova
frameworks.json
ios.json
platform_www
pods-debug.xcconfig
pods-release.xcconfig
www
I tried removing and adding ios back again, no avail.
However, plists exist in MyApp/MyApp-Info.plist
for instance. Not sure what’s going wrong…
Needless to say, things worked before the update.