简体   繁体   中英

XCODE fails to create adhoc IPA

I have created both developer and distribution (adhoc) provisions. However, I can only create IPA in xcode with the share -> save to disk button using the developer provision.

If I use distribution provision, it just fails silently.

I have tried deleting the provision on the portal and recreated a new provision, still the same.

Any idea how to fix? Should I reinstall xcode? Thanks.

  • There are developer certificates that allow to install onto hardware physically connected to the machine where Xcode runs on.
  • There are Adhoc certificates , created after on the developer web portal you entered the UDID of your user devices. That type is used used for adhoc distribution and the resulting IPA can be send to users to install via iTunes without going through the app store.
  • There are distribution (Release) certificates that are required to put stuff into the app store.

In project properties ensure you have the correct certificate for the chosen build type selected.

When in doubt about the adhoc profile then delete it and copy the release profile across. Change the certificate from release to adhoc and try again.

You can test your own adhoc builds by doing a build and archive, then drag and drop the resulting IPA onto iTunes (apps tab) and do a sync.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM