将 sqlite 链接到 Xcode 4 的问题
我在我的 sqlite 项目中使用 fmdatabase,我将 lib 添加到我的框架中,并且可以在模拟器上运行,当我想发布我的项目时出现链接错误。 有谁知道如何修复它? 谢谢
I use fmdatabase for my sqlite project, i add lib to my frameworks and could run on simulator, when i want to release my project have a linking error.
does anyone know how to fix it?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看大写字母和小写字母。在这一点上,设备与模拟器不同。你们的字母必须相同。也尝试阅读错误消息,它有很大帮助。您的设备和模拟器上也可能有不同的 SDK 版本 (iOS)。检查一下。
Look at capital and small letters. Device is different from Simulator in that point. Your letters must be the same. Also try to read error message, it helps a lot. It is also possible that you have different SDK version(iOS) on device and Simulator. Check it.