-
-
Notifications
You must be signed in to change notification settings - Fork 51
Errors building example: undefined symbols #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Apologies for the confusion, it seems like documentation is outdated, it points to an old toolchain that doesn't support the latest code in the If you'd like to use something stable, I recommend installing the Does that resolve your issue? |
I'm already using |
It seems that the solution is to step into Example/JavaScriptKitExample and do a |
We should maybe include the swiftenv file in that folder then. |
I'm giving |
|
|
Closing as resolved then. Feel free to reopen or to create new issues if needed 🙂 |
The toolchain snapshot suggested in `README.md` is outdated. I think we should recommend using the script to install it automatically. Resolves #95. * Mention the `install-toolchain.sh` script in `README.md` * Update toolchain version, script, and `README.md` * Update example code in `README.md` * Update .swift-version * Update Swift version in README.md
When building according to instructions, I get errors like
undefined symbol: _create_typed_array
. Is this a JavaScriptKit issue, or my own issue? If it's mine, advice appreciated! :)The text was updated successfully, but these errors were encountered: