You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing SwiftOCR through CocoaPods, it depends on the CocoaPods version of GPUImage (instead of the repository version). For macOS, this does not compile since there are several files missing in GPUImage that SwiftOCR relies upon. These files are explicitly excluded from the OSX pod.
Step to reproduce:
create a new Xcode project with macOS CLI target.
Install `pod 'SwiftOCR'.
Try to build.
I have tried to work around this by manually building the frameworks directly from the repository (not through), but got some obscure errors at runtime when importing them 😕 so I had to resort to posting an issue here. I suspect this might be fixed by pinning to a specific revision of the GPUImage pod dependency, but I haven't figured out which exactly.
The text was updated successfully, but these errors were encountered:
When installing SwiftOCR through CocoaPods, it depends on the CocoaPods version of GPUImage (instead of the repository version). For macOS, this does not compile since there are several files missing in GPUImage that SwiftOCR relies upon. These files are explicitly excluded from the OSX pod.
Step to reproduce:
I have tried to work around this by manually building the frameworks directly from the repository (not through), but got some obscure errors at runtime when importing them 😕 so I had to resort to posting an issue here. I suspect this might be fixed by pinning to a specific revision of the GPUImage pod dependency, but I haven't figured out which exactly.
The text was updated successfully, but these errors were encountered: