我安装了这些pod:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.1'
target 'xxx' do
pod 'GoogleMaps'
pod 'RSKImageCropper'
pod 'AFNetworking', '~> 3.0'
pod 'DZNEmptyDataSet'
pod 'Base64', '~> 1.1.2'
pod 'BGTableViewRowActionWithImage'
pod 'Google/CloudMessaging'
pod 'TYMProgressBarView'
pod 'MobileVLCKit'
end
当我安装这个吊舱时:`pod' Firebase / Crash'我的项目无法构建,我有这个错误:Here