We have created an iOS app for a client, which we would like them to code-sign and distribute.
What is the best method for this? If I Build and Archive, then Share a
I'm not quite sure if you can resign an App in the way you want it, but I guess its not possible. So, to workaround the source code problem, you could compile a static library out of your code and create a wrapping Xcode project that generates a new App that you can send to your client. So the code would be invisible for him, but he can compile it without any hassle.