2016-05-09 49 views
0

我正嘗試使用Xcode 7.3上傳iOS設備的這個離子項目。我成功創建了所有證書和應用ID,然後進行存檔。但之後,當我點擊驗證選項時,我收到一個錯誤,我不明白! 錯誤說:在iOS中歸檔後驗證錯誤

Failed to locate or generate matching signing assets: 
    Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues. 
    An App ID with identifier 'com.*****.******' is not available. Please enter a different string. 

THankx提前

+1

你在iTunesConnect上有應用程序嗎? –

+0

請檢查http://stackoverflow.com/questions/36598957/an-app-id-with-identifier-is-not-available-please-enter-a-different-string-whil/36618791#36618791 和http: //stackoverflow.com/questions/20565565/an-app-id-with-identifier-is-not-available-please-enter-a-different-string?lq=1 – Kubba

+0

是的,我有iTunesConnect –

回答

0

我得到了同樣的問題與Xcode7.3上傳。在xcode7.3之前,我們不需要在iTunesConnect上創建應用程序,我們可以創建一個IPA文件和所有的東西。但我確實通過以下方式解決了此問題:

  • 打開iTunes連接並使用Apple-id密碼登錄。
  • 創建新的iOS應用程序並選擇我們在Xcode項目中使用的標識符。
  • 之後,你只需要進入Xcode並選擇設備並創建一個存檔。
  • 完成與之前相同的操作,錯誤消失。
0

我得到了同樣的問題。檢查以下步驟:

1)檢查Xcode中項目的包ID是否與Member Center中與您的AppID關聯的包ID相同。

2)確保您選擇了正確的分發證書和配置文件。

3)確保你已經在iTunes連接上創建了一個應用程序。在那裏交叉檢查包ID。

現在嘗試歸檔並再次驗證。希望這能解決你的問題。