EVReflection icon indicating copy to clipboard operation
EVReflection copied to clipboard

Unusable With Default Settings in XCode 11.4.1

Open a75c6 opened this issue 5 years ago • 10 comments

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

a75c6 avatar Apr 18 '20 03:04 a75c6

I am facing the same issue anybody give me quick fix

what do you do for fix ?

guilhermebrito avatar May 11 '20 21:05 guilhermebrito

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

guilhermebrito avatar May 12 '20 15:05 guilhermebrito

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 :(

ghost avatar May 13 '20 14:05 ghost

still no response?

ohadshul-shape avatar Jun 13 '20 15:06 ohadshul-shape

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.

evermeer avatar Jun 14 '20 08:06 evermeer

try this I have solved Using this.. lines

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

maulikshah09 avatar Jul 01 '20 09:07 maulikshah09

Closing this issue.