ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -
I have searched a lot on the internet but none of the solution works for me. I create an IPA with which it Successfully creates my application and creates an IPA, but when I want to upload it to testflightapp, I get this error:
Invalid IPA: missing embedded provisioning profiles Are you sure that this Is an ad hoc?
I have added the provisioning profile to create a profile like
If I create an IPA manually with Xcode> Product> Archive, then I can successfully upload an IPA to testflightapp. So my guess is that Xcode Maven plugin can not read my provisional profile. I tried to force it by using a private profile in a pom file:
Any help would be appreciated.
I thought trouble. I was using the wrong IPA file with the Maven goal. I am using IPA from this path:
/ target / checkout / src / xcode / build / debug-iphonimulator
/ target / checkout / src / xcode / build / release-iphoneos
This was a stupid mistake.
Comments
Post a Comment