QRCode icon indicating copy to clipboard operation
QRCode copied to clipboard

Crashes on iOS8 (when build with Xcode 8 / Swift 3)

Open hohl opened this issue 7 years ago • 1 comments

Crash when using CIContext(options:) in CIImageExtensions.swift line 21. Seems to be an issue of Xcode 8 which is having issues translating the Swift 3 options: notation into contextWithOptions: (instead of initWithOptions). Writing a second helper extension in Obj-C would be a workaround.

hohl avatar Jan 23 '17 15:01 hohl

More details: https://openradar.appspot.com/28200846

hohl avatar Jan 23 '17 15:01 hohl