Stuart Harris
Stuart Harris
It's definitely the four `libshared.so` files. As soon as I get some time I will get to the bottom of it. In the meantime, you could just target one architecture...
Thanks for raising this, btw ❤️ — I added a [note](https://redbadger.github.io/crux/getting_started/Android/android.html#admonition-note-1) to the getting started guide to highlight the issue. I would imagine we may need to wait for the...
> The example changes look good at a quick read, but I do not liket the capability changes - we've lost the distinction between the protocol API and the core...
The confusion was due to inward-facing types needing to implement `Facet` in order to be part of the `Event` enum. I've since updated `facet_generate` to support `#[facet(opaque)]` correctly, so that...
Hey @dvornikov thanks for letting us know. Yeah that looks wrong to me. You might need to change line 17 in the build rule to something like this: ```bash "${PROJECT_DIR}/../target/${CONFIGURATION}/uniffi-bindgen"...
I suspect the missing piece, though, (which is included in the `xcodegen` walkthrough) is to add `uniffi-bindgen` as a target dependency under `build phases`. The original code should then work