将cocoapods更新为1.0.0以来的编译错误

时间:2016-05-19 15:32:18

标签: ios xcode cocoapods

我将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时遇到编译错误。附件是错误enter image description here

的屏幕截图

在更新CocoaPods之前没有发生问题。

可能是什么问题?

0 个答案:

没有答案