I have this error when I try to archive my app (adHoc or distribution)
"NO SUCH MODULE"
I followed all the instructions in the official page
https://github.com/Alamofire/Alamofire#manually (manually installation)
But when I RUN my app it works fine, and when I try to ARCHIVE it to get ipa for distribution or adHoc version, I get the error in the image above.
What happen?
p.s. I use xCode 7.0.1 with swift 2.0
Thanks