我是 Worklight 的新手,为了更好地理解,我尝试了 IBM Worklight 网站上托管的各种示例。
我已经在 Mac OS X 10.6.8 上安装了 Eclipse Juno 和 IBM Worklight Studio 工具包
我已经在 Mac OS X 10.6.8 上安装了 xcode 4.2我已经从http://www.ibm.com/developerworks/mobile/
下载了 HelloWorklight 示例worklight/getting-started.html#basics并遵循http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v506/02_02_Previewing_your_application_on_iOS.pdf获取指南。
该示例在 Eclipse 中成功构建并部署到 Worklight Server,也可以在 Worklight Console 上进行预览。现在我尝试从 Eclipse 中作为 Xcode 运行,示例已成功导出到 Xcode,但是当我说在 xcode 中运行时,构建失败。我在 Xcode 中的 CordovaLib 下看到 2 个问题,带有警报的 CDVLocation.m(从枚举类型“UIDeviceOrientation”到不同枚举类型“UIInterfaceOrientation”的隐式转换)和带有错误的 CDVAccelerometer.m(接收器类型“CDVAccelerometer”例如消息未声明选择器“returnAccelInfo”的方法)。
请帮我解决上述问题。如果我是正确的,那么 Worklight 打包的库似乎无法在 xcode 中编译。
任何形式的帮助将不胜感激。
谢谢