-
Notifications
You must be signed in to change notification settings - Fork 218
cannot build with xcode 11 (need xcode 11 swift 5.1 suppport) #129
Comments
This was already renamed in the latest releases. Please, follow the installation guide. Make sure you are using latest release available. @adamwaite This could be closed as well as previous one. |
@piv199 I'm not seeing the change in the repo. https://github.com/adamwaite/Validator/blob/master/Validator/Sources/UIKit+Validator/UITextView+Validator.swift . |
@shenck Can't get the problem. Documentation says it's still UITextView.textDidChangeNotification |
@shenck Actually, I have set swift version to 4.0 and your problem has occurred. Please set Swift version to at least 4.2 for the latest release. |
@piv199 Thanks!! Working now |
on UITextView+Validator
the compiler shows the following error on line 11:
'textDidChangeNotification' has been renamed to 'NSNotification.Name.UITextViewTextDidChange'
therefore you cannot build.
The text was updated successfully, but these errors were encountered: