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

前端 未结 7 709
误落风尘
误落风尘 2020-12-11 03:27

I get the error

GooglePlus/GooglePlus.h file not found

when I try to build the project. I just add

7条回答
  •  清歌不尽
    2020-12-11 04:15

    I had modified the path of Build Settings->Search Paths->Framework Search Paths to $(PROJECT_DIR)/yourProject/3rdParty/"Google API".

    Here, it's important to add the quoter mark. If you miss the mark, then Xcode will know as $(PROJECT_DIR)/yourProject/3rdParty/"Google" and API.

提交回复
热议问题