XCode 6.0.1 Enterprise In House Distribution Is Not Creating ipa/plist

喜你入骨 提交于 2019-12-09 10:34:12

问题


After upgrading to XCode 6.0.1, in In House Enterprise Distribution from Archive now creates a .pkg file instead of .ipa/.plist files. This breaks our enterprise distribution system. I haven't found any documentation on this change. Does anyone have any insight on this?


回答1:


add key "Application supports iTunes file sharing" value YES or "LSRequiresIPhoneOS" value YES to info.plist before choose Archive now.it will built ipa with xcode 6.0.1



来源:https://stackoverflow.com/questions/26022943/xcode-6-0-1-enterprise-in-house-distribution-is-not-creating-ipa-plist

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!