美文网首页
真机调试xcode,The entitlements speci

真机调试xcode,The entitlements speci

作者: 孟维学 | 来源:发表于2016-07-22 11:58 被阅读886次

code4上下载一个Demo,在点击Build And Run后,提示The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile.(0xE8008016).错误,致使无法将应用程序装到手机上。

解决方法:

找到Targets中的Build Settings选项卡中的Code Signing Entitlements,删除该项的值,重新Build即可解决。

下面提供的是网上主要的2种解决方法:

http://blog.csdn.net/bihailantian1988/article/details/7345460

http://hi.baidu.com/johnzhjfly/item/9ce36287db50bb54e63d190c

相关文章

网友评论

      本文标题:真机调试xcode,The entitlements speci

      本文链接:https://www.haomeiwen.com/subject/xcdijttx.html