解決xcode 8 連接真機時build項目時提示xxx is automatically signed, but code signing identity iPhone Developer的問題

問題:

xcode新建項目在連接真機進行調試的時候,XCode 8會提示錯誤信息 “xxx is automatically signed, but code signing identity iPhone Developer”

解決方法:

前提:

你需要加入Apple的Develop Member


第一步


PROJECT --> Build Settings --> Code Signing --> Code Signing Identity設置爲 iPhone Developer


TARGETS --> Build Settings --> Code Signing --> Code Signing Identity設置爲 iPhone Developer


第二部

1、填寫TARGETS->General->Signing-Team爲你的開放者帳戶的Team

2、Uncheck  TARGETS->General->Signing->Automatically manage signing and re-check it


希望這點小經驗能幫助到大家  :)


參考

http://blog.csdn.net/like7xiaoben/article/details/8255513




發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章