In short, every application that runs on one of Apple’s platforms has a deployment target. A deployment target is nothing more than the minimum version of the operating system the application can run on . Fire up Xcode and create a new project by choosing the App template from the iOS > Application section.
Read moreHow do I change iOS deployment target?
Change deployment target Select your app target and go to General tab, under Deployment Info change target to whatever version you want to support .
Read more