xiekw2010 / google-api-objectivec-client

Automatically exported from code.google.com/p/google-api-objectivec-client
0 stars 0 forks source link

Duplicate definitions on importing Plus Sign In, OAuth2 and Storage #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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: