将cocoapods更新为1.0.1后,构建失败

时间:2016-06-14 10:10:12

标签: ios xcode cocoapods

我今天更新了cocoapods,完全删除了Pods文件夹并执行了pod install

当我正在尝试构建时,我收到附加图像中的错误。enter image description here

我的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 'MyTarget' do

    pod '....'
end

我尝试将#define LOG_OBJC_MAYBE(...)添加到我的pch文件中,但它没有帮助。可能是什么问题?

0 个答案:

没有答案