Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hohl opened this issue Jan 23, 2017 · 1 comment
Open

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

hohl opened this issue Jan 23, 2017 · 1 comment

Comments

@hohl
Copy link

hohl commented 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 3 options: notation into contextWithOptions: (instead of initWithOptions). Writing a second helper extension in Obj-C would be a workaround.

@hohl hohl changed the title Crashes on iOS8 Crashes on iOS8 (when build with Xcode 8 / Swift 3) Jan 23, 2017
@hohl
Copy link
Author

hohl commented Jan 23, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant