标签:ios真机调试证书问题
在真机测试的时候出现了"The identity used to sign the executable is no longer valid"的错误。一开始以为是因为证书签名过期的问题,后来才发现是因为在xcode中的Build Settings中没有设置好Provisioning Profile,如图
重新选择下证书签名,然后重新运行下就OK了!
版权声明:本文为博主原创文章,未经博主允许不得转载。
IOS 真机测试 Xcode出现"The identity used to sign the executable is no longer valid"
标签:ios真机调试证书问题
原文地址:http://blog.csdn.net/y_zhangpengwei/article/details/47164999