I need to add the external static libraries for integrating the linkedIn with my application. When i set build target to one of project (from edit schema and then selecting the build target )then, build tends to fail. My linkedInclientlibrary have issues:
`cc1obj: error: unrecognized command line option "-fno-objc-arc"
(CompileC /Users/k.shinde/Library/Developer/Xcode/DerivedData/the-life-doctor-gmxqpvlwylxoiletpigdjxwgpodv/Build/Intermediates/LinkedInClientLibrary.build/Debug-iphonesimulator/LinkedInClientLibrary.build/Objects-normal/i386/RDLinkedInAuthorizationController.o RDLinkedInAuthorizationController.m normal i386 objective-c com.apple.compilers.gcc.4_2
cd "/Users/k.shinde/Desktop/myexp/LinkedInClientLibrary )"
and OAuthlibrary gives issue:
coCommand /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool failed with exit code 1.
(Libtool /Users/k.shinde/Library/Developer/Xcode/DerivedData/the-life-doctor-gmxqpvlwylxoiletpigdjxwgpodv/Build/Products/Debug-iphonesimulator/libOAuthConsumer_iPhone.a normal i386)
Plz help me solve out these errors.
`cc1obj: error: unrecognized command line option "-fno-objc-arc"
(CompileC /Users/k.shinde/Library/Developer/Xcode/DerivedData/the-life-doctor-gmxqpvlwylxoiletpigdjxwgpodv/Build/Intermediates/LinkedInClientLibrary.build/Debug-iphonesimulator/LinkedInClientLibrary.build/Objects-normal/i386/RDLinkedInAuthorizationController.o RDLinkedInAuthorizationController.m normal i386 objective-c com.apple.compilers.gcc.4_2
cd "/Users/k.shinde/Desktop/myexp/LinkedInClientLibrary )"
and OAuthlibrary gives issue:
coCommand /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool failed with exit code 1.
(Libtool /Users/k.shinde/Library/Developer/Xcode/DerivedData/the-life-doctor-gmxqpvlwylxoiletpigdjxwgpodv/Build/Products/Debug-iphonesimulator/libOAuthConsumer_iPhone.a normal i386)
Plz help me solve out these errors.