stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.64k stars 1.56k forks source link

No such module 'SQLiteObjc' #990

Closed tomasen closed 3 years ago

tomasen commented 4 years ago

Build Information

After added the swift package dependency, unit tests targets in my project are unable to build and test. It shows build error and compiles error as the following screenshots.

build error compile error

CodeMan8 commented 4 years ago

have you find and solution ?

teodorpenkov commented 4 years ago

Have you find any solution?

CodeMan8 commented 4 years ago

yeah I have found solution the problem is about sqlite library first remove all derived data from xcode then delete all pod files in your project and .xcworkspace file

After that last thing you have to do init pod file and install again sqlite library it will be update sqlite library files smoothly

7 Tem 2020 Sal 17:45 tarihinde Teodor Penkov notifications@github.com şunu yazdı:

Have you find any solution?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/stephencelis/SQLite.swift/issues/990#issuecomment-654914100, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHFHMRWFDLDICGV3PURQP33R2MYH7ANCNFSM4KZOCH5Q .

teodorpenkov commented 4 years ago

I experience similar issue with Carthage, sometimes it's building successfully and sometimes it's not, still struggling to figure out why, but it sounds similar to your issue, unfortunately the workaround it's not working for me

nathanfallet commented 3 years ago

Should be fixed with the 0.13.0