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
I am using SwiftOCR. When I imported 'SwiftOCR' Xcode said there's an error in the framework. And I went to SwiftOCR.xcodeproj and have a look, I saw there's a function of code written in Objective-C in SwiftOCR-master/framework/SwiftOCR/GPUImage-master/framework/Source/GPUImageVideoCamera.m:
there's an issue on the first line: Type arguments cannot be applied to non-class type 'id'.
But I'm not good at Objective-C! Who can help me to fix it? Thanks :-)
The text was updated successfully, but these errors were encountered:
I am using SwiftOCR. When I imported 'SwiftOCR' Xcode said there's an error in the framework. And I went to SwiftOCR.xcodeproj and have a look, I saw there's a function of code written in Objective-C in SwiftOCR-master/framework/SwiftOCR/GPUImage-master/framework/Source/GPUImageVideoCamera.m:
there's an issue on the first line: Type arguments cannot be applied to non-class type 'id'.
But I'm not good at Objective-C! Who can help me to fix it? Thanks :-)
The text was updated successfully, but these errors were encountered: