2

I'm pulling my hair for this error that i got when i tried to make a custom keyboard ,

MobileSafari[1234:36764] viewServiceDidTerminateWithError:: 
Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 
"The operation couldn’t be completed. (_UIViewServiceInterfaceErrorDomain
error 3.)" UserInfo=0x7f971da0f6a0 {Message=Service Connection Interrupted}

Can anyone knows what does this error means?!

Meseery
  • 1,845
  • 2
  • 22
  • 19
  • Hey some code would probably be helpful, nevertheless here: http://stackoverflow.com/questions/25604552/i-have-real-misunderstanding-with-mfmailcomposeviewcontroller-in-swift-ios8-in somebody seems to have a similar problem. – LoVo Apr 02 '15 at 12:34
  • This is valid when you're testing Mail function and i know it's not available on the simulator ,but how could i test my custom keyboard not on a simulator !! – Meseery Apr 03 '15 at 09:07
  • Did you resolved this issue? Am also facing this issue – Ragul Sep 28 '16 at 05:48

1 Answers1

2

If you're using the Simulator, it could entirely be the Simulator's fault.

Check out: I have REAL misunderstanding with MFMailComposeViewController in Swift (iOS8) in Simulator

For a workaround.

Community
  • 1
  • 1
Zane Helton
  • 1,044
  • 1
  • 14
  • 34