Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing required module 'SQLite' #5

Open
qwzyes opened this issue Apr 20, 2016 · 6 comments
Open

Missing required module 'SQLite' #5

qwzyes opened this issue Apr 20, 2016 · 6 comments

Comments

@qwzyes
Copy link

qwzyes commented Apr 20, 2016

在xcode7.3中使用Carthage编译得到YTKKeyValueStore.framework,提示Missing required module 'SQLite'

@sgxiang
Copy link
Owner

sgxiang commented Apr 20, 2016

Carthage update之后将Carthage/build/iOS下的framework文件迁入项目之后import YTKKeyValueStore 一切正常, YTKKeyValueStore.framework里面已经包含SQLite.framework

@qwzyes
Copy link
Author

qwzyes commented Apr 20, 2016

不行,我也觉得奇怪。我自己进入Carthage的checkout目录,编译后得到YTKKeyValueStore.framework和SQLite.framework,把这两个拖进工程后import YTKKeyValueStore,这样就正常。

@sgxiang
Copy link
Owner

sgxiang commented Apr 21, 2016

你新建一个项目再试一下 我试了几次都是可以的。。

@qwzyes
Copy link
Author

qwzyes commented May 9, 2016

我新建项目试过了,把库拖进工程后是可以编译通过的,但在代码中import YTKKeyValueStore就编译不过了。

@sgxiang
Copy link
Owner

sgxiang commented May 9, 2016

http://pan.baidu.com/s/1qYzjs0s 看下示例代码

@TheCodeor
Copy link

同样的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants