Rust cdylib in a iOS app crashes on app start
I have a Rust crate that I have compiled as a cdylib. I have created a xcframework
with two frameworks
inside. One for iOS device and one for the simulator. Then linked the xcframework
with Cocoapods.