2013-12-18 43 views
0

我不明白爲什麼這給了我這個錯誤。我知道我有一個有效的.mobileprovision。我的應用程序已準備好在Itunes連接中上傳,並且已經在我的構建設置中選擇了規定。任何人都可以幫我解決這個問題。在Xcode驗證包錯誤

+0

無效的代碼簽名權利。應用程序包簽名中的權利與供應配置文件中包含的權利不匹配。 Bundle包含一個不包含在配置文件中的密鑰:Payload中的'inter-app-audio'。 – ArmorKing1212

+0

你的軟件包包含一個名爲「welldoneskatesupply.temp_caseinsensitive_rename.temp_caseinsensitive_rename」的文件,其名稱包含前導或後綴的whitespec字符。 – ArmorKing1212

回答

0

仔細檢查包標識符也可以由於無效的私鑰生成此問題。

+0

無效的代碼簽名權利。應用程序包簽名中的權利與供應配置文件中包含的權利不匹配。 Bundle包含一個不包含在配置文件中的密鑰:Payload中的'inter-app-audio'。 – ArmorKing1212

+0

您的軟件包中包含一個名爲「welldoneskatesupply.temp_caseinsensitive_rename.temp_caseinsensitive_rename」的文件,其中包含前導或尾隨whitespec字符。 - – ArmorKing1212

+0

看到這個[答案](http://stackoverflow.com/questions/12848712/changed-project-name-in-xcode-causing-naming-error) – brainforked