You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: