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

please support swift5.0 #176

Open
uponup opened this issue Feb 27, 2020 · 11 comments
Open

please support swift5.0 #176

uponup opened this issue Feb 27, 2020 · 11 comments

Comments

@uponup
Copy link

uponup commented Feb 27, 2020

Xcode 11 cann‘t build , SwiftOCR only support Swift3.0

It's a problem

@hihelloluigi
Copy link

hihelloluigi commented Mar 10, 2020

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:

Analyzing dependencies Pre-downloading: SwiftOCRfromhttps://github.com/garnele007/SwiftOCR.git`, tag 1.2
Downloading dependencies
Installing SwiftOCR 1.2 (was 1.1)
Removing GPUImage
Generating Pods project
Integrating client project
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
`

And if I try to run the project show me this error:

No such module GPUImage

I find this merge: bd9b194

Is it correct?

@codemodouk
Copy link

+1

@guesxy
Copy link

guesxy commented Apr 7, 2020

+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)

@Buzka91
Copy link

Buzka91 commented Apr 30, 2020

@garnele007 not working on Swift 5.

@enasaz9
Copy link

enasaz9 commented May 5, 2020

did you find any solution for swift 5 yet, or any pod that supports 7 segment display?

@NMAC427
Copy link
Owner

NMAC427 commented May 8, 2020

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.

@enasaz9
Copy link

enasaz9 commented May 9, 2020

I've checked by by updating your example target iOS and pod to 1.2
but we got an error "No such GBUImage module"
could you tell me how to fix this?

@SophieMBerger
Copy link

Swift 5 support would be highly appreciated!!!

@dibyasarker
Copy link

Does this support swift 5 now?

@oselvi
Copy link

oselvi commented Sep 30, 2020

still no support for swift 5

@niklasbuechner
Copy link

niklasbuechner commented Dec 12, 2020

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

  1. Cloning this repo and drag and dropping it into my other Xcode project.
  2. Adjust the build targets in all project definitions.
  3. Fix all errors in the build logs. Currently this icon in the file bar:

image

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