iPhone SDK linking errors with static library
- by Nico
Hello all!
I've built my own static library with components to be reused in my project, and recently had the need to update a bunch of classes. Specifically, some methods' signatures were changed due to the fact that some classes changed names.
What happens now is that the library compiles fine on its own, but, when added to an app project, the…