Hi
I have a 2 years old app on App Store that has 6.0 deployment target. But it is not running on iOS 11. Its saying "The developer of this app needs to update it to work with iOS 11".
Now I am using xCode 9 and it gives me error in story board that "Compiling IB documents for earlier than iOS 7 is no longer supported". It got fixed by setting "Builds for" option to iOS 7.
Does it means I cannot release this app for iOS 6.0? How can I make a new release that supports from iOS 6.0 to latest iOS 11?
Should I use xCode 8 to make a release? Can I use xCode 8 to make release compatible for iOS 6.0 to iOS 11?
Regards