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

Swift 4.1 Issues #201

Closed
shravanik18 opened this issue Oct 11, 2018 · 19 comments
Closed

Swift 4.1 Issues #201

shravanik18 opened this issue Oct 11, 2018 · 19 comments

Comments

@shravanik18
Copy link

shravanik18 commented Oct 11, 2018

screen shot 2018-10-10 at 8 21 43 pm

UIResponder issues in swift 4.1 when using 2.3.3 version. What is the pod version for Swift 4.1 .
Swift 4.0 has 2.3.3 , swift 4.2 has 2.3.4 , Please see attachment

@kevin-hirsch
Copy link
Collaborator

Hello @shravanik18,

Could you try using v2.3.9 ? Do you still have the problem after installing this version of the pod?
Btw, which version of Xcode are you using?

@shravanik18
Copy link
Author

Xcode Version is - 9.4.1

@Vaibhavi107
Copy link

Yes facing the same issue.Please help for the same
Xcode version is - 9.3
ss

@ismailtosun
Copy link

same problem

@sethshal
Copy link

Getting the same issue. Used to work before. Gives me the same issue with older version too. Using xcode 10

@kevin-hirsch
Copy link
Collaborator

kevin-hirsch commented Oct 19, 2018

Hello everyone,

Version 2.3.2 should be the last one supporting Swift 4.1.
Can you try pod 'DropDown', '2.3.2' and confirm that is fixes your issue?
Thanks!

@sethshal
Copy link

I upgraded to swift 4.2 and the it works now. Thanks for your help

@kevin-hirsch
Copy link
Collaborator

@shravanik18 @ismailtosun Have you tried the comment above? Can you confirm it solves the issue?

@Vaibhavi107
Copy link

@kevin-hirsch
Upgrading to 'DropDown', '~> 2.3.2' still gives same error.

screenshot 2018-10-22 at 1 21 20 pm

@kevin-hirsch
Copy link
Collaborator

kevin-hirsch commented Oct 23, 2018

Hello @Vaibhavi107 👋

Normally, doing pod 'DropDown', '~> 2.3.2' is installing 2.3.x
What you should do is pod 'DropDown', '2.3.2' (My bad, I updated my previous comment to correct that mistake 😇)

@Vaibhavi107
Copy link

Vaibhavi107 commented Oct 23, 2018

@kevin-hirsch
Thanks alot. It Works perfectly fine. 👍

@kevin-hirsch
Copy link
Collaborator

Great 🤗

@anilsutariya
Copy link

@kevin-hirsch I am facing the issue with XCode 9.4.1 and pod 'DropDown', '~> 2.3.2

@jaichyi
Copy link

jaichyi commented Dec 7, 2018

@anilsutariya remove ~> , pod 'DropDown', '2.3.2'

@anilsutariya
Copy link

@Monochrome4 So what pod i can use for dropdown

@jaichyi
Copy link

jaichyi commented Dec 7, 2018

@anilsutariya I mean use pod 'DropDown', '2.3.2', remove the ~> in pod 'DropDown', '~> 2.3.2'

@anilsutariya
Copy link

@Monochrome4 Let i try and do.

@Rushang007
Copy link

Upgrading to 'DropDown', ' 2.3.2' still gives same error.
screen shot 2018-12-11 at 7 40 54 pm

swift 4.1
xcode 9.4.1

@anilsutariya
Copy link

@Monochrome4 same error getting if remove ~>.

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

No branches or pull requests

8 participants