ios Build Errors

26 views
Skip to first unread message

mcell...@gmail.com

unread,
Feb 14, 2017, 4:47:53 AM2/14/17
to CodenameOne Discussions
Hi,

I seem to have started getting build errors from the ios server - and I haven't changed any code since last wee when I was getting successful code. I'll past the error log below (it's quite short and occurs very early on in the build process) but the problematic lines seem to be these

Display.getInstance().setProperty("build_key", com.codename1.io.Util.xorDecode(BUILD_KEY));
Display.getInstance().setProperty("built_by_user", com.codename1.io.Util.xorDecode(BUILT_BY_USER));

Any idea what it can be? Thanks,

Paul

The full log is this...

Executing: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -version Result is Xcode 7.3.1
Build version 7D1014

Xcode version line matching pattern: Xcode 7.3.1
Executing: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -version Result is Xcode 7.3.1
Build version 7D1014

Xcode version line matching pattern: Xcode 7.3.1
Executing: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -version Result is Xcode 7.3.1
Build version 7D1014

Xcode version line matching pattern: Xcode 7.3.1
Executing: /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/bin/java -Dretrolambda.inputDir=/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/classes -Dretrolambda.classpath=/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/classes:/Users/administrator/Desktop/server1/CodenameOne.jar3.6 -Dretrolambda.outputDir=/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/classes_retrolamda -Dretrolambda.bytecodeVersion=49 -Dretrolambda.defaultMethods=true -jar /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/temp1346221511440925134.jar Retrolambda 2.0.3
Bytecode version: 49 (Java 5)
Default methods:  true
Input directory:  /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/classes
Output directory: /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/classes_retrolamda
Classpath:        /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/classes:/Users/administrator/Desktop/server1/CodenameOne.jar3.6
Executing: javac -classpath /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/classes -d /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/classes /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/stub/ApplicationWrapperStub.java /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/stub/com/codename1/ext/codescan/NativeCodeScannerImplCodenameOne.java /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/stub/com/codename1/ext/codescan/NativeCodeScannerStub.java /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/stub/ApplicationWrapperStub.java:17: error: cannot find symbol
        Display.getInstance().setProperty("build_key", com.codename1.io.Util.xorDecode(BUILD_KEY));
                                                                            ^
  symbol:   method xorDecode(String)
  location: class Util
/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/stub/ApplicationWrapperStub.java:19: error: cannot find symbol
        Display.getInstance().setProperty("built_by_user", com.codename1.io.Util.xorDecode(BUILT_BY_USER));
                                                                                ^
  symbol:   method xorDecode(String)
  location: class Util
Note: /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcm0000gn/T/build5469685615283285106xxx/stub/ApplicationWrapperStub.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors

mcw

unread,
Feb 14, 2017, 3:35:20 PM2/14/17
to CodenameOne Discussions, mcell...@gmail.com
Me too!

I have submitted multiple iOS debug builds today, all failed with the exact same error.


On Tuesday, February 14, 2017 at 1:47:53 AM UTC-8, mcell...@gmail.com wrote:
Hi,

I seem to have started getting build errors from the ios server - and I haven't changed any code since last wee when I was getting successful code. I'll past the error log below (it's quite short and occurs very early on in the build process) but the problematic lines seem to be these

 errors

mcw

unread,
Feb 14, 2017, 3:39:06 PM2/14/17
to CodenameOne Discussions, mcell...@gmail.com
Forgot to mention I submitted my builds using the 3.6 build version  in case that is a factor.

mcw

unread,
Feb 14, 2017, 4:02:21 PM2/14/17
to CodenameOne Discussions, mcell...@gmail.com
Looks like the original poster was also using 3.6. Switched to latest, build worked. Back to 3.6, build failed.

Trying to do a new release so I really need a stable buld.

Thanks

mcell...@gmail.com

unread,
Feb 14, 2017, 4:36:33 PM2/14/17
to mcw, CodenameOne Discussions

Yeah I'm pretty sure I was on 3.6

Shai Almog

unread,
Feb 15, 2017, 1:15:24 AM2/15/17
to CodenameOne Discussions, mwar...@readerware.com, mcell...@gmail.com
Sorry about that, I broke the versioned build. This was fixed last night.
Reply all
Reply to author
Forward
0 new messages