tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 474 forks source link

AlamofireObjectMapper methods won't load into my Xcode project. #238

Closed gcrozariol closed 6 years ago

gcrozariol commented 6 years ago

I've been using Alamofire for HTTPS requests for a long time. However, now I feel the need to map JSON results and model it to objects. The problem is: I have no idea why AlamofireObjectMapper won't load its methods within my project. Everything is working fine, I can import the framework but I can't use it. Anyone having the same issue?

Thanks, Guilherme