Error code 65 on ios
1.6.14 works on phonegap 8.0 1.6.19 fails on phonegap 8.0 and phonegap 9.0
Hi @zesschrno We're investigating the issue right now.
Having the same issue right now
@FrankieJLyons can you please share error logs you're getting and also cordova/phonegap version you're using ?
@FrankieJLyons @zesschrno which cordova-ios version do you use in your application ?
what happens after trying cordova platform update ios
@AbdullahDiaa I am using phonegap version 9 (PhoneGap (iOS / Android / Windows) cli-9.0.0 (5.0.1 / 8.0.0 / 7.0.0)) I have reverted pushbots to 1.6.14 and was able to build and send test notifications (didn't try a campaign)
@FrankieJLyons can you please try to update cordova-ios to 5.1.1 and let me know if the problem perists ?
This error is an error code from Xcode that can be caused by provisioning issues or outdated cordova dependencies. To fix this error first make sure a provisioning profile has been generated using the above instructions and then try to run the app from Xcode.
If this does not fix the error then run the following commands:
rm -rf node_modules
rm -rf platform
npm i
ionic cordova platform add ios
ionic cordova prepare ios
ionic cordova build ios --prod
Once these commands have been ran a fresh build can be done.