developforapple

我在GitHub上发了Issues了:https://github.com/leancloud/objc-sdk/issues/381 Podfile: use_frameworks! platform:ios, '8.0' target 'App' do pod 'FMDB/standalone' pod 'AVOSCloud' end 无法通过编译。原因'FMDB/standalone'使用最新的sqlite3。 在 FMDatabase.m 中有这样的代码: #if FMDB_SQLITE_STANDALONE #import #else #import #endif 可手动修改 AVO…

developforapple: github.com Issue: error: 'sqlite3.h file not found' in LCDatabase.h opened by developforapple on 2017-11-13 github.com/leancloud/objc-sdk Podfile: use_frameworks! platform:ios, '8.0' target 'App' do pod 'FMDB/standalone' pod 'AVOSCloud' end 无法通过编译。原因'FMDB/standalone'使用最新的sqlite3。 在 …