It'd be great if someone would give an overview of the steps to create a new app from an existing one. Can I copy my Xcode project to get started? After I copy my Xcode project, what do I need to do in Xcode? What do I need to do regarding certificate(s) and bundle id. Are there any steps where order is super important? Feel free, of course, to provide a link to an article and/or video on this as that'd be awesome if the information is current. What I've found online is typically out-of-date or more specific - not an overview.
I honestly wouldn't copy an existing project. You need to change so many things that it's easier to just start a new project and copy over any code or assets you want to re-use.
it's also a great opportunity to re-structure and refactor your project to make it more modern or maintainable.
I recently tried to create a new app from an existing one as they shared similar code and structure, but I ended up trashing it because I kept getting errors that files didn't exist, etc.