Overview
最近好多人升級Xcode8.0以后打包上傳的時候都遇到了報錯信息,在這里記錄下我自己遇到的錯誤信息和解決方案。
bug info
Vibrator has conflicting provisioning settings. Vibrator is automatically signed, but code signing identity iPhone Distribution:
has been manually specified. Set the code signing identity value to “iPhone Developer” in the build settings editor, or switch to manual. signing in the project editor.
Code signing is required for product type ‘Application’ in SDK ‘iOS 10.0’
bugInfo.png
解決方案
其實我的解決方案很簡單。首先選中工程文件,
在General 中 Automatically manage signing關閉(去掉前面小方框中的對勾),
然后在重新打開Automatically manage signing(顯示小方框中的duigou)
這時候Team 現象顯示為None,重新選擇自己的證書簽名就OK了。
Provisioning PorfileSetting.png