This is my code. Error: fatal error: unexpectedly found nil while unwrapping an Optional value
(lldb)
I have no idea where;s the problem
res = "https://www.example.com/range.php?arr1=48.15&arr2=48.15&API_KEY=>code"
let url = NSURL(string: res)! // error line
print("url craeted" + res)
return url