iOS [CIContext initWithOptions:]: unrecognized selector sent to instance 模拟器 iOS 8.4
在模拟器(iPhone 4s,iOS 8.4)中运行应用时,
应用crash在了使用CIContext(options:nil) 这个API的一个纯Swift第三方库。
StackOverFlow的解决办法是用OC写个Category,
但是如果你不需要指定这个options参数,
那么就直接使用CIContext()这个API就不会崩溃了!
Stay hungry,stay foolish.