I have built some UITesting Xcode automation suites. I wanted to run these as part of iOS upgrade regression.
However, in order to test my suite on iOS 10, I needed to upgrade my Xcode from 7 to 8 and rebuild the app. However, the app (IPA file) I have in live is built against iOS 7, therefore I am not really testing a true representation of live.
In summary, I am testing an Xcode 8 IPA file against iOS 10, but I want to test an Xcode 7 IPA file against iOS 10 (to get a true representation of the live environ).
Anyone know a way around this?