Skip to content
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

EAS Build Error #22

Open
KrastanD opened this issue Sep 27, 2023 · 5 comments
Open

EAS Build Error #22

KrastanD opened this issue Sep 27, 2023 · 5 comments

Comments

@KrastanD
Copy link

Running eas build locally to internal distribution and getting the following error:

[RUN_FASTLANE] error: exportArchive: Provide a bundle identifier to select from available reformatters: com.app and com.app.Clip
[RUN_FASTLANE] 
[RUN_FASTLANE] Error Domain=IDEDistributionReformatterSelectionStepErrorDomain Code=0 "Provide a bundle identifier to select from available reformatters: com.app and com.app.Clip" UserInfo={NSLocalizedDescription=Provide a bundle identifier to select from available reformatters: com.app and com.app.Clip}
[RUN_FASTLANE] 
[RUN_FASTLANE] ** EXPORT FAILED **
[RUN_FASTLANE] Exit status: 70

I believe the issue is caused by fastlane not knowing which bundle to release: the app or the app clip. How do I specify which one to release through eas?

@onedanshow
Copy link

Also running into the same issue of trying to determine how to tell EAS which bundle to use.

Here's the context I've found elsewhere: fastlane/fastlane#17044

@kalem-edlin
Copy link

Have either of you been able to solve this yet? From the leads I've seen, it looks like configuring a custom Gymfile template in a custom build has been the best option by adding the distributionBundleIdentifier to exportOptions. However, I cannot get a clean build-out of taking this route. Any luck elsewhere?

@onedanshow
Copy link

Nope, no luck. We abandoned the App Clip for now.

@KrastanD
Copy link
Author

Unfortunately, same

@nathan-ahn
Copy link
Collaborator

@KrastanD Do you happen to have the command you were using when building locally? Running expo run:ios --scheme <ClipSchemeName> --configuration Release should specify which bundle should be built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants