In this SQLite with swift tutorial, learn how to utilise the SQLite database with your Swift projects, including inserting, updating and deleting rows.
Hello I am using Xcode 8.2.1 swift 3.0 I am trying to learn to use SQLite by taking this tutorial.
I know SQLIte is on my Mac since I can use it in the terminal window to create tables.
However I want to follow this Tutorial and my Xcode says
Playground execution failed: error: The C API.xcplaygroundpage:24:8: error: no such module āSQLite3ā
import SQLite3
Cant even try to Import SQLite into old Project, didnāt let me.
Hi ! I can't find **SQLite3** and **Darwin.stdlib** in Developer Document, and I don't find those in Google,
how Can I find those???????? !!!!!!!!!!!!!!!!!!!!!!
how should i go about creating a cross platform database app. Iām planning to create an inventory app which mostly will be accessed on Mac but sometime via windows too? (iOS not required.)
If not then atleast on Mac again iOS not required.
Thanks very much for your questions! I believe the problem youāre running into is because you have not imported the correct framework into your project in Xcode. If you go into āBuild Phasesā, and then select āLink Binary with Librariesā, you will find the options to include the SQLite frameworks into your project as shown in the following screenshot: