Mobile Apps: iOS Packaging Fails

When I package an app for iOS it fails and gives the following error:

Command /usr/bin/codesign failed with exit code 1

***** BUILD FAILED *****
The following build commands failed:
*** CodeSign build/emulator/Kopar\ Administration\ Client\ App.app***
(1 failure)
xcodebuild: Command failed with exit code 65
Error building your Cordova Project for ios!

Any ideas? Also when it does package where does it store the file?

Well to sign your app you need a codesigning profile setup in Xcode, see: https://stackoverflow.com/questions/34166175/cordova-run-with-ios-error-error-code-65-for-command-xcodebuild-with-args

For testing you might not need it if you toggle tge debug on and then build and in emulator.

But it is important to setup Xcode right, with your Apple account

Thanks, I leave that until I actually build something then.

Which debug do I need to turn on?

I’d love to be able to see the app in the emulator and make sure I can actually build apps with Wappler before renewing my Apple Dev License.

Actually, just try building a couple times. Sometimes it works and sometimes it doesn’t. So just keep trying.