Apple command line tool to validate ipa file before submitting to AppStore

So far, I have not yet found any other option to check for iOS build in ipa or app form than:

xcrun -sdk iphoneos Validation -verbose product.ipa

      

However, in Xcode 6.0 and newer + Mavericks / Yosemite, the only output I get in the console is:

Validating product.ipa -verbose warnings

      

Is there a way to just check the ipa before submitting to the App Store?

+3


source to share





All Articles