UnityGPGPlugin icon indicating copy to clipboard operation
UnityGPGPlugin copied to clipboard

iOS Build Issue

Open mimminito opened this issue 12 years ago • 7 comments

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

mimminito avatar Nov 27 '13 15:11 mimminito

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

faizann avatar Nov 27 '13 16:11 faizann

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

mimminito avatar Nov 27 '13 16:11 mimminito

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?

caieu avatar Dec 18 '13 19:12 caieu

Same issue here... any solve?

amitchai avatar Feb 25 '14 18:02 amitchai

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 .

faizann avatar Feb 25 '14 21:02 faizann

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

amitchai avatar Feb 26 '14 00:02 amitchai

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 .

faizann avatar Feb 26 '14 09:02 faizann