Is it possible to create a template from an existing XCode project to use again and again but with different app names?
Thanks!
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.
You’re asking 2 different questions. First: You can’t. Second: Yes.
AFAIK you can’t save an Xcode project and get a template automagically. You can use a project as a starting point for a new template.
Creating an Xcode template is a manual process, you’ll need to rename lots of stuff, and follow undocumented naming conventions. The best place to learn about Xcode templates is the default templates provided by Xcode.
You can start here: Change templates in Xcode