Closed yungblud closed 1 month ago
Using Xcode 15 works as a workaround
Thanks, I think the issue was resolved by #3635 @jbcrestot Closing this issue.
@yungblud I am facing the above error while Validate App. Please guide what I am leaving.
@Gyanprakash73 Did you try bump up $RNMapboxMapsVersion in Podfile? Please have a look this line. https://github.com/rnmapbox/maps/blob/a868a536d8a3f4687e039a7bc3f483c076d1fd19/example/ios/Podfile#L13
And the working version would be 11.6.0 I guess. https://github.com/rnmapbox/maps/issues/3635#issuecomment-2383091597
Mapbox Implementation
Mapbox
Mapbox Version
10.1.31
React Native Version
0.75.3
Platform
iOS
@rnmapbox/maps
version10.1.31
Standalone component to reproduce
Observed behavior and steps to reproduce
Similar issue with https://github.com/facebook/hermes/issues/1525#issuecomment-2377348814
When I try to submit to appstore connect my build, Mapbox Bitcode issue has been raised. So I couldn't submit to appstoreconnect.
Expected behavior
Bitcode issue would be resolved with Xcode 16.0
Notes / preliminary analysis
Add this to |post_install| lane of Podfile
and
pod install
again.The issue was gone.
Additional links and references
No response