ios - Google+ & YouTube Integration -


i have ios app includes sharing links google+ , uploading videos on youtube. first completed sharing links on google+ (followed post: https://developers.google.com/+/mobile/ios/getting-started)

for uploading videos on youtube, followed tutorial (link: https://nsrover.wordpress.com/2014/04/23/youtube-api-on-ios/)

the problem header files clash giving error “redefinition of enumerator” in xcode 5.1.1.

how solve issue?

following rather late here:

google has restructured entire sdk. upgrading copy of google sign-in sdk version 2.4.0 fixed enum issues me.

google recommends using cocoapods manage sdk dependency now, remove old sdk project , add new sdk via cocoapods: pod install google.

if not using cocoapods, can manually install sign-in sdk downloading here , linking binary project.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -