ios - Xcode error importing module not being imported -
i left xcode unsupervised weekend , come , it's telling me have missing modules corelocation
, sqlite
at:
import sqlite import corelocation
both giving me error missing required module 'csqlite'
. i'm not sure getting "csqlite" in relation corelocation
i have sqlite.xcodeproj
added general page linked building fine couple days ago , absolutely nothing's changed.
in swift, if want use sqlite, can either use modulemap feature of llvm import c library or can use cocoapods , import sqlite based third party pod.
Comments
Post a Comment