-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unusable With Default Settings in XCode 11.4.1 #316
Comments
I am facing the same issue anybody give me quick 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.... |
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. 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' |
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.
The text was updated successfully, but these errors were encountered: