Failed to verify bitcode in Mapbox.framework

Multi tool use


Failed to verify bitcode in Mapbox.framework
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.
2 Answers
2
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!
During the fix the problem make sure delete the Derived Data and Archives.
– Niraj Paul
May 22 at 7:28
@NirajPaul Marking as answer would be highly appreciated! :) deleting Derived Data / Archives and doing a Cmd+Shift+K clean helps 99.9% of Xcodes issues
– Daniel Dramond
May 22 at 8:54
I also encountered this problem and have not been solved yet.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Thanks Daniel for help.Its work for me. you save my time.thanks a lot.
– Niraj Paul
May 22 at 6:17