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放入我的项目之后,会出现一个类似于我的标题的错误
发布于 2017-04-27 16:39:36
1)运行pod install --repo-update。
2)重新打开工作区
https://stackoverflow.com/questions/43652662
复制相似问题