在构建SQLite.swift时重新定义模块'CSQLite'

时间:2017-04-27 08:34:11

标签: swift sqlite sqlite.swift

platform :ios, ’10.1’
target 'SwiftDemo' do
use_frameworks!
pod 'SDWebImage', '~> 4.0.0-beta2'
pod 'AFNetworking', '~> 3.1.0'
pod 'MJRefresh', '~> 3.1.12'
pod 'SQLite.swift', '~> 0.11.3'
end

这是我的podfile,在我将SQLite.swift放入我的项目之后,出现了像我的标题一样的错误

1 个答案:

答案 0 :(得分:-1)

1)运行pod install --repo-update。

2)重新打开工作区