iphone sqlite静态链接? [英] iphone sqlite static linking?

查看:137
本文介绍了iphone sqlite静态链接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人在那里静态链接sqlite(而不是使用动态链接)?

Anyone out there statically linking sqlite (as opposed to using the dynamic linking)?

我遇到问题的用户越狱手机没有同一版本的sqlite的股票iPhone假设(因此导致崩溃)。我假设在我的应用程序中静态链接sqlite的已知版本是答案...

I am having issues with users with jailbroken phones not having the same version of sqlite that the stock iPhone assumes (and hence causing crashes). I'm assuming that staticly linking a known version of sqlite in my app is the answer...

推荐答案

确切的崩溃源?

我遇到了类似的问题,我发现这实际上是一个错误在我的代码 - 我是 sqlite3_reset 太早准备语句。

When I came across a similar problem to this I found that it was actually a bug in my code -- I was sqlite3_resetting a prepared statement too early.

这篇关于iphone sqlite静态链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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