Build fails with Xcode 10.3 and iOS target
See original GitHub issueBug Report
The following build commands failed:
CompileXIB MyProject/Classes/MainViewController.xib
(1 failure)
CordovaError: Promise rejected with non-error: 'Error code 65 for command: xcodebuild with args: -xcconfig,/Users/alexandrulazar/MyProject/platforms/ios/cordova/build-debug.xcconfig,-workspace,MyProject.xcworkspace,-scheme,MyProject,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,MyProject.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/alexandrulazar/MyProject/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/alexandrulazar/MyProject/platforms/ios/build/sharedpch,-UseModernBuildSystem=0,EMBEDDED_CONTENT_CONTAINS_SWIFT = YES,ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO,LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"'
at cli.catch.err (/Users/alexandrulazar/.nvm/versions/node/v10.13.0/lib/node_modules/cordova/bin/cordova:29:15)
at process._tickCallback (internal/process/next_tick.js:68:7)
error Command failed with exit code 1.
Problem
Doesn’t build
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Xcode 11.3: can't select deployment target 13.3
I opened my project but couldn't find the iOS deployment target 13.3 when opening the project file. Neither dropdowns in the "Project" or...
Read more >Xcode project: Build Failed - ios - Stack Overflow
Try this in terminal: sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService.
Read more >Firebase Apple SDK Release Notes - Google
Fixed build issues introduced in Xcode 13 beta 3 (#8401). Fixed build failures for extension targets (#6548). Cloud Firestore. Fixed handling of ...
Read more >Oh dear! Build errors? - LoopDocs - GitHub Pages
Did you check that you have the minumum Xcode version for your iOS ? This is critical. If you are updating your Loop...
Read more >What's new in Xcode 10? [Updated for 10.1, 10.2 and 10.3]
Xcode 10 requires a Mac running macOS 10.13. · Xcode 10 includes SDKs for iOS 12, watchOS 5, macOS 10.14, and tvOS 12....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Guys I was able to get over this if I ran this in the console
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
@janpio Just upgraded Xcode and got this too. The actual error is:
Looks like something for iOS 9.1 has been removed from Xcode and is causing the MainViewController.xib to fail the build.