Matteo Mosconi
Matteo Mosconi

Reputation: 244

Can't export IPA in Xcode 4

I just finished developing my iOs application using Phonegap on xCode 4.1 and i'm having trouble exporting my IPA for TestFlight. i have selected "iOs Device" at the left menu but when i click Product -> Archive i found this error: [BEROR]Code Sign error:

a valid provisioning profile matching the application's Identifier 'Italianpizza.nearmilan' could not be found

What should i do? Please help me! Best Matteo

Upvotes: 0

Views: 984

Answers (1)

Tiziano
Tiziano

Reputation: 346

DO you have a provisioning profile installed in your computer ? if not , create it using apple developer and install it by using the organizer. You should also check that in your Bundle identifier you have the correct value for your application

Upvotes: 1

Related Questions