overshare / overshare-kit

A soup-to-nuts sharing library for iOS.
MIT License
1.82k stars 133 forks source link

Email Share Generates Service Termination Error on iOS 8 #81

Closed jmlw closed 9 years ago

jmlw commented 10 years ago

When using email share activity, the view service terminates when running on iOS 8. Error below.

2014-09-11 22:41:14.717 Overshare[32357:646951] viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "The operation couldn’t be completed. (_UIViewServiceInterfaceErrorDomain error 3.)" UserInfo=0x7fcbf957a690 {Message=Service Connection Interrupted} 2014-09-11 22:41:25.702 Overshare[32357:647590] <MFMailComposeRemoteViewController: 0x7fcbf9576f50> timed out waiting for fence barrier from com.apple.MailCompositionService

jmlw commented 9 years ago

This error appears to only occur on the simulator. It did not occur running directly on an iOS 8 device.