1、錯誤:Archive 打包時報如下錯誤
"Your build settings specify a provisioning profile with the UUID “xxxx”, however, no such provisioning profile was found"
2、解決
1.找到項目中的 項目名.xcodeproj 文件,點擊右鍵,點擊 顯示包內(nèi)容。
2.打開后找到 project.pbxproj 文件,點擊右鍵,點擊打開。
3.打開這個文件后,按command+F,在這個文件中查找 “PROVISIONING_PROFILE",找到“
PROVISIONING_PROFILE = "xxxxxxxxxxxxxxxxxxxx"; 類似這樣的包含PROVISIONING_PROFILE的都刪除。
4.然后保存文件,重新打開項目,再次 archive 可以。