Awalz / SwiftyCam

A Snapchat Inspired iOS Camera Framework written in Swift
BSD 2-Clause "Simplified" License
2.08k stars 326 forks source link

Use of undeclared type 'Orientation' (Xcode 9.4.2, Swift 4.1) #172

Closed Proudspark closed 5 years ago

Proudspark commented 6 years ago

Using Swift 4 Branch, the following line in SwiftyCamViewController.swift:

fileprivate var orientation : Orientation = Orientation()

produces two Swift Compiler Errors:

Could not infer type for 'orientation' Use of undeclared type 'Orientation'

Any workarounds?

Thanks