Skip to content
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

iOS compilation build fails, because we need to include the ios-cmake directory #18

Open
yamadapc opened this issue May 12, 2022 · 1 comment

Comments

@yamadapc
Copy link
Contributor

In order to build on iOS the ios-cmake submodule needs to be vendored into the crate when publishing;

I think all you need to do is run:

git submodule update --init

Then cargo publish again with a patch.

All the best

@yamadapc
Copy link
Contributor Author

Hey @Prior99 could you republish after cloning ios-cmake (with the command above)?

Currently version 0.1.12 doesn't work because ios-cmake is not packaged into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant