I'm using the flutter_rust_bridge template to run my rust project on an app. I managed to got it running on Android but IOS gives me trouble. I'm now trying to build a universal library for my rust project using cargo lipo but I get this error which I can't figure out:
Does anyone know what this error means and how I can fix this?
Or, is there perhaps an alternative to cargo lipo since it is not actively worked on?