If you are running the iOS app locally, provide your Apple Team ID in an
ExternalDeveloper.xcconfig file so local signing settings stay out of git:
- Run
cp Configuration/ExternalDeveloper.xcconfig.example Configuration/ExternalDeveloper.xcconfig - Edit
Configuration/ExternalDeveloper.xcconfigand setTEAM_ID=YOUR_APPLE_TEAM_ID - Clean and rebuild the iOS app in Xcode