- This topic has 5 replies, 3 voices, and was last updated 9 years, 10 months ago by support-swapnar.
-
AuthorPosts
-
ColinMcGarryMemberHello
I’ve been struggling through the installation and importing the Mobione Tutorial app.
Finally got to the build with “run as ant build”
I get the error message
datetimebuild: An error accurred in IOS buld
exception encrypting data – java.security.InvalidKeyException: Illegal key size.I find by googling that this can be cured by downloading a zip file from java
I did this without installing to find the ip contains
local_policy.jar
and
US_export_policy.jar both dating from 2011in jre7/lib/security I have these two files dating from 2013
in jdk1.703_03/jre/lib/security I have these files dating from 2012
so it would seem that this isn’t the solution.any ideas.
bellow is my instalation report and error log which listes this error.
Thanks
Install file and error file attached
Attachments:
You must be logged in to view attached files.
ColinMcGarryMemberI tried another build, thsi time as an ANdroid build.
it was successfull so the problem is just with the ios build.
support-swapnaModeratorHi,
Sorry that you are seeing this issue. I have escalated it to the dev team. They will get back to you soon.
support-swapnarMemberHi,
I need some information to understand the issue.
1. what is the signing profile format you have choosen ? private key or .p12
2. If .p12 then i would like to undertand how you generated the .p12 file
3. You said you tried another android build and it worked, but the profile you have used is different for android build and iOS build ?Once you have given me this information, i will be able to help you better.
Regards,
Swapna R
MyEclipse Support
ColinMcGarryMemberHello
For the IOS build used private key.
I have a private key file and a *.cer file. Does the cer file have to be different for develpoment or publishing. I only have one file though I’ve uploaded a development app and a published app to Itunes.For the Andoid build, I just followed remote build, and it worked . I have no Android profile. The generated file apparently works the same as the mobi project. it has a line of text displayed saying something to the affect that it’s a template.
support-swapnarMemberHI,
The .cer file need not be different for development and publishing, it is the provision profile that should be different for development and publishing.
Can you give us more details on how you generated the .cer file and the .key file ?We would like to generate these in same way and try to reproduce the error. Because we were unable to reproduce with the profiles we have, Hopefully with the same approach as yours should help in reproducing the error.
Thanks
Swapna -
AuthorPosts