React-native-image-crop-picker: Can't build from Xcode

Created on 22 Jun 2017  路  2Comments  路  Source: ivpusic/react-native-image-crop-picker

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.13.1
  • react-native v0.43

Platform

  • iOS

Expected behaviour

After pod install the project should build.

Actual behaviour

project won't build.

Attachments

ld: warning: directory not found for option '-F/Users/enriquem/Library/Developer/Xcode/DerivedData/Wupplier-crqjfnkinpdhptdffxxaumoabdml/Build/Products/Debug-iphoneos/QBImagePickerController'
ld: warning: directory not found for option '-F/Users/enriquem/Library/Developer/Xcode/DerivedData/Wupplier-crqjfnkinpdhptdffxxaumoabdml/Build/Products/Debug-iphoneos/RSKImageCropper'
ld: framework not found QBImagePickerController
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Most helpful comment

For anyone else finding this, this was mentioned in another issue:
https://github.com/ivpusic/react-native-image-crop-picker/issues/27

I followed all the instructions, however i had to open the .xcworkspace file instead of .xcodeproj in order to get the build to work properly

All 2 comments

this is an installation issue. please follow all installation steps from the readme file. I recommend using cocoapods approach.

For anyone else finding this, this was mentioned in another issue:
https://github.com/ivpusic/react-native-image-crop-picker/issues/27

I followed all the instructions, however i had to open the .xcworkspace file instead of .xcodeproj in order to get the build to work properly

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sergiulucaci picture sergiulucaci  路  3Comments

leelandclay picture leelandclay  路  3Comments

equesteo picture equesteo  路  3Comments

zhangjunhou picture zhangjunhou  路  3Comments

JodiWarren picture JodiWarren  路  3Comments