I'd like to use Xcode 7 when it's released to develop apps for i-devices running iOS 7 or even iOS 6. Is this possible? ... I know
- I'll need to use Objective-C; Swift code generally requires devices be running iOS 8 (or at least iOS 7).
- I know each version of iOS brings new capabilities (and code that is not backwards compatible).
I'm planning pretty basic apps (I'm very much a beginner), and I'm assuming apps are forward compatible, e.g., if it runs OK on an iOS 6 iPhone 4S then it'll be OK on an iOS 8 iPhone 4s. What I don't know are settings, options, etc. I should set in the Xcode IDE to assure my code will compile and run on all OS's >=6 or 7. What, if anything, do I need to do when starting a project other than setting the Deployment Target to be iOS 6 or 7?