一、現象:
HBuilder has conflicting provisioning settings.
HBuilder is automatically signed for development, but a conflicting code signing identity Apple Distribution has been manually specified. Set the code signing identity value to "Apple Development" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor.
譯:
HBuilder具有沖突的配置設置。
HBuilder是為開發而自動簽名的,但是已經手動指定了一個沖突的代碼簽名標識Apple發行版。在構建設置編輯器中將代碼簽名標識值設置為“Apple Development”,或者在簽名和功能編輯器中切換到手動簽名。
二、解決步驟:
1、根據報錯的提示,先找到編譯器中代碼簽名標識值的設置,切換到選擇卡“Build Settings” 搜索簽名 “Signing” ;
2、然后在列出的代碼簽名標識中把值設置為 “Apple Development”;
3、返回選擇簽名的選擇卡,顯示正常,接下來的打包也正常了。
三、結論:
根據提示解決問題是最有效的方法。