Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error When Uploading IPA to TestFlight Using New Target

I recently created a new target in my project for the Lite version of my app. Now when I go to upload the .ipa to TestFlight so I can distribute it to my designer, I'm getting:

Invalid IPA: The keychain-access-group in the embedded.mobileprovision and your binary don't match.

Seems clear to me the reason this is happening is because of the new target. Does anyone know what exactly do I need to change to get this to work?

like image 891
Ser Pounce Avatar asked Nov 08 '12 15:11

Ser Pounce


People also ask

How do I import an IPA file into TestFlight?

From the Stores home page, select “App Store Connect users”. Click Publish to TestFlight in the upper-right corner. At the first step of the wizard, you must upload you . ipa file.


1 Answers

I had this same problem. It was caused by having the wrong release code signing identity in the target's build settings. You won't need an entitlements file.

like image 171
Chris Avatar answered Oct 19 '22 21:10

Chris