问题
I am not getting any sort of error when puthing the import statement at the top of the file. Alamofire, from what I can tell, is recognized by xcode. It is when I try and access code from Alamofire when I run into problems. When I begin to type Alamo, the only auto complete I code I can use is "Alamofireversionnumber" and nothing more.
For clarification I am using xcode 7 and swift 2.
来源:https://stackoverflow.com/questions/33685768/alamofire-not-working-in-xcode-7