React-native-image-crop-picker: Service exited due to Abort trap: 6

Created on 27 Feb 2017  路  3Comments  路  Source: ivpusic/react-native-image-crop-picker

Hello guys,

After install react-native-image-crop-picker
The App work fine when I build it with Xcode.
But I got an error when I "react-native run-ios" from a terminal.
The App try launch with "powered by react-native" and abort..

Feb 27 12:00:12 cloviss-MacBook-Pro com.apple.CoreSimulator.SimDevice.D16F00EE-4D42-4322-AF16-943C4390908E.launchd_sim[522] (UIKitApplication:org.reactjs.native.example.ReactPixit[0x7d01][1186]) : Service exited due to Abort trap: 6
Feb 27 12:00:13 cloviss-MacBook-Pro CoreSimulatorBridge[566] : Launch successful for 'org.reactjs.native.example.ReactPixit'

my "dependencies": {
"@shoutem/theme": "^0.8.10",
"@shoutem/ui": "^0.10.9",
"react": "15.4.2",
"react-native": "0.41.2",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-fontawesome": "^4.7.0",
"react-native-image-crop-picker": "^0.12.4",
"react-native-router-flux": "^3.37.0"
},

Most helpful comment

I resolved this issue without:

  • Drag and drop the ios/ImageCropPickerSDK folder to your xcode project.

Cause it was a problem with frameworks path.
But You still have to:

  • Click on project General tab :

  • Under Deployment Info set Deployment Target to 8.0

  • Under Embedded Binaries click + and add RSKImageCropper.framework and QBImagePicker.framework

And done

Hope it's work with you :-)

All 3 comments

Same error, but it doesn't work for me even if I build with xcode.

I resolved this issue without:

  • Drag and drop the ios/ImageCropPickerSDK folder to your xcode project.

Cause it was a problem with frameworks path.
But You still have to:

  • Click on project General tab :

  • Under Deployment Info set Deployment Target to 8.0

  • Under Embedded Binaries click + and add RSKImageCropper.framework and QBImagePicker.framework

And done

Hope it's work with you :-)

Indeed it did. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

phantom1299 picture phantom1299  路  3Comments

sergiulucaci picture sergiulucaci  路  3Comments

cwRichardKim picture cwRichardKim  路  3Comments

zhangjunhou picture zhangjunhou  路  3Comments

tximpa91 picture tximpa91  路  3Comments