Distribute ipa to iTunes connect from command line
I have several iPhone apps, and I've set out to do away with as much of the clicking around on iTunes connect that I have to do. One thing that I'd like to do is be able to upload an ipa to iTunes connect through the command line. How To Perform iOS App Validation From the Command Line This post suggests xcrun -sdk iphoneos Validation -online -upload /path/to/ipa Which almost works, but will fail validation because it tries to hit the first app in iTunes connect, which has a different bundle identifier than the one I'm uploading. So I tried it without validaiton (remove the -online flag) xcrun