I have a problem with static library creation, I want to create static library with existing sorce code and existing thirdparty framework like metaio framework.But when I am creating static library with out metaio framework (Third party framework) It is workin Fine. But when adding metaio framework (Third party framework) into static library It is showing a lot of errors. Is it possible or not ? Which is happining in Xcode4.5 and Xcode4.6.
Errors Like:
"Undefined symbols for architecture armv7: "metaio::SensorsComponentIOS::getSensorComponentImpl()", referenced from: -[Tutorial5ViewController loadContent] in libmetaio.a(Tutorial5ViewController.o) "metaio::CreateMetaioSDKIOS(std::__1::basic_string, std::__1::allocator > const&)", referenced from: "metaio::getDeviceType()", referenced from: -[EAGLView enableAntialiasing] in libmetaio.a(EAGLView.o)
::~basic_string()", referenced from: -[MetaioSDKViewController viewDidLoad] in libmetaio.a(MetaioSDKViewController.o) -[Tutorial5ViewController touchesBegan:withEvent:] in libmetaio.a(Tutorial5ViewController.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)" but i was created in the same architectures like arm7 and arm7s, But it is working fine with out adding metaio framework.