Open a75c6 opened 4 years ago
I am facing the same issue anybody give me quick fix
what do you do for fix ?
what do you do for fix ?
I couldn't fix that issue, I used the previous version
i cant use old version, i need to use Rxcocoa 5 with almofire 5 to be compliance with UIWebView ITMS-90809: Deprecated API Usage, i will see what can i do....
i cant use old version, i need to use Rxcocoa 5 with almofire 5 to be compliance with UIWebView ITMS-90809: Deprecated API Usage, i will see what can i do....
Then give a try in the library, if you succeed try to fork and update the repository
Have the same problem migrating to Swift 5 target. Need it to upgrade to RxSwift 5.1.0 due to Apple's deprecation :(
still no response?
I created a branch named VersionBumpTest which uses the latest versions. The Alamofire related compile errors are still there. I could not find a simple fix for these.
I think the file needs to be rewritten similar as was done for: https://github.com/tristanhimmelman/AlamofireObjectMapper/blob/master/AlamofireObjectMapper/AlamofireObjectMapper.swift
Any PR for that would be welcome.
try this I have solved Using this.. lines
pod 'Alamofire', '~> 4.0' pod 'EVReflection/Alamofire'
Closing this issue.
XCode version: 11.4.1 OSX version: 10.15.4
Using a default cocoapods install of the library with version
5.10.1
causes the following error as the library has an iOS 8.0 target:Manually setting the value to iOS 10.0 as the minimum leads to compilation errors.