nothirst / TICoreDataSync

Automatic synchronization for Core Data apps, between any combination of Mac OS X and iOS: Mac to iPhone to iPad to iPod touch and back again.
https://github.com/nothirst/TICoreDataSync/wiki
807 stars 61 forks source link

Integrating TICoreDataSync with Cocoapds #84

Open shadow2000 opened 11 years ago

shadow2000 commented 11 years ago

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?