您的位置:首页 > 其它

二次真机调试

2015-12-30 17:09 260 查看
初到公司跟进项目时,真机可能遇到问题:



跟公司要了开发者账号(花钱的)在Xcode中登录,运行



证书有效,但是没有装在本地。

选择Revoke and Request。。。。。。



删除之前app ,重新运行。

ps:开发者账号上已准备好调试用的cer证书和provisioning文件。

Question:又不能真机调试了:


上一版本还能运行,这版本又鸡鸡了,怎么破

百度上找了一种解决办法:

1.Go to Project setting.In left panel see there is Targets.

2.Clicked on (your Project name)Tests.

3.Go to Info. There assign the proper Bundle identifier.

4.Go to build setting->Code Signing

5.Here set the Code Signing Identity and Provision Profile.

6.Clean the Build.

Now build your project .Its fine now
网址:http://stackoverflow.com/questions/26057455/code-signing-is-required-for-product-type-unit-test-bundle-in-sdk-ios-8-0
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: