に変換した後Swift 3.0
、何らかの理由でこのエラーが発生します
'(String, CIContext?, [String : Any]?) -> CIDetector' は '(String, CIContext?, [String : Any]?) -> CIDetector?' に変換できません。
//When initiating
let detector: CIDetector? = CIDetector(ofType: CIDetectorTypeFace, context: nil, options: [CIDetectorAccuracy: CIDetectorAccuracyHigh])
アーカイブしようとするとエラーが発生します。実行すると、すべて正常に動作します。