-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting provisioning profile on Apple Watch Target #2578
Comments
Hi, Are you using credentials managed by EAS? If so can you try to run |
Hi @szdziedzic Yes we are using credentials managed by EAS. This issue if more a question than an issue on how can we use credentials managed by EAS on a target that is not the main one ? |
We couldn't find a way to handle this case with credentials managed by EAS. Even after setting credentials on EAS platform and set manual signin on watch target, we got some strange issues, like entitlements file not readable anymore etc. We made it by managing credentials ourself, with credentials.json:
And eas.json
|
Build/Submit details page URL
https://expo.dev/accounts/gowod/projects/gowod-app/builds/286a07f9-99b7-4290-9153-6bba87063a64
Summary
We have an error when trying to build our iOS App because of Apple Watch Target which has no provisioning profile.
There is a similar issue (#795) but it doesn't provide a solution. For now we are building manually the archive but could you provide a documentation / explanation on how to perform to manually set the provisioning profile on another target.
Should we use a config plugin ?
Managed or bare?
Bare
Environment
Error output
No response
Reproducible demo or steps to reproduce from a blank project
Add a target for Apple Watch and try to generate an iOS build on EAS
The text was updated successfully, but these errors were encountered: