10月22日,將App上傳到Appstore稽核時,提示錯誤,ERROR ITMS-90049:”This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of the Application Programming Guide entitled The Application Bundle.]”
解決方法:
在專案導航欄搜尋Info.plist檔案,如下圖
查詢第三方的info.plist檔案,如ShareSDK中的騰訊Bundle檔案下的Info.plist檔案。
在該檔案下新增或者修改以下幾個欄位:
- Bundle version
- Bundle identifier
- Bundle versions string, short
需要和系統自帶的Info.plist檔案一樣。 如下圖