Closed miniapps-ios closed 2 years ago
After updating to Xcode 12, I got this warning when building
'init(source:)' was deprecated in iOS 12.0: Core Image Kernel Language API deprecated.
Is there any way to fix the warning?
thank
Hi, as describing in DOC "Define CI_SILENCE_GL_DEPRECATION to silence these warnings" But in general CIFilter should be reimplemeted via Metal Shading Language
After updating to Xcode 12, I got this warning when building
'init(source:)' was deprecated in iOS 12.0: Core Image Kernel Language API deprecated.
Is there any way to fix the warning?
thank