Can you build an xcode project into a static library that doesn't have source code in it?
- by MikeN
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?