Cannot Import Sqlite For Sqlite Swift Wrapper
I followed the SQLite.Swift manual installation process exactly (https://github.com/stephencelis/SQLite.swift), but a red warning appears at 'import SQLite'. OSX (10.11.6) XCode 7.
Solution 1:
After following the SQLite.Swift manual installation process, Select SQLite iOS from Product -> Scheme. Now select Build from Product menu.
After waiting for Build succeeded, it does not show error for "import SQLite".
Post a Comment for "Cannot Import Sqlite For Sqlite Swift Wrapper"