Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to verify bitcode in Mapbox.framework

Tags:

xcode

mapbox

I have implement mapbox in the project , its ok work in simulator and device but when i am going to create build the issues has come . the issues attach here with screenshoot. enter image description here

like image 632
Niraj Paul Avatar asked Oct 19 '25 14:10

Niraj Paul


1 Answers

If I remember correctly, you will have to select your projects target, go from the General tab to the Build Settings tab, search for Enable Bitcode and set it to No. Of course, remember to do a new Archive before uploading it again.

I had many many issues with Mapbox and zero support from their team. I also had a bunch of error messages when uploading. One work around was using Carthage and manually adding in the frameworks instead of using Cocoapods. I hope this helps.

Good luck!

like image 195
Daniel Dramond Avatar answered Oct 22 '25 04:10

Daniel Dramond