2016-01-23 27 views
0

,我發現了以下錯誤:不匹配提供的個人資料中發現的Xcode

Your build settings specify a provisioning profile with the UUID XXX-XXX-XX..., however, no such provisioning profile was found.

我allredy試圖從Xcode中刪除我提供個人資料和this答案重新下載他們喜歡,但它並沒有幫助。當我去〜/ Library/MobileDevice/Provisioning Profiles/我實際上可以看到Xcode告訴我的配置文件不存在。我也嘗試重新啓動Xcode,但它也沒有幫助。

回答

-1

來解決這個問題,按照蘋果的技術支持如何建議最好的辦法是:

1) (not advised by apple as you should have an ID). But Ensure that your DeveloperID is added to Xcode. (If it's an ID that hasn't got Agent or Admin access) then you need to make sure the you've created the correct provisioning profiles and installed them. If it is an Admin/Agent account, all's good 

2) Open the project in question and: 
    i) Click on the target which you're having problems with 
    ii) Click on the "General" tab 
    iii) Make sure that the "Signing" is set to "None" 
    iv) Click on the "Build Settings" tab 
    v) Make sure that "All" and "Combined" levels are chosen" (see the image below, All and Combined levels are just under the main tabs on the left) 

enter image description here

vi) Scroll down to "Code Signing" 
    vii) You only need to worry about the "Code signing identity". If that's filled in, click on the line and press backspace (delete) so it clears it 
    viii) The resource rules should be empty as this no longer applies (for general purpose use) 
    ix) Under Provisioning Profile, change it to "Automatic" 

此新聞後:

1) Cmd + Shift + K to do a build clean 
2) after this is done, press Cmd + B to build 

如果沒有按」然後返回到「常規標籤」和(2 iii iii)中提到的「簽名」部分之下你會看到一個「修正問題」按鈕...

希望這會有所幫助。

乾杯,

一個

+0

不工作。 CodeSign error:SDK'iOS 9.3'中產品類型'Application'需要代碼簽名 –

相關問題