Michel Couillard

Results 109 comments of Michel Couillard

This also fixes a pod install issue with the new arch and react-native 0.74

It will only fix: ITMS-91056: Invalid privacy manifest You can already use it: _ios/Podfile_ `$RNMapboxMapsVersion = '= 10.17.0'` To scan for the other ITMS: https://github.com/Wooder/ios_17_required_reason_api_scanner

@andreirat you need the PrivacyInfo.xcprivacy file. It can be auto-created at the iOS Build step if you have a react-native version above these: [0.72.13](https://github.com/facebook/react-native/releases/tag/v0.72.13) [0.73.7](https://github.com/facebook/react-native/releases/tag/v0.73.7) [0.74.0-rc.9](https://github.com/facebook/react-native/releases/tag/v0.74.0-rc.9) For the DiskSpace, maybe...

You must purge the ios folder when you update [mapbox-maps-ios](https://github.com/mapbox/mapbox-maps-ios). ```js "scripts": { "purge:ios": "rm -rf ios/Pods ios/build ~/Library/Caches/CocoaPods ~/Library/Developer/Xcode/DerivedData && cd ios && bundle exec pod cache clean --all...

What version of react-native and mapbox do you use? It have nothing to do with this lib, it's a native thing.

@DikshitPatoliya use a more recent version _ios/Podfile_ $RNMapboxMapsVersion = '= 10.17.0' Then purge the ios folder.

No issue compiling this lib with my setup: Mac M1 Pro Sonoma 14.7.1 arm64 Xcode 16.0 Xcode CLI 16.1.0.0.1.1729049160 react-native-charts-wrapper 0.6.0 react-native 0.74.6

You get that on Android because of the new architecture.

If you have react-native 0.77 and use the **old architecture**, you need minimum [10.1.42](https://github.com/rnmapbox/maps/releases/tag/v10.1.42)