I have an application written in Swift which already uses the SwiftyDropbox API.
I installed SwiftyDropbox with cocoapods and the use_frameworks!
keyword.
And now, when I add this pod 'Google-API-Client'
to my Podfile, I get a Duplicate definition error in my Google Drive API when I tried to build my project.
So, I've decided to follow the Google Drive guide : https://developers.google.com/drive/ios/quickstart?ver=swift
But it seems this guide is deprecated, because there is no file named GTL.xcodeproj
or GTMSessionFetcher.xcodeproj
in the files we download by following this tutorial. And all the steps they describes seems to be inconsistent.
So I don't know what can I do to work with SwiftyDropbox and Google Drive API in my iOS project.