Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error code 65 on ios #83

Open
zesschrno opened this issue Feb 4, 2020 · 7 comments
Open

Error code 65 on ios #83

zesschrno opened this issue Feb 4, 2020 · 7 comments

Comments

@zesschrno
Copy link

1.6.14 works on phonegap 8.0
1.6.19 fails on phonegap 8.0 and phonegap 9.0

@amrsobhy amrsobhy assigned AbdullahDiaa and unassigned AbdullahDiaa Feb 6, 2020
@AbdullahDiaa
Copy link
Member

Hi @zesschrno
We're investigating the issue right now.

@FrankieJLyons
Copy link

Having the same issue right now

@AbdullahDiaa
Copy link
Member

@FrankieJLyons can you please share error logs you're getting and also cordova/phonegap version you're using ?

@AbdullahDiaa
Copy link
Member

@FrankieJLyons @zesschrno which cordova-ios version do you use in your application ?
what happens after trying cordova platform update ios

@FrankieJLyons
Copy link

@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)

@AbdullahDiaa
Copy link
Member

AbdullahDiaa commented Feb 10, 2020

@FrankieJLyons can you please try to update cordova-ios to 5.1.1 and let me know if the problem perists ?

@AbdullahDiaa
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants