Hi, Below code will be crashed on Xcode8 ``` swift guard let cgImage = CIContext(options: nil).createCGImage(self, fromRect: self.extent) else { return nil } ``` 'NSInvalidArgumentException', reason: '-[CIContext initWithOptions:]: unrecognized selector