我今天更新了cocoapods,完全删除了Pods文件夹并执行了pod install
。
我的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文件中,但它没有帮助。可能是什么问题?