Build failed IOS : Unable to generate IPA

Hi, sorry about this encounter. This is because your teamID is missing due to a change in the way we now do authentication for your application.

(because the auth flow, which used to be on our servers is now done completely on your machine.)

Two choices:
To keep using the same credentials, (this is destructive so be careful)

  1. Make a provisioning profile on the developer.apple.com site
  2. Download your p12 items with exp fetch:ios:certs
  3. do exp build:ios -c and during this process select the option that you will provide the required files (here you will use the provisioning profile created in 0
    Be careful with 2.

OR and in a way easier, revoke the certs on your developer.apple.com account and then do exp build:ios -c so that exp creates fresh certs & provisioning profile for you. (make sure to revoke the provisioning profile you have for the app as well on the developer.apple.com site)

1 Like