We are considering using crosswalk for a cross platform web mobile project. I followed the docs and created a test project then tried to compile it but it does not work:
$ crosswalk-app create test.mycompany.com --platforms=ios
Copying app template from ...node_modules/crosswalk-app-tools/app-template
Loading 'ios' platform backend
Clone project [done] Cloned.
CocoaPods install [done] Installed.
$ cd test.mycompany.com/
$ crosswalk-app build
Loading 'ios' platform backend
Update web resources.
Generate manifest.plist file.
*** ERROR: Failed to build application, with return code: 65, error message: undefined
It should work so this seems to be a bug. However now that Cordova has a supported WkWebView plugin, we recommend that you use that instead - Crosswalk for iOS really isn't much more than a wrapper on WkWebView.
We are considering using crosswalk for a cross platform web mobile project. I followed the docs and created a test project then tried to compile it but it does not work: $ crosswalk-app create test.mycompany.com --platforms=ios
Is this supposed to work with the latest xcode?