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
You can locally override the Xcode settings for code signing
by creating a DeveloperSettings.xcconfig file locally at the appropriate path.
This allows for a pristine project with code signing set up with the appropriate
developer ID and certificates, and for dev to be able to have local settings
without needing to check in anything into source control.
Make a directory SharedXcodeSettings next to where you have this repository.
Set DEVELOPMENT_TEAM to your Apple supplied development team. You can use Keychain
Access to find your development team ID.
Set ORGANIZATION_IDENTIFIER to a reversed domain name that you control or have made up.
Note that PROVISIONING_PROFILE_SPECIFIER should not have a value associated with it.
You can now open the Zavala.xccodeproj in Xcode.
Now you should be able to build without code signing errors and without modifying
the Zavala Xcode project. This is a special build of Zavala with some
functionality disabled. For example iCloud syncing is disabled because you need
a paid developer account to build for it.
If you have any problems, we will help you out in Discussions.