"Googleplus/Googleplus.H File Not Found" When Trying to Build My Project

“GooglePlus/GooglePlus.h file not found” when trying to build my project

I think you have to remove current framework and bundle for Google plus and then download the latest one framework for Google plus from https://developers.google.com/+/mobile/ios/sdk/google-plus-ios-sdk-1.5.1.zip & add them from project's Build_Settings>Build_Phases.

This way i have solved my problem, may be u too can get it.

Thanks
K.D

lexical preprocessor issue GooglePlus/GooglePlus.h not found

Add this string to the Build Settings->User Header Search Paths

"${SRCROOT}/<--path-->/GooglePlus.framework/Headers"

The path "(SRCROOT)" is required if the google framework located in the sources folder.

E.g. for the my app this path looks like:

"${SRCROOT}/thirdparties/GooglePlus.framework/Headers"

Ionic iOS build error with google-plus plugin

Went to: https://developers.google.com/+/mobile/ios/getting-started

Downloaded Google+ iOS SDK and added GoogleOpenSource.framework manually.

GooglePlus with CocoaPods linking error

In my experience linker errors typically don't lead to a "one solution fits all", but I was able to solve this problem myself by adding ${inherited} to Other Linker Flags in Build Settings (Project Target).

Perhaps, by not having this tag, I wasn't inheriting some of the static libraries that were required by GPPSignIn.

Cheers!



Related Topics



Leave a reply



Submit