My app won't start on an iOS device (exported .ipa)

旧时模样 提交于 2019-12-02 11:20:34

You can export it for for App Store submission via automation tools - which is often done in a company environment (multiple developers, multiple apps, CI / CD [Continuous integration / Continuous Delivery], etc).

If you're not doing that, you submit the app via Xcode.

Probably worth your time to read through https://help.apple.com/app-store-connect/

The problem was caused by picking "iOS App Store". Instead, as @DonMag pointed out, you have to use "Ad Hoc" if you want to export an .ipa file that you can drag into iTunes and install on your device - as long as you added the device's UDID to your developer account, of course.

Step 1-3 and 5-7 are the same (as in my question) but for step 4 do this instead:

  1. Highlight the archive that was just created and click on "Distribute app"
    • Ad Hoc - Next
    • Next (Distribution options)
    • Next (Re-sign "myApp")
    • Enter your password twice
    • Export (Review myApp.ipa content)
    • Pick folder - Export
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!