Search code examples
iosobjective-ciphonexcodeios6

How to create an Objective-C project in an old version


I have to create an application with a minimum version in iOS 6.0 and Objective-C.

How can I create a new project in that version? I've tried creating a normal project and switching to iOS 6 later, but it gives me a lot of errors.

Can an application in iOS 6 be seen correctly on a terminal with notch?


Solution

  • It is not possible to create an application with a minimum version in iOS 6.0. AppStore won't accept your application. Most of old frameworks are deprecated and no longer supported by new iOS versions.