You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the iOS using eas build -p ios --local, it took me about 5 mins to get to where it start validating iOS Distribution, Profile Provision with the app identifier.
When I choose to let Expo and xCode manage the certificate automatically, it gets messy and keep throwing Provision profile "*[expo]..." not suitable with the selected Distribution certificate error. Then to validate it, I need to spend another 5 mins to see if it was correct.
After many times, the cert was still incorrect, I ended up remove all the certs and profiles to let expo regenerate them all again. It'd be great to have a command where we can validate it right away
The text was updated successfully, but these errors were encountered:
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.
When building the iOS using
eas build -p ios --local
, it took me about 5 mins to get to where it start validating iOS Distribution, Profile Provision with the app identifier.When I choose to let Expo and xCode manage the certificate automatically, it gets messy and keep throwing Provision profile "*[expo]..." not suitable with the selected Distribution certificate error. Then to validate it, I need to spend another 5 mins to see if it was correct.
After many times, the cert was still incorrect, I ended up remove all the certs and profiles to let expo regenerate them all again. It'd be great to have a command where we can validate it right away
The text was updated successfully, but these errors were encountered: