EAS Build Error
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?
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: https://github.com/fastlane/fastlane/discussions/17044
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?
Nope, no luck. We abandoned the App Clip for now.
Unfortunately, same
@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.