My podfile:
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
I have this error message in console :
objc[3645]: Class SSKeychain is implemented in both /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices (0x1b27d32b0) and /var/containers/Bundle/Application/9A955CA3-9741-4867-9307-0870BBD6CF08/xxx.app/xxx (0x10112eab8). One of the two will be used. Which one is undefined.