How to add Entitlement.plist in xCode 4.2

99封情书 提交于 2019-12-18 12:55:11

问题


I am using the Xcode 4.2. I did not able to see any method to add Entitlements.plist in this version. So how can i do add that file in my project since i need to install my app on iPhone.


回答1:


Select the target in your project and scroll down. You'll see the option to add a custom entitlement.

For creating a new entitlement, just create a new plist file from new file menu item. Change it's type to iPhone entitlements as shown below.



来源:https://stackoverflow.com/questions/8547471/how-to-add-entitlement-plist-in-xcode-4-2

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