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
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.
The text was updated successfully, but these errors were encountered:
hohl
changed the title
Crashes on iOS8
Crashes on iOS8 (when build with Xcode 8 / Swift 3)
Jan 23, 2017
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 3options:
notation intocontextWithOptions:
(instead ofinitWithOptions
). Writing a second helper extension in Obj-C would be a workaround.The text was updated successfully, but these errors were encountered: