I am new to Worklight and trying out various examples hosted on IBM worklight website for better understanding.
I have installed Eclipse Juno and IBM Worklight Studio kit on Mac OS X 10.6.8
I already had xcode 4.2 installed on Mac OS X 10.6.8
I had downloaded HelloWorklight example from http://www.ibm.com/developerworks/mobile/worklight/getting-started.html#basics and following http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v506/02_02_Previewing_your_application_on_iOS.pdf for guidlines.
The example is successfully build in Eclipse and deployed to Worklight Server, it can be previewed on Worklight Console as well. Now I tried to Run as Xcode from Eclipse, example was successfully exported to Xcode but when I say Run in xcode, build fails. I see 2 issues under CordovaLib in Xcode, CDVLocation.m with Alert(Implicit conversion from enumeration type 'UIDeviceOrientation' to different enumeration type 'UIInterfaceOrientation') and CDVAccelerometer.m with Error(Receiver type 'CDVAccelerometer' for instance message does not declare a method with selector 'returnAccelInfo').
Please help me with above issues. If I am correct then it seems that library packaged by Worklight fails to compile in xcode.
Any kind of help would be appreciated.
Thanks