iosxcode4.6

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


I get the error

GooglePlus/GooglePlus.h file not found

when I try to build the project. I just added the Google Plus framework into the project, and after that, I tried to import the framework in the app delegate.m file, but I’m just getting this error.


Solution

  • 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