私のポッドファイル:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.1'
target 'xxx' do
pod 'GooglePlaces'
pod 'RSKImageCropper'
pod 'AFNetworking', '~> 3.0'
pod 'DZNEmptyDataSet'
pod 'Base64', '~> 1.1.2'
pod 'BGTableViewRowActionWithImage'
pod 'Google/CloudMessaging'
pod 'Google/Analytics'
pod 'TYMProgressBarView'
pod 'Fabric'
pod 'Crashlytics'
pod 'NestSDK'
end
コンソールに次のエラー メッセージが表示されます。
objc[3645]: クラス SSKeychain は、/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices (0x1b27d32b0) と /var/containers/Bundle/Application/9A955CA3-9741-4867-9307-0870BBD6CF08/xxx.app/ の両方に実装されています。 xxx (0x10112eab8)。2つのうちの1つが使用されます。どれが未定義です。