You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
When I go to XCODE5 with iOS7 , It always keep complaining that NSUbiquitousKeyValueStore error: com.*** has no valid com.apple.developer.ubiquity-kvstore-identifier entitlement
And it does not work, anyone has the same issue or any clues to fix it ? Thanks
The text was updated successfully, but these errors were encountered:
This is not an issue with MKiCloudSync. This is an issue with how you've setup your project. The error states that you haven't added the Key-Value Storage key to your entitlements file (or that you don't have an entitlements file). You can set that up by registering your App ID in the developer portal and then turning ON iCloud in the Capabilities section of your Xcode Project settings. Then tick Use Key-Value Store
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I go to XCODE5 with iOS7 , It always keep complaining that NSUbiquitousKeyValueStore error: com.*** has no valid com.apple.developer.ubiquity-kvstore-identifier entitlement
And it does not work, anyone has the same issue or any clues to fix it ? Thanks
The text was updated successfully, but these errors were encountered: