I used Xcode to Archive my application; but once I exported an IPA, I found that I couldn't get the IPA to install on any iPad using IPCU (I get a "This application does support this device's CPU type" message).
After some investigation, I found that this happens when I have an iPad 4 plugged in to my machine; but does not happen otherwise. Presumably this is because Xcode is changing the Architectures in my Build Settings to match the connected device?
Is there a way that I can configure Xcode, so I can create an archive to be installed on any iPad (1/2/3/4) while I have an iPad 4 connected?