IntrepidPursuits / swift-wisdom

A collection of additions to the Swift Standard Library created by Intrepid Pursuits developers
MIT License
39 stars 14 forks source link

removes blue view, preventing crash on test runs #70

Closed tomalley104 closed 8 years ago

tomalley104 commented 8 years ago

While updating to swift 3, NYC ran into an issue where the application would crash while running tests, claiming ViewController is not key-value coding compliant for key "blueView". Removing the reference in the storyboard and ViewController.swift solved it for us, and I'm hoping to save anyone else the trouble.