You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
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
Is this supposed to work with the latest xcode?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
$ cd test.mycompany.com/
$ crosswalk-app build
*** ERROR: Failed to build application, with return code: 65, error message: undefined
Is this supposed to work with the latest xcode?
The text was updated successfully, but these errors were encountered: