ParseCrashReporting - 启用Apple Mach-O链接器错误 [英] ParseCrashReporting - Apple Mach-O Linker Error after enabling it

查看:116
本文介绍了ParseCrashReporting - 启用Apple Mach-O链接器错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的app上有Parse iOS SDK v1.2.20。在将其更新到最新版本(v1.8.0)后,我得到了23个Apple Mach-O Linker错误。

I had Parse iOS SDK v1.2.20 on my app. After updating it to the latest version (v1.8.0), I got 23 Apple Mach-O Linker errors.

我唯一做的就是删除了Parse.framework文件并用新的 Parse.framework Bolts.framework 替换它。我不明白为什么我会收到这么多错误。它们都以_sqlite3开头。如果我点击任何错误,它会显示一个详细的页面,以开头的未定义符号开头x86_64 有人知道出了什么问题吗?

The only thing I did is deleted the Parse.framework file and replaced it with the new Parse.framework and Bolts.framework. I don't understand why I get so many errors. They all start with "_sqlite3". If I click any error, it shows me a detailed page, which starts with Undefined symbols for architecture x86_64 Does someone know what is going wrong?

感谢任何帮助。

推荐答案

链接libstdc ++ 6.0.9.dylib和libsqlite3.0。 dylib为我工作。它可能是旗帜,但我对此表示怀疑。尝试添加libstdc并查看它是否有效。

Linking libstdc++6.0.9.dylib and libsqlite3.0.dylib worked for me. It could be the flag, but I doubt it. Try adding libstdc and see if it works.

这篇关于ParseCrashReporting - 启用Apple Mach-O链接器错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆