I can upload an app compiled with Xcode 7.1 which has a minimum iOS target of iOS 8. But when I try to submit the build for review I get this:
Invalid sdk value. The value provided for the sdk portion of LC_VERSION_MIN_IPHONEOS in AirWings.app/AirWings is 9.1 which is greater than the maximum allowed value of 9.0.
Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, and iOS 8 SDK or later. Don't submit apps built with beta software.
It thinks 1) that I'm running beta software, and 2) that I've got the min OS version set to 9.1 which is untrue.
-Brian