Is there any way to create two iOS applications from one target and project in XCode?
I have searched for it and got no clear answer..
Is there any way to create two iOS applications from one target and project
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
YES, each target is a different app. Just make additional targets, and they will have seperate build settings and plists.
You can use compiler flags to seperate them, similar to the DEBUG flag, using #if and #endif segments.