you have no team id associated with your apple account

Im trying to build ios standalone app but get this error “you have no team id associated with your apple account”. I do have a developer account do I need to create a team ID?

Hey @duwaine,

If you have a paid Apple account, you shouldn’t be experiencing this. One thing you can do is to run expo build:ios --clear-credentials --revoke-apple-dist-certs --revoke-apple-push-certs --revoke-apple-provisioning-profile which would give you a completely clean slate and then try to build again, provide credentials and see if you can build properly.

Cheers,
Adam

Thank you @adamjnav I will definitely give that a go.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.