I've been trying to fix an issue happening on CicleCi when I try to integrate @mapbox/react-native-mapbox-gl on my project.
Locally MapBox works builds and works fine. But only on CircleCi, the build doesn't work.
▸ /Users/distiller/project/packages/my-project/node_modules/@mapbox/react-native-mapbox-gl/ios/RCTMGL/RCTMGLCallout.h:11:9: fatal error: module 'Mapbox' not found
▸ @import Mapbox;
The error happens on both Xcode 9.3 and 10.1.0. And I had tried via both manual and Cocoapods setup.