zixun / GodEye

Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes
MIT License
3.85k stars 351 forks source link

redefinition of module CSqlite #22

Closed jerry-mengbo closed 7 years ago

jerry-mengbo commented 7 years ago

image
![Uploading image.png…]()

不知道什么原因,和Lottie 库还有冲突了

zixun commented 7 years ago

第二张图挂了 CSQLite是啥,好像GodEye没用到这个库呀,用的是SQLite.swift

jeffreylyg commented 7 years ago

image 有用到CSQLite

zixun commented 7 years ago

SQLite.swift的库的问题,你可以提个issue给SQLite.swift的作者。 后续我打算把SQLite.swift这个依赖库去掉,这个库太大了,想自己用sqlite裸写数据操作,不过目前优先级没那么高

jeffreylyg commented 7 years ago

@zixun 为什么不试试Realm?

zixun commented 7 years ago

这个库更大吧

jeffreylyg commented 7 years ago

@zixun 还好吧

zixun commented 7 years ago

https://github.com/zixun/GodEye/issues/24

jeffreylyg commented 7 years ago

@zixun 最终是SQLite.swift 跟我们的一个库冲突了,因为单独引进来这个库也会报上面那个编译错误。但现在还没查出来具体是哪个库,已经在SQLite.swift 下面提issue了,但迟迟没有回复😂。

zixun commented 7 years ago

@jeffreylyg 我这边是因为之前的demo引用了两次godeye,一次cocoapods,一次carthage,就导致这个module重复了,我调整了下整个库的结构就解决了。

你可以把整个工程放到sublime下,然后搜索CSQLite看,哪里还定义了一个CSQLite module。 或者新搞一个工程,然后引入SQLite.swift,然后把你的依赖库一个个加进来看