您好,登錄后才能下訂單哦!
Invalid Signature - Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target.
簽名錯誤是個很正常的問題,一般是因為發布app的時候,忘記了修改簽名所致,這個問題在xcode3時代很好解決。但是在xcode4上筆者已經兩次遇到它了。真是郁悶,之前都是按網上說的把不是這次用的證書通通刪掉,一般情況下可以解決。但是這也不是個事兒啊?尤其是同時維護好幾個app的時候,總不能每次都這么干吧,經過一番努力終于研究明白了在xcode4上怎么徹底解決這個問題,特把解決步驟寫一下.
首先確定簽名這里所有出現簽名的地方都是你要提交的app的簽名,如上圖現在的情況雖然Debug和Release后面的簽名是正式用的簽名但是Any SDK和 Any IOS SDK用的簽名卻不是正式的,修改正確了.
其次打包的時候注意identity后面跟的簽名文件是不是要使用的。
基本這兩個地方都確定無誤了也就和 Invalid Signature說byebye了
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。