Invalid Code Signing Entitlements - value '*' for key 'com.apple.developer.associated-domains'

I was able to resolve the error by incrementing the buildNumber property in app.json. Perhaps this was obvious, but Expo was caching the original build with the faulty associated domains value.

2 Likes