This appears in the Application loader but I cannot investigate as everything looks correct.
Can someone tell me how to get the Validation tool output to show the full verbose log of why I'm getting this.
I'm currently running:
PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"
PRODUCT_TYPE=com.apple.product-type.application
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation ~/Desktop/EstateTest/Deliver/appAppStore.ipa
No output & exit code == 0
So in summary. What command is Application Loader running here that I am not in the terminal. Also. Running codesign --verify checks also returns okay.
Thanks