二次真机调试

初到公司跟进项目时,真机可能遇到问题:

二次真机调试_第1张图片

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

二次真机调试_第2张图片

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

选择Revoke and Request。。。。。。

二次真机调试_第3张图片

删除之前app ,重新运行。


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

 Question:又不能真机调试了:二次真机调试_第4张图片

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

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

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


你可能感兴趣的:(服务器测试环境,真机调试)