Cannot run on device with minimum deployment target error

Hi,

I recently upgraded to Xcode Version 6.3.2 (6D2105). I have 2 devices:

* iPad Mini 1st generation

* iPad Air

Both devices are at iOS 8.1.3. After the Xcode update, I set the "iOS Deployment Target to 8.0". I can now deploy and then run/debug fine on the iPad Mini. On the iPad Air, I can select the device in Xcode and build/install an app to it, however when I try to run/debug, I get the following error:


DeviceXXX runs iOS 8.1.3, which is lower than AppNameXXX's minimum deployment target. Change your project's minimum deployment target or upgrade DeviceXXX's version of iOS.


This doesn't make sense to me, as I set the deployment target to 8, and that allowed me to run fine on the iPad Mini. I'm wondering if there's some cached data in Xcode that needs to be cleared out, but I've tried restarting Xcode, the iPad Air, and the computer, and I'm still experiencing the same behavior. Any ideas? Thanks in advance.

Cannot run on device with minimum deployment target error
 
 
Q