Skip to content
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

Open
a75c6 opened this issue Apr 18, 2020 · 10 comments
Open

Unusable With Default Settings in XCode 11.4.1 #316

a75c6 opened this issue Apr 18, 2020 · 10 comments

Comments

@a75c6
Copy link

a75c6 commented Apr 18, 2020

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:

Screen Shot 2020-04-17 at 6 26 25 PM

Compiling for iOS 8.0, but module 'Alamofire' has a minimum deployment target of iOS 10.0

Screen Shot 2020-04-17 at 7 53 17 PM

Manually setting the value to iOS 10.0 as the minimum leads to compilation errors.

Screen Shot 2020-04-17 at 6 03 18 PM

@rahul-inspired-iosdeveloper

I am facing the same issue anybody give me quick fix

@guilhermebrito
Copy link

what do you do for fix ?

@rahul-inspired-iosdeveloper

what do you do for fix ?

I couldn't fix that issue, I used the previous version

@guilhermebrito
Copy link

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....

@rahul-inspired-iosdeveloper

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

@ghost
Copy link

ghost commented May 13, 2020

Have the same problem migrating to Swift 5 target. Need it to upgrade to RxSwift 5.1.0 due to Apple's deprecation :(

@ohadshul-shape
Copy link

still no response?

@evermeer
Copy link
Owner

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.

@maulikshah09
Copy link

maulikshah09 commented Jul 1, 2020

try this I have solved Using this.. lines

pod 'Alamofire', '~> 4.0'
pod 'EVReflection/Alamofire'

@rahul-inspired-iosdeveloper

Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants