-
Notifications
You must be signed in to change notification settings - Fork 481
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
please support swift5.0 #176
Comments
Hi, I have the same problem of @uponup. I tried to install the pod on my project (1.1) but Xcode said to me that the library has some parts in swift 3.0.1 so is not compatible. I tried to force tag 1.2 (I read on release that support swift 5) but when I tried to install remove the GPUImage dependency:
And if I try to run the project show me this error:
I find this merge: bd9b194 Is it correct? |
+1 |
+1 (though in my case XCode even complains about SwiftOCR not located, even though the pod was reported as installed /upgraded from 1.1 to 1.2) |
@garnele007 not working on Swift 5. |
did you find any solution for swift 5 yet, or any pod that supports 7 segment display? |
Can you check out the latest release? Since I don't use pods it would be great if someone could check if the lastest changes fixes this problem. |
I've checked by by updating your example target iOS and pod to 1.2 |
Swift 5 support would be highly appreciated!!! |
Does this support swift 5 now? |
still no support for swift 5 |
@NMAC427 Just in case you are wondering why everybody is still claiming that Swift version 5.0 is still not supported: cocoapods only contains versions 1.0 and 1.1. which do not support Swift 5.0. It would be awesome if you could just push the new version to the cocoapods trunk. For everybody else, I got it to run by:
|
Xcode 11 cann‘t build , SwiftOCR only support Swift3.0
It's a problem
The text was updated successfully, but these errors were encountered: