openGeeksLab / codenameone

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

Build failed in the new ios vm but ok when setting ios.newVM=false #1281

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
** BUILD FAILED **
The following build commands failed:
    CompileC build/App.build/Release-iphoneos/App.build/Objects-normal/armv7/native_com_codename1_calendar_impl_CalendarNativeInterfaceImplCodenameOne.o App-src/native_com_codename1_calendar_impl_CalendarNativeInterfaceImplCodenameOne.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

What steps will reproduce the problem?
Probably any app using Calendar will fail to build

Original issue reported on code.google.com by alnguyen...@gmail.com on 14 Jan 2015 at 5:25

Attachments:

GoogleCodeExporter commented 8 years ago
Look at the error file. CalendarNativeInterfaceImplCodenameOne is failing. 
I suggest reading the section about updating native interfaces to the new VM 
here: http://www.codenameone.com/blog/new-codename-one-ios-vm-is-now-the-default

Original comment by shai.almog on 14 Jan 2015 at 6:31

GoogleCodeExporter commented 8 years ago
All I did is to use com.codename1.calendar.DeviceCalendar.
Not really sure how to fix this.

Original comment by alnguyen...@gmail.com on 19 Jan 2015 at 5:21