hi have a simple project for ipad in xcode4 i added new target "static library" and xcode created correctly scheme e compile profile...but if i try to use this library in main project i obtain this error
Undefined symbols for architecture i386: "_OBJC_CLASS_$_StringLibrary", referenced from: objc-class-ref in ViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
i think that i need to copy libStringLibrary.a and .h file in my project folder before start compiling...someone can help me?