I am getting compilation error when adding google plus sdk for lgoin with app.Screenshot is attached with this post.
Asked
Active
Viewed 72 times
0

Sandeep S
- 7
- 1
- 9
-
http://stackoverflow.com/questions/7871991/how-can-i-integrate-google-plus-with-iphone-sdk – Rushabh Apr 04 '13 at 12:53
-
http://stackoverflow.com/questions/7857812/google-plus-api-for-posting-on-wall-like-facebook – Rushabh Apr 04 '13 at 12:53
1 Answers
0
As Per your description , you include GooglePlus third party library to your project file. So you have to set library path to project setting.
Step to edit project Setting:
1) Select your project at top -> Target -> Build setting-> Search path -> library search path
2)double click on Library search Path -> click + -> "$(SRCROOT)/ThirdPartyLibraryFolderName")
Note:
Right click on project file and select open in finder. This opened file is a root directory . For example , this opened folder have folder like ShaDevice/GooglePlus/libGooglePlus.a means , you have to set library path as "$(SRCROOT)/ShaDevice/GooglePlus/"

Mani
- 17,549
- 13
- 79
- 100
-
i added this thing all ready but it's not work ,any other suggestion please – Sandeep S Apr 04 '13 at 13:58
-
I think ,Now You have GooglePlus library file on documents folder. You have to move those file to project file root directroy(folder which contain your `projectname.xcodeproj` file). – Mani Apr 04 '13 at 14:07
-
NO Google Plus Library in inside my project file but it's not working.can please help me by telling that .What is the mean of GooglePlus/libGooglePlus.a (2 slices) (It's shows xcode warning) – Sandeep S Apr 05 '13 at 05:04