AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID
问题 xCode 11.6, iOS 11.4, Objective C app. Launching a SFSafariViewController from a UIViewController. My UIViewController is the delegate of the SFSafariViewController. NSString *sURL = [dctData objectForKey:@"URL"]; NSURL *URL = [NSURL URLWithString:sURL]; safari = [[SFSafariViewController alloc] initWithURL:URL]; [_safari setDelegate: self]; [self presentViewController:_safari animated:YES completion:nil]; The delegate method safariViewControllerDidFinish works. I receive the following error