pvzig / SlackKit

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

SKRTMAPI: Module not found on xcode 12.5 on Apple Silicon #199

Closed farhat-nawaz closed 3 years ago

farhat-nawaz commented 3 years ago

I'm using xcode 12.5 on an M1 Macbook Air and I can't seem to import SlackKit. I'm working on a project and whenever i add SlackKit as dependency, my build start to fail and I can't get them back to the previous state. It starts throwing errors that roughly say a bunch of modules could not be found including NIOOpenSSl and SlackKit itself. If create a new project and add the same code, it starts working again. What might be wrong here?

pvzig commented 3 years ago

Hey Farhat,

Did a quick Google search and found this thread, anything in there helpful?