XCode11 error “open(_:options:completionHandler:) is unavailable in application extensions”
问题 I just launched Touchgram v1.0 last week, which is 99% iMessage app extension, and am trying to update to XCode11. I'm now getting an error open(_:options:completionHandler:) is unavailable in application extensions I have confirmed this occurs even in a trivial sample that tries to launch a web URL from an iMessage app: For example: let openSel = #selector(UIApplication.open(_:options:completionHandler:)) while (responder != nil){ if responder?.responds(to: openSel ) == true { // cannot