I have made a Xcode console project and have it include another project which is having an output of a lib[name].a. I have mentioned it as Target dependencies and have also linked the binaries with it. However during compilation of my console project, Xcode complains its not able to find the .a. I have also set it to always search user paths. i have also put in User Header and Library Search Path for $(BUILT_PRODUCTS_DIR) recursive. Any answers?
In another thread there is something about forceload but it doesn't mention clearly where