安装了三个吊舱,但由于某种原因无法正常工作
我试着重新安装,更新,卸载,但什么也没做。
我得到以下错误。尝试手动创建文件夹,但链接器错误始终存在
播客文件:
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'Clima' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Clima
pod 'SwiftyJSON'
pod 'Alamofire'
pod 'SVProgressHUD'
end
最佳答案
框架还没有建立起来。只需打开添加可可豆后生成的{Yourproject}.xcworkspace
,而不是{Yourproject}.xcodeproj
-这应该会有帮助。
关于swift - 链接器问题Xcode Cocoapods,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/46123563/