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
A fresh clone of the repo requires a few modifications to the Xcode project in order to build it. I think it's possible to pull some of the App Store-specific properties out to xcconfig files that don't get checked in to the repo and could ease initial onboarding.
The things I had to modify:
Change signing team to my own.
Change bundle identifier to a unique one.
Remove CloudKit provisioning because I don't want another project to be set up.
The text was updated successfully, but these errors were encountered:
"In order to use CloudKit, your process must have a com.apple.developer.icloud-services entitlement. The value of this entitlement must be an array that includes the string "CloudKit" or "CloudKit-Anonymous"."
Trying to figure out how to disable CloudKit throughout the project...
A fresh clone of the repo requires a few modifications to the Xcode project in order to build it. I think it's possible to pull some of the App Store-specific properties out to xcconfig files that don't get checked in to the repo and could ease initial onboarding.
The things I had to modify:
The text was updated successfully, but these errors were encountered: