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
However, still a bit unclear how/where we would include the import SystemConfiguration statement if we wanted to use that feature, given that the generated UniFFI code tells us not to touch it:
// This file was autogenerated by some hot garbage in the `uniffi` crate.
// Trust me, you don't want to mess with it!
We now manually patched this for the 0.2.1 release. It seems UniFFI doesn't have a solution ready for this. So, if we want to make use of the feature introduced in reqwest we'll have to write a patch script running after UniFFI for the moment.
When building a simple CLI project on macOS, we currently get:
It seems this was already broken for the 0.2 release. Currently investigating what causes the linker to fail.
The text was updated successfully, but these errors were encountered: