Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我按照本教程成功构建了它。现在我想分发以检查各种设备。当我单击分发时,获取这些选项,如图所示。
我的项目中有两个 .xcodeprojs。一个是我的,另一个是 ZXingWidget.xcodeproj。我为 .xcodeproj (即我的和 ZXingWidget)添加了临时分发证书(在构建设置中)。仍然得到这些选项。
在这种情况下如何获取 .ipa 文件?
听起来像 xcode 中的错误配置。
我建议按照此处所述逐步阅读和执行:
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html#//apple_ref/doc/uid/TP40012582-CH13-SW1
和
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/SubmittingYourApp/SubmittingYourApp.html#//apple_ref/doc/uid/TP40012582-CH9-SW1
如果没有真正的项目文件,就很难确切地说出什么是错的。