tristanhimmelman / AlamofireObjectMapper

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

Upgrade dependencies to use latest beta of Alamofire beta-5 #267

Closed sumac13 closed 5 years ago

sumac13 commented 5 years ago

There was an important bug fix in beta-5 of alamofire which fixes a problem where App Store Connect would reject builds containing a - in the bundle version fields which meany any .ipa including Alamofire would be rejected by ASC see here 2797. Any project which uses this library therefore can't be uploaded successfully to ASC without it being updated first to use this fixed version of Alamofire.

RomanPodymov commented 5 years ago

Hello @sumac13 I hope that the problem is solved in this pull request.