Need some help.This is my code below, when i click button GoMap, i was prompted this error fatal error: unexpectedly found nil while unwrapping an Optional value
@IBAction func GoMap(_ sender: UIButton) {
UIApplication.shared.openURL(NSURL(string: "http://maps.apple.com/maps?saddr=1 Republic Boulevard , Singapore 038975")! as URL)
}