Recieved Error: Command failed with exit code 65
See original GitHub issueBug 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:
- Created 3 years ago
- Reactions:4
- Comments:21 (4 by maintainers)
Top 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 >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
@marcelmedina
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.Try with previous version of ios library:
cordova platform rm ios cordova platform add ios@5.1.1