Failed to verify bitcode in Mapbox.framework

2019-02-20 10:31发布

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

标签: xcode mapbox
1条回答
萌系小妹纸
2楼-- · 2019-02-20 10:59

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!

查看更多
登录 后发表回答