I have recently encountered a weird error, every time I try to run the code I get
Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value
which I find really weird as I have never encountered this error before on the same project. But no errors are shown in build time only run time. Please Help Me!!!!! The biID element is set via a Outlet connected to the main storyboard. In the main storyboard the label is empty.
Like This:
@IBOutlet weak var biID: UILabel!
Picture of the error: