paterson / google-api-objectivec-client

Automatically exported from code.google.com/p/google-api-objectivec-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate definitions on importing Plus Sign In, OAuth2 and Storage

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?

1. Create a new Swift iOS project using the Podfile:

pod 'google-plus-ios-sdk', '~> 1.7.1'
pod 'Google-API-Client', '~> 1.0.422'

2. Creating a bridging header:

#import <GoogleOpenSource/GTMOAuth2Authentication.h>

#import <GooglePlus/GPPSignIn.h>
#import <GooglePlus/GPPSignInButton.h>
#import <GooglePlus/GPPURLHandler.h>

#import "GTLApi.h"
#import <Google-API-Client/GTLStorage.h>

3. Build

What is the expected output? What do you see instead?

Build errors attached.


What version of the product are you using? On what operating system?

API client 1.0.422, XCode 6.4, Cocoapods 0.37.1, Mac OSX 10.10.4


Please provide any additional information below.


Original issue reported on code.google.com by 1...@eliotstock.com on 8 Aug 2015 at 7:06

Attachments: