Service exited due to trap interruption: 6 in IOS reaction environment

I have a native reaction of 0.40.0. The team react-native run-iossuccessfully creates the project, but then the application crashes with a notification: Service terminated due to interrupt interruption: 6 !

I try to start the installed application manually by clicking on it, but it crashes all the time with the same errors in the console:

February 5, 23:25:23 Tony com.apple.CoreSimulator.SimDevice.5050AC21-0E8E-4E59-9561-65AFF770E25A.launchd_sim [42289] (UIKitApplication: org.reactjs.native.example.yawaloo [0x973d] [53112] Service exited due to trap interruption: 6

And that’s all, I don’t even know where to look. Maybe this is because the update is responsive-native 0.40?

Any ideas?

PS Android works great.

+4
source share
2 answers

Yes, it was action-native-image-crop-picker, and after updating it, now everything is fine.

I created a clean project and started adding one after another package from my package.json package and trying to run the application. Thus, I was convinced that it was a collector of actions with adaptation to the source images.

-2
source

I have the same problem.

This happens when I install this package: https://github.com/ivpusic/react-native-image-crop-picker

But it works when I compile from Xcode. but not with run-ios response

I solved this problem without:

ios/ImageCropPickerSDK xcode. , .

:

  • "" :
  • " " " 8.0
  • + RSKImageCropper.framework QBImagePicker.framework

, : -)

+11

Source: https://habr.com/ru/post/1668882/


All Articles