Post

Replies

Boosts

Views

Activity

Reply to The filter 'CIPortraitEffectSpillCorrection' is not implemented in the bundle
Tillmoss, did you ever get a reply to this question? I have an app that also generates a QR code, and I was getting the exact same error: The filter 'CIPortraitEffectSpillCorrection' is not implemented in the bundle at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreImage/PortraitFilters.cifilter. Everything seemed to work fine, but the error was annoying, and I couldn't find any solution online. So I just started commenting out block of code until I found a solution. I'm using code from hackingwithswift.com as a reference (they have some great examples). The odd thing was that I don't remember seeing this error when I first implemented the QR code into my program. But when I moved my higher level declarations for:         let context = CIContext()         let filter = CIFilter.qrCodeGenerator() down into my func generateQRCode scope, the error went away. Take care. Whoops. Revision... I still get the error, but not when I run the program, now it's only when I push the button that makes the call. But it only occurs once. Bug?
Jan ’21