Xcode 10遇到的證書問題 is automatically signed, but provisioning profile YYYY has been manually specified

DemoApp has conflicting provisioning settings.
DemoApp is automatically signed, but provisioning profile f7827ec5-0b24-4624-813f-4a59940be7a4 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.
在這裏插入圖片描述
查看PROJECT下的DemoApp中的Build Settings的Signing下的配置沒有發現f7827ec5-0b24-4624-813f-4a59940be7a4
同樣查看TARGETS下的DemoApp(DemoAppTests,DemoAppUITests)中的Build Settings的Signing下的配置沒有發現f7827ec5-0b24-4624-813f-4a59940be7a4
顯然是工程文件裏有配置項有f7827ec5-0b24-4624-813f-4a59940be7a4
1.找到DemoApp.xcodeproj文件(不是DemoApp.xcworkspace文件),右擊鼠標選中顯示包內容。
在這裏插入圖片描述
2.打開project.pbxproj文件。
在這裏插入圖片描述
3.搜索f7827ec5-0b24-4624-813f-4a59940be7a4,果然看到罪魁禍首。
在這裏插入圖片描述
4.把它之爲空字符串。
在這裏插入圖片描述
5.關閉工程再打開工程就ok了。
在這裏插入圖片描述

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