My iOS App target deleted by mistake

ios, iphone, xcode

Solution

Check all the Answers from this SO Question : How to recreate a deleted target?

Preferred One is the Answer given by Joshua Nozzi.

Problem

I deleted my App target in iOS by mistake. It made me get the old version and replace the classes again and build it which is quiet risky. Is there an easy way to add a target to the app?

Original source

Related problems