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?
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 addSlackKit
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 includingNIOOpenSSl
andSlackKit
itself. If create a new project and add the same code, it starts working again. What might be wrong here?