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.

Recieved Error: Command failed with exit code 65

See original GitHub issue

Bug Report

I ran the command cordova build ios and it returned xcodebuild: Command failed with exit code 65

Problem

The command failed.

What is expected to happen?

It should have built correctly.

What does actually happen?

It doesn’t build and returns an error. See the error in the post I made: https://stackoverflow.com/questions/61847125/ionic-cordova-build-ending-with-xcodebuild-command-failed-with-exit-code-65

Information

I have a full log of what happened here: ERROR

Command or Code

cordova build ios

Environment, Platform, Device

I am running this on Ionic 5 Angular 9. I am on a Macbook Pro Mojave 10.14.6 and Xcode 11.3.1.

Version information

I included that information in the previous section.

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:21 (4 by maintainers)

github_iconTop GitHub Comments

17reactions
dpoguecommented, Jun 26, 2020

@marcelmedina

error: Named colors do not work prior to iOS 11.0.

If you’re using Cordova-iOS 6.x, the minimum supported iOS version is 11.0. You may need to remove a deployment-target preference from config.xml if it is set to a lower version.

8reactions
jasp255commented, Aug 5, 2020

Try with previous version of ios library:

cordova platform rm ios cordova platform add ios@5.1.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

xcodebuild: command failed with exit code 65 #966 - GitHub
For some background context, error 65 from xcodebuild is a generic error that simply describes that xcodebuild couldn't do a build, which of ......
Read more >
cordova run with ios error .. Error code 65 for command
Future visitors: Archive failed means there is a signature related problem i.e. no provisioning profile. Open Xcode and select a team and Xcode ......
Read more >
xcodebuild: Command failed with exit code 65 - Builds
[ERROR] An error occurred while running subprocess cordova. cordova build ios --debug --device exited with exit code 65. Re-running this command ...
Read more >
Unable to build iOS app - Command failed with exit code 65 ...
Hi, the signing certificate error is likely to blame for the build failing. It could be an error in the configuration or a...
Read more >
Command failed with exit code 65 - Cordova-ios 6.1.0 and ...
Hi there,. I am getting a compilation error on cordova-ios 6.1.0 and Angular 9. XCode 11.5. The latest stack.
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