I can run my project with no errors, but cannot archive it for distribution because I get the error "No such module 'Alamofire'"
Are my project settings wrong?
I can run my project with no errors, but cannot archive it for distribution because I get the error "No such module 'Alamofire'"
Are my project settings wrong?
Try Command + Shift + K to clean your project, and Xcode will search for dependencies again.
Thereafter, build and run again.