Dictionary becomes nil when trying to pass back CLLocation object to iOS app extension
问题 I'm trying to pass a stored CLLocation object from my iOS app back to an extension (in that case: an Apple Watch extension). For that, I'm using the recommended openParentApplication(userInfo: [NSObject : AnyObject]!, reply: (([NSObject : AnyObject]!, NSError!) -> Void)!) -> Bool function from the WKInterfaceController class in the extension code. I'm successfully receiving the request in my iOS app through the application delegate's application(application: UIApplication!,