codenameone - Action "Send iOS Debug build" failed: Error during processing: undefined method `path' for nil:NilClass -
ref. build log
what do wrong?
that error red herring. real issue is:
openssl pkcs12 -in [password redacted] -out cert.crt.pem -password pass:passwordhidden -passout pass:password 64991:error:0d0680a8:asn1 encoding routines:asn1_check_tlen:wrong tag:/buildroot/library/caches/com.apple.xbs/sources/openssl098/openssl098-59.40.2/src/crypto/asn1/tasn_dec.c:1344: 64991:error:0d06c03a:asn1 encoding routines:asn1_d2i_ex_primitive:nested asn1 error:/buildroot/library/caches/com.apple.xbs/sources/openssl098/openssl098-59.40.2/src/crypto/asn1/tasn_dec.c:848: 64991:error:0d08303a:asn1 encoding routines:asn1_template_noexp_d2i:nested asn1 error:/buildroot/library/caches/com.apple.xbs/sources/openssl098/openssl098-59.40.2/src/crypto/asn1/tasn_dec.c:768:field=version, type=pkcs12
most there issue certificate. wrong password. or problem certificate itself.
Comments
Post a Comment