hey all

it turns out that i'd managed to transpose the DIST_CERT_FILE with the
DEV_CERT_FILE

set IOS_DIST_CERT_FILE=cert\developer_identity.cer :: i had this in
IOS_DEV_CERT_FILE
set IOS_DEV_CERT_FILE=cert\keystore-ios.p12
set IOS_DEV_CERT_PASS=password
set IOS_PROVISION=cert\myapp.mobileprovision
set IOS_ICONS=icons/ios

set IOS_DEV_SIGNING_OPTIONS=-storetype pkcs12 -keystore %IOS_DEV_CERT_FILE%
-storepass %IOS_DEV_CERT_PASS% -provisioning-profile %IOS_PROVISION%
set IOS_DIST_SIGNING_OPTIONS=-storetype pkcs12 -keystore
%IOS_DIST_CERT_FILE% -provisioning-profile %IOS_PROVISION%

doh!
>,<
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to