一、真机调试遇到错误
1、真机调试用到证书是遇到这样的错误
第一句:xxxx is automatically signed, but provisioning profile iPad_run has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual signing in the project editor.
第二句:CodeSign error: code signing is required for product type Application in SDK iOS 10.1.1
然而,怎么也没法选择自己的证书
Snip20161123_1.png
解决:
1、csdn有篇文章,可以先看,他截图了
转一下博主的文章你就是我心中的棉花糖
2、我的办法,提示自动和手动冲突,就改成手动
Snip20161123_4.png
要注意,配置文件,别忘了添加UUID并且重新添加导入,然后就会发现第一幅图片中的provising profile可以选择了
这样真机调试就没问题了