Replies: 3 comments
-
Does your app target depend on "SkipSQL"? Can you post your Take a look at the DataBake sample at https://github.com/skiptools/skipapp-databake to see how a fully-working app uses SkipSQL. |
Beta Was this translation helpful? Give feedback.
-
I am iOS developer. I just add SkipSQL swift package in Package Dependency in Xcode. |
Beta Was this translation helpful? Give feedback.
-
I follow Package.swift from DataBake sample project. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am converting my existing SwiftUI app into android app using SKIP.
I tried to convert SQLite related code.
I follow the documentation to change code according to skip-sql.
I have added swift package "skip-sql" to the project
After compiling the project, it prompts me that
import SkipSQL <-- Unresolved reference 'sql'
Of course all other codes have error.
Do you have any solution ?
Beta Was this translation helpful? Give feedback.
All reactions