I have a "worklight" project with iPhone Environment. Using Ant Task i have generated the native iPhone folder. I am tying to compile and package the native iPhone project using command line tool xcodebuild. It gives me the following error.

 error: property 'callbackId' not found on object of type 'CDVInvokedUrlCommand *'

But if i open the native iPhone project in Xcode and try to build and archive it works fine. I am not sure why my command line xcodebuild for the same fails.

Thanks in advance.

有帮助吗?

解决方案

This issue was resolved by upgrading the Worklight Studio and Server installations to Worklight 6.2.0.02 (Fix Pack 2). After upgrading the Ant task script then properly compiled the native project.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top