Ad Hoc Distribution on XCode 4.2.1 - entitlements

元气小坏坏 提交于 2019-12-01 05:33:54

问题


I am trying to build my app for ad hoc distribution (on TestFlight). I have read through all instructions and done lots of web searching. My problem is with how to create entitlements.plist on Xcode 4.2.1

All instructions say go to New File, then select entitlements under code signing. This option is not available in 4.2.1 and I cannot work out how else to do it. I can build the ipa but it won't install properly on anybody's device and I am pretty sure the entitlements issue is causing the problem.

This is my first app for distribution so I have no experience in doing this.

Any help would be appreciated.

Thanks


回答1:


Go to the summary of your target, scroll down and activate entitlements.




回答2:


You no longer need an entitlements file unless you are doing special stuff like iCloud - see https://developer.apple.com/legacy/library/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG31



来源:https://stackoverflow.com/questions/8586988/ad-hoc-distribution-on-xcode-4-2-1-entitlements

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