alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
763 stars 398 forks source link

prod crash #38

Open npomfret opened 7 years ago

npomfret commented 7 years ago

My app is crashing, quite randomly when the share extension starts. It works in dev/debug mode. But when I launch it from test flight it crashes. Not on all devices... can't spot a pattern but I've managed to find the following error. Anyone else seeing this?

2017-05-12 21:55:01.746109+0100 MobileSafari[19259:4285864] [core] SLRemoteComposeViewController: (this may be harmless) viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "(null)" UserInfo={Message=Service Connection Interrupted}
2017-05-12 21:55:01.747782+0100 MobileSafari[19259:4285864] viewServiceDidTerminateWithError:: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "(null)" UserInfo={Message=Service Connection Interrupted}
Program ended with exit code: 02017-05-12 21:55:05.829921+0100 MobileSafari[19259:4298270] libMobileGestalt MobileGestaltSupport.m:153: pid 19259 (MobileSafari) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled
2017-05-12 21:55:05.829960+0100 MobileSafari[19259:4298270] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see <rdar://problem/11744455>)
abarisic86 commented 6 years ago

Did you manage to find solution?

npomfret commented 6 years ago

Sorry, no. I gave up. I went through commenting out code until i found the line that was causing it but never quite got there.

pkantsedalov commented 6 years ago

@npomfret @abarisic86 @alinz Hi. I've also stuck with it. At first I tried to optimize views all over the share extension app. I've succeeded switching from ScrollViews to FlatLists. But I still have the same problem when I switch between several long flat lists. So still finding any solution.