0

I am getting compilation error when adding google plus sdk for lgoin with app.Screenshot is attached with this post.enter image description here

Sandeep S
  • 7
  • 1
  • 9

1 Answers1

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