I've installed the pod and updated my pods just to be safe but I sill bet the "No such module 'DisplaySwitcher'" Error. I'm new to swift so this might be me being a noob but help would be appreciated.
import UIKit
import DisplaySwitcher
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}