I've added TICoreDataSync to my Podfile like this:
pod 'TICoreDataSync', '~> 1.0.2'
After pod install I've the new pods Dropbox-iOS-SDK and TICoreDataSync but when I'm doing a build I got duplicate interface definition errors on interfaces from dropboxSDK.
It seems to me logical because these interfaces existing in
Pods/Dropbox-iOS-SDK/dropbox-ios-sdk-1.3.5/DropboxSDK.framework/Headers
and
Pods/TICoreDataSync/Submodules/DropboxSDK/DropboxSDK/Classes/DropboxSDK
Have I anything done wrong while integrating TICoreDataSync as pod?
I've added TICoreDataSync to my Podfile like this: pod 'TICoreDataSync', '~> 1.0.2'
After pod install I've the new pods Dropbox-iOS-SDK and TICoreDataSync but when I'm doing a build I got duplicate interface definition errors on interfaces from dropboxSDK.
It seems to me logical because these interfaces existing in
Pods/Dropbox-iOS-SDK/dropbox-ios-sdk-1.3.5/DropboxSDK.framework/Headers and Pods/TICoreDataSync/Submodules/DropboxSDK/DropboxSDK/Classes/DropboxSDK
Have I anything done wrong while integrating TICoreDataSync as pod?