tianshanxuester / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

missing Security.Framework reference in the "Building The Library" documentation #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Following the instruction in:

http://code.google.com/p/gdata-objectivec-client/wiki/BuildingTheLibrary

for an iPhone project, some missing symbol errors appear, like
kSecClassGenericPassword and others.

This is due to the Security.Framework reference missing. If the
Security.Framework is added the building is successful.

May you include in the documentation that the Security.Framework is need it ?

NOTE: Using GData client 1.10.0 with XCode for iPhone OS 3.2

Original issue reported on code.google.com by csal...@gmail.com on 18 Apr 2010 at 5:32

GoogleCodeExporter commented 9 years ago
I've added mention of Security.framework and SystemConfiguration.framework to 
the OAuthSignInControllers wiki 
pages.

The frameworks are not really needed just for building the GData library 
without the sign-in controllers. Be sure 
GDATA_REQUIRE_SERVICE_INCLUDES is defined in your project for debug and release 
builds.

Original comment by gregrobbins on 18 May 2010 at 11:11

GoogleCodeExporter commented 9 years ago
Great !! ... Thanks !! :) :)

Original comment by csal...@gmail.com on 18 May 2010 at 11:24