Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就我而言,我在 iOS XCode 项目的“构建阶段”中将“libsqlite3.dylib”添加到“使用库链接二进制文件”。有人告诉我,这可能会导致应用程序提交期间被拒绝,我应该在“构建设置”中将“-libsqlite3”添加到“其他链接器标志”中。理想的方法是什么?
只需将其链接回弱链接上的另一个帖子
如何在 Xcode 4 上弱链接框架?
您可能想访问苹果关于差异的文档。
https://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WeakLinking.html