I already finished an app, this is a big app that contained multiple parts. Now I want to create a very light version of this app. Of course I can create a new project and just copy the codes from the the original version to the new one. But I think, if there is a bug in the original version, then I should debug it in the both version, which is not that cool. Is there any way, maybe using a new target in the original app project, that I can use the same module of the original app in the light version?
I mean, if I use a new target in my old project, I can send it to App store as a completely different app.