Anyone knows why I get this error when using Ktor ...
# multiplatform
a
Anyone knows why I get this error when using Ktor 2.0.1 on M1 while running testing?
Copy code
Library not loaded: /usr/local/opt/curl/lib/librcurl.4.dylib
• Running works well on M1 Simulator so that means the iosSimulatorArm64 is set. • Curl is installed/updated and symbolic links are also added to old paths, similar to the path where it looks for the dylib.