4

After recording video using ReplayKit, the RPPreviewController is presented. But when selecting Messages from the share extension, the screen goes black.

The following is logged out at this time:

plugin com.apple.ReplayKit.RPVideoEditorExtension interrupted

plugin com.apple.ReplayKit.RPVideoEditorExtension invalidated

viewServiceDidTerminateWithError:: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "(null)" UserInfo={Message=Service Connection Interrupted}

Any thoughts as to why the extension is becoming "invalidated" and the Messages extension is broken?

Update: I submitted this bug report to Apple and was told it is a duplicate of bug report 22750239. Not sure how I can check the progress however (Apple's bug reporting system is quite frustrating).

comrade
  • 4,590
  • 5
  • 33
  • 48
vikzilla
  • 3,998
  • 6
  • 36
  • 57

1 Answers1

0

I was getting this error when the recording was stopped before it started. Try letting the record process continue a little longer and then stopping it.

mcphersonjr
  • 733
  • 12
  • 35