Weak linking in XCode 4
In X-Code 4 when you link to a Library there is no option for Weak anymore, it's changed to Optional, and it doesn't do the same thing. How do you do weak linking in XCode 4? Also, if I am importing a header from a framework that I'm weak linking to, how do I do that?
|