Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top