且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我的应用程序无法在iOS设备上启动(导出的.ipa)

更新时间:2023-09-20 12:09:46

问题是由选择"iOS App Store"引起的.相反,正如@DonMag所指出的,如果要导出一个.ipa文件,您可以将其拖入iTunes并安装在您的设备上,则必须使用"Ad Hoc"-只要将设备的UDID添加到您的开发者帐户中,当然.

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.

步骤1-3和5-7相同(与我的问题相同),但对于步骤4,请执行以下操作:

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

  1. 突出显示刚刚创建的存档,然后单击分发应用"
    • 临时-下一个
    • 下一步(分发选项)
    • 下一步(重新签名"myApp")
    • 输入密码两次
    • 导出(查看myApp.ipa内容)
    • 选择文件夹-导出
  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