question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build fails with Xcode 10.3 and iOS target

See original GitHub issue

Bug 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:open
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

35reactions
alextkdcommented, Jul 23, 2019

Guys I was able to get over this if I ran this in the console sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

1reaction
codinronancommented, Jul 25, 2019

@janpio Just upgraded Xcode and got this too. The actual error is:

<my app filepath>platforms/ios/project/Classes/MainViewController.xib:-1: Failed to find or create execution context for description '<IBCocoaTouchPlatformToolDescription: 0x7fc7ab7860e0> System content for IBCocoaTouchFramework-NineOneAndLater <IBScaleFactorDeviceTypeDescription: 0x7fc7ab786530> scaleFactor=2x'. These intermediate objects were non-nil: (

Looks like something for iOS 9.1 has been removed from Xcode and is causing the MainViewController.xib to fail the build.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found