iOS Build Issue
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
Which file is it asking for? Can you give some trace/log?
Sorry, I did add the filename in but the markup seems to have removed it. It cannot find GooglePlus/GooglePlus.h
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?
Same issue here... any solve?
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 [email protected] wrote:
Same issue here... any solve?
Reply to this email directly or view it on GitHubhttps://github.com/faizann/UnityGPGPlugin/issues/5#issuecomment-36042670 .
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
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 [email protected] 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/faizann/UnityGPGPlugin/issues/5#issuecomment-36078441 .