Xcode – Unexpectedly found nil while unwrapping an Optional value even though it has a value assigned
I am using Swift to get a JSON from a Coronavirus API. However when I try to run the code I get this error. Fatal error: Unexpectedly found nil while unwrapping an Optional value: line 22 My part of my…