Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iCloud container changes with release of iOS 8

Since the release of iOS 8 on the 17th, all my development and deployment profiles are showing as invalid in the Apple dev center. Also none of my apps using iCloud will run in either Xcode 5.1 or 6 GM on an actual device. Get a message stating entitlements do not match provisioning profile. The only acceptable iCloud containers now have to start with iCloud which do not recognize data already stored in iCloud using the previously require iCloud container naming structure.

Any solutions? I've searched the web and Apple dev site for hours with no solutions found. I can't be the only one having this problem. Very frustrating after just releasing an App on the App Store and now can't change any code to update it!

like image 894
Fred Avatar asked Sep 18 '14 21:09

Fred


1 Answers

  1. Click on Use Default Container
  2. Click on Specify Custom Containers
  3. Reselect your custom containers
like image 106
pstoppani Avatar answered Nov 05 '22 04:11

pstoppani