I'm trying to build a mac application which is going to use one static library. I created one workspace and added my application project and static library project to workspace and added linked application framework or libraries to my result library.
I'm able to compile my library project individually and able to get .a file out of it. But when i run the application, I'm getting linker error saying symbol(s) not found for architecture x86_64
- I verified valid architectures in app and static lib projects. both having i386, x86_64
Can any one help me on this.
Thanks for understanding the problem.