pvzig / SlackKit

Build Slack apps, in Swift
MIT License
1.02k stars 139 forks source link

Cannot build for iOS simulator using Swift Package Manager #194

Closed sterien7 closed 3 years ago

sterien7 commented 3 years ago

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)

Any ideas?

pvzig commented 3 years ago

This should be resolved by release 4.6.1.

seadiem commented 2 years ago

How did you fix it?