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
{{ message }}
This repository was archived by the owner on Dec 2, 2022. It is now read-only.
I am using Xcode 12.4 Swift 5 and I am trying to run my app to an iOS simulator.
I have followed the installation guide but I am getting the following error
ld: building for iOS Simulator, but linking in dylib built for macOS, file '/usr/local/Cellar/libressl/3.2.3/lib/libssl.dylib' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am using Xcode 12.4 Swift 5 and I am trying to run my app to an iOS simulator.
I have followed the installation guide but I am getting the following error
Any ideas?