iOS bundling fails (SOLVED)

Found the issue: I had added a key mentioned in this post, but when uploading the .ipa to Testflight it threw an error. So I removed the “custom entitlements”, but didn’t remove the “Override Entitlements” flag. Once both were removed, it builds again.

1 Like