bndkt / react-native-app-clip

Easily add an App Clip for iOS apps built with React Native
https://bndkt.com/blog/2022/react-native-app-clip
482 stars 22 forks source link

EAS Build Error #22

Open KrastanD opened 1 year ago

KrastanD commented 1 year ago

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 commented 10 months ago

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

kalem-edlin commented 8 months ago

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 commented 8 months ago

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

KrastanD commented 8 months ago

Unfortunately, same