I made a button, and link the button to the following openPhone method. But it didn't work. Error message shows "Thread 1:Program received signal: "SIGABRT".".
Should I do anything else that I do not know to let it work? Thanks
-(IBAction)openPhone{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://+886227637978"]];
}