Non è necessario il precedente SDK da compilare per iOS7. Modifica Target di distribuzione in Xcode.
Ecco le differenze tra il target di distribuzione e l'SDK di base: link
Base SDK refers to the newest version of iOS that is capable of running your app. To check which base SDK you are building your app against, simply open your project file in Xcode and check the setting under Build Settings -> Architecture(...)
Deployment Target refers to the oldest version of iOS that is capable of running your project. To change your deployment target, open up your project file in Xcode and check the setting under Build Settings -> Deployment(...)
L'SDK di base può essere modificato qui:
L'obiettivodidistribuzionepuòesseremodificatoqui:
Controlla questa risposta per aggiungere il supporto dei dispositivi precedenti .