Can you build an xcode project into a static library that doesn't have source code in it?

Posted by MikeN on Stack Overflow See other posts from Stack Overflow or by MikeN
Published on 2010-06-08T16:30:15Z Indexed on 2010/06/08 16:32 UTC
Read the original article Hit count: 131

Filed under:
|
|

I have an Objective-C iPad app I want to build an opaque static library from so I can give it to testers using X-code to test without giving them the source code. How can I do this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode