Reputation: 21
I am developing a project in PhoneGap with Eclipse. It is working working fine in Android, but the in PhoneGap Build the .ipa file shows an error. How can I give the bundle identifier for iOS in PhoneGap with Eclipse IDE and next key unlocking process?
Upvotes: 1
Views: 2510
Reputation: 2319
error - your ios signing key is locked. you can fix this
Insert your IOS certificate password after click submit key button.
Upvotes: 4
Reputation: 731
you cant add this with eclipse. if youre using phonegapbuild then you can read some info here if not, you have to do this on Mac with xCode IDE (either way, you will need Mac)
Upvotes: 0