标签: ios xcode sqlite ios8.2
我刚刚更新到最新的Xcode版本6.2,并在运行我的应用时开始看到此错误。
libc ++ abi.dylib:以std :: runtime_error类型的未捕获异常终止:sqlite3 libversion mismatch:headers报告3007013,但库报告3008005
错误显示在使用iOS 8.2的模拟器中运行,但在iOS 8.1中运行良好。我的应用程序包括Apple的libsqlite3.dylib。
有关原因或如何解决的任何建议?
答案 0 :(得分:1)
看起来像MapboxGL和ios 8.2的问题如下所述:
https://github.com/mapbox/mapbox-gl-native/issues/968
这看起来像版本检查:
https://github.com/mapbox/mapbox-gl-native/blob/b56b618abf0b15025b61ab96dcc873cf7af82450/platform/default/sqlite3.cpp