As an independent iOS developer, I would like to allow my partners to sign the application and process the distribution. However, I cannot always transfer the entire project along with the source code (which may be confidential) to build them. Are there any steps in Xcode to make this possible?
I know that I can make the critical part of the application a separate library that will be associated with the entire project. This may be appropriate in some cases, but there are times when I want to avoid the extra workload associated with compatibility issues and code separation.
vasek source share