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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -