Hi,
Im following along with a tutorial, and the main goal is to create a podfile and then add some packages to it.
But when i redirect into my project folder through the terminal and run pod init, i get this error:
equire’: cannot load such file – concurrent/map (** LoadError **)
After running pod init, im supposed to run open PodFile and then add “FBSDKLoginKit” and
“Firebase/Auth”
Btw. Im using SwiftUI and ruby 2.6, idk if this is relevant
Any ideas?
Would really appreciate some help