Open nicobermudez opened 2 years ago
any update?
it's still happening @dsokal this does not play well for those of us who would like to manage the certs and profiles ourselves (through match).
Any update on this issue? This is really annoying, as even using eas build
with the --local
flag ends up invalidating one of the distribution profiles.
Any updates on this? We're seeing similar results, as we have apple sign in and any time a build gets pushed the sign in breaks, this is really annoying and is generating issues with the client. this is pressing enough that we are considering exiting eas all together unless it is fixed
If I'm not mistaken, this bug makes the "--non-interactive" flag useless for iOS since the provisioning profiles will always be invalid
Build/Submit details page URL
No response
Summary
We have two provisioning profiles set up, one for the app store and one for ad hoc. Currently, normal eas builds get signed and pass just fine, but when we do an internal distribution build interactively with
eas build --profile internal --platform ios
with the profile:In the
Fetch Apple provisioning profiles
step, it invalidates both profiles from our Apple account, and therefore any subsequent build will fail, internal or app store, forcing us to resave our profiles in our Apple account and re-upload them to Expo.Managed or bare?
Managed
Environment
Error output
Provisioning profile (id: null) is no longer valid
Reproducible demo or steps to reproduce from a blank project
N/A