I'm trying to generate an .ipa file with the expo build:ios
command but I'm getting the following error message:
Network Timeout: 'AccessForbiddenError', 'Apple 403 detected - Access forbidden'. Retrying after 3 seconds (remaining: 3)
Network Timeout: 'AccessForbiddenError', 'Apple 403 detected - Access forbidden'. Retrying after 3 seconds (remaining: 2)
Network Timeout: 'AccessForbiddenError', 'Apple 403 detected - Access forbidden'. Retrying after 3 seconds (remaining: 1)
✖ Failed to register bundle identifier <bundle-identifier>
Failed to prepare all credentials.
The next time you build, we will automatically use the following configuration:
...
Apple 403 detected - Access forbidden
Error: Apple 403 detected - Access forbidden
This wasn't an issue before. How do I solve it?