user3556048
user3556048

Reputation: 21

Why is PhoneGap Build showing an error?

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

Answers (2)

ethemsulan
ethemsulan

Reputation: 2319

error - your ios signing key is locked. you can fix this enter image description here

Insert your IOS certificate password after click submit key button. enter image description here

Upvotes: 4

Marcin Mikołajczyk
Marcin Mikołajczyk

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

Related Questions