문제

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

도움이 되었습니까?

해결책

I figured out why it was failing code sign validation. I had generated the the Push Certificates before generating the certificates/provisions.

Looking inside my AppStore.provision showed no entitlements section in the plist xml & thats how I knew.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top