The library doesn't support an ARM simulator. When I build my project I got
ld: building for iOS Simulator, but linking in dylib built for iOS, file '<dir>/Pods/Dimelo-iOS/Dimelo.framework/Dimelo' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
You should use XCFramework instead of fat binary distribution, as Apple doesn't support it anymore.
Hello!
The library doesn't support an ARM simulator. When I build my project I got
You should use XCFramework instead of fat binary distribution, as Apple doesn't support it anymore.