I’m using MapLibre in React Native project, when i do bunx eas build --profile preview --local -p ios
i start getting this error, but no issues when doing in simulator.
I did have MapBox in my other project and that is working fine. But unsure if this related. Or is there a signature being stored in system that i need to manually remove?
2
Answers
Is an error from Xcode 15, add the next script to your build phases:
Issue reference
If using Xcode 15 or higher, then this script may fix, just add new step to build phase and tick For install builds only:
2 things updated than previous answer:
This update did save my time in some case, and may be your time too.