Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Build Issue #5

Open
mimminito opened this issue Nov 27, 2013 · 7 comments
Open

iOS Build Issue #5

mimminito opened this issue Nov 27, 2013 · 7 comments

Comments

@mimminito
Copy link

Hi,

I am unable to get the iOS XCode project to build. It is saying it cannot find the GooglePlus/GooglePlus.h file. I believe I have placed the Google Plus SDKs into the corretc place (root of the project, along aside the Assets folder).

Any help would be appreciated.

Adam

@faizann
Copy link
Owner

faizann commented Nov 27, 2013

Which file is it asking for? Can you give some trace/log?

@mimminito
Copy link
Author

Sorry, I did add the filename in but the markup seems to have removed it.
It cannot find GooglePlus/GooglePlus.h

@caieu
Copy link

caieu commented Dec 18, 2013

I got the same error,

".../Builds/Teste1iOS/Libraries/GPGPlugin.h:10:9: 'GooglePlus/GooglePlus.h' file not found"

When i try to build for iOS in Xcode.

Can you help?

@amitchai
Copy link

Same issue here... any solve?

@faizann
Copy link
Owner

faizann commented Feb 25, 2014

I wonder if they have changed SDK file names. Can you list what other
headerfiles you have there? I haven't tried it in a long time.

Also check in xcode if GooglePlus framework/library is included.

On Tue, Feb 25, 2014 at 7:45 PM, amitchai notifications@github.com wrote:

Same issue here... any solve?

Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-36042670
.

@amitchai
Copy link

TY for posting I've checked in xcode framework and it didnt included GooglePlus framework library. I've add them from https://developers.google.com/+/downloads/
Still same errors in xcode: "Lexical or preprocessor Issue'GooglePlus/GooglePlus.h file not found.
Somehow ive managed to manually insert the GooglePlus.h to xcode, so after this is solved i get this error for PlayGameServices.h. I found reference of PlayGameServices.h at https://github.com/playgameservices/all-the-stars-ios and drag the framework to xcode. some progress did happened;) now i get a 60 new errors regarding the framework... also this yellow warning that if i must have development target lower than 6, weak link UIKit framework to prevent crashing

@faizann
Copy link
Owner

faizann commented Feb 26, 2014

I will check on it in a day or so.
Until then do try to include the framework and not just the headerfile by
copying it.
Also PlayGameServices might have changed too.

On Wed, Feb 26, 2014 at 1:49 AM, amitchai notifications@github.com wrote:

TY for posting I've checked in xcode framework and it didnt included
GooglePlus framework library. I've add them from
https://developers.google.com/+/downloads/
Still same errors in xcode: "Lexical or preprocessor
Issue'GooglePlus/GooglePlus.h file not found.
Somehow ive managed to manually insert the GooglePlus.h to xcode, so after
this is solved i get this error for PlayGameServices.h, which i cant find
anywhere.. so still need of help

Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-36078441
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants