简体   繁体   中英

iOS Code Sign error: No matching provisioning profiles found

After updating to Xcode 6, I am unable to build my project. I am trying to use it for testing on an iPad with iOS 8 but when I hit "Build" I get the following error:

Code Sign error: No matching provisioning profiles found: None of the valid provisioning profiles allowed the specified entitlements: com.apple.developer.ubiquity-kvstore-identifier, com.apple.developer.ubiquity-container-identifiers. CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.0'

I followed Erid's answer which led me to creating a new App ID in the Apple Dev Center. I then copied that App ID over to Xcode under Bundle ID and replaced the one I had there with the one I just created. Now I can build the project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM