Closed evinkuraga closed 5 years ago
I am getting the same error when running through vue-cli-service
Try navigating into your cordova directory (src-cordova), and building it with this flag
--buildFlag='-UseModernBuildSystem=0'
cordova run ios --buildFlag='-UseModernBuildSystem=0'
you can use build.json for this
https://github.com/m0dch3n/vue-cli-plugin-cordova/issues?utf8=✓&q=is%3Aissue+build.+json
I can confirm having this same issue as well .... @m0dch3n so is this a configuration specific issue for me and this other person, or what would be causing this problem?
Even with the --buildFlag='-UseModernBuildSystem=0'
flag i still get this error ... which seems it's just pointing at the wrong build directory
Build settings from command line:
CONFIGURATION_BUILD_DIR = /Users/myles/Projects/demo/src-cordova/platforms/ios/build/emulator
SDKROOT = iphonesimulator12.1
SHARED_PRECOMPS_DIR = /Users/myles/Projects/demo/src-cordova/platforms/ios/build/sharedpch
UseModernBuildSystem = 0
Found more details from here regarding using this build flag: https://stackoverflow.com/questions/52584550/blank-app-fails-debug-build-info-plist-file-not-found
For some odd reason I had to run it with the --target "iPhone-8"
flag first, and any subsequent calls worked thank you @scottlilo
Anyone else running into this issue when compiling for iOS:
Then it gets suck on this forever.