evermeer / AlamofireJsonToObjects

An Alamofire extension which converts JSON response data into swift objects using EVReflection
Other
161 stars 28 forks source link

compilation errors with Alamofire 2.0.0.beta.1 #3

Closed jpaas closed 9 years ago

jpaas commented 9 years ago

In Alamofire 2.0.0.beta.1 the response method signatures have all changed to return a Response instead of a data and error object.

evermeer commented 9 years ago

Thanks, I will have a look at it this evening.

evermeer commented 9 years ago

After the necessary changes the compiler keeps on crashing with: Command failed due to signal: Illegal instruction: 4 I will try to fix this tomorrow.

evermeer commented 9 years ago

The issue is solved. The Swift2 branch will now work with Alamofire 2 and Xcode 7 beta 5