XCode vs VS2008 or how to work with a static library project on XCode
Posted
by VansFannel
on Stack Overflow
See other posts from Stack Overflow
or by VansFannel
Published on 2010-04-11T14:08:17Z
Indexed on
2010/04/11
14:13 UTC
Read the original article
Hit count: 930
Hello.
I've working with Visual Studio for a long time and now I'm working with XCode.
On Visual Studio I can work with more than one project at the same time adding them to a solution (imagine a solutin with a windows application project and a library project).
Now I have XCode and two projects: an iPhone application and a static library. Is there something similar to Visual Studio's solution on XCode? If the answer is not, how can I link my iPhone application with the static library?
Thank you.
© Stack Overflow or respective owner