答案 0 :(得分:0)
修正了问题,
CSQLite模块正在尝试从默认路径 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator访问sqlite3库。 SDK的/ usr /包括/ sqlite3.h 强>
但是,在我的情况下,我安装了两个名为不同版本的xcode应用程序。所以我已将 Xcode.app 更改为 Xcode 8.2.1.app
像 / Applications / Xcode 8.2.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/sqlite3.h