When I try adding custom attributes to my navigationBar, I get the error: "could not find an overload for '/' that accepts the supplied arguments"...This only started occurring with the most recent Xcode update. Any help is appreciated. Thanks!
navigationController?.navigationBar.titleTextAttributes = [NSFontAttributeName: UIFont(name: "AvenirNext-Bold", size: 30), NSForegroundColorAttributeName: UIColor(red: (102/255.0), green: (45/255.0), blue: (145/255.0), alpha: 1.0)]