openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

IOS Build Failing when using native interfaces and building without certificate #1331

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Create native interface(or even try the native demo)
2. Send IOS Build without certificate

What is the expected output? What do you see instead?
The expected output is an app  for debuggind purpuses, insted i'm getting and 
"Build Error" message and when i download the error.txt it has several errors 
,all of the type :"error: expected ')' before 'JAVA_LONG'" and "error: expected 
')' before 'JAVA_OBJECT'"

What version of the product are you using? On what operating system?
I'm using netbeans 8.0.2, codename one plugin is up to date, and jdk 1.7.0_71

Please provide any additional information below.
I tried my 2 native interfaces , and the native demo, on 2 different PCs(one  
with older versions than the one specified in the version section) and on both 
environments i see the same results. Something curius is that altough the 3 
interfaces(the native demo and my 2 interfaces) have different number of 
errors, the first errors showed on the same line numbers and are the same, i 
looks to me like the number of errors is proportional to the number of 
method/function declarations. I've been asking Shai on the forum and he 
suggested to file the issue and said the problem could be when building without 
a certificate.

Original issue reported on code.google.com by wichofe...@gmail.com on 3 Feb 2015 at 5:00