我将cocoapods更新为1.0.0版。我的podfile看起来像这样:
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/artsy/Specs.git'
platform :ios, '9.0'
inhibit_all_warnings!
use_frameworks!
target “my_target” do
...
pod 'MagicalRecord/CocoaLumberjack'
...
end
由于更新,我在尝试编译CocoaLumberjack使用的pod CocoaHTTPServer时遇到编译错误。附件是错误
的屏幕截图在更新CocoaPods之前没有发生问题。
可能是什么问题?