-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Error description:
- I integrated SQLite.swift in the static library through Swift Package Manager, uncheck when
Choose package products and targets
is operated; - Click
+
inTarget -> Build Phases -> Dependencies
to add SQLite dependencies; - When
import SQLite
in Swift file, report this errorMissing required module'SQLiteObjc'
.
Since I need to reference SQLite.swift in multiple static libraries, I cannot add it to Link Binary With Libraries
, otherwise it will cause duplicate symbols
error.
I would like to ask how to use SQLite.swift in multiple static libraries, thank you very much!
GSerjo, ismetanin, johngoren and CommanderPho
Metadata
Metadata
Assignees
Labels
No labels