void SendDelegateMessage(NSInvocation *): delegate (webView:resource:didFinishLoadingFromDataSource:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode
1. Xcode → Targets → Capabilities → Background Modes を「ON」。
2. Background Modes の下に展開されている、Modesで、Background fetch にチェックを入れる。
3. info.plistに、UIBackgroundModes(Required background modes)キーが追加され、下層のItemに、App downloads content from the network が追加されていることを確認。
参考記事:
https://developer.apple.com/jp/documentation/iPhoneAppProgrammingGuide.pdf