Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to resolve QBImagePickerController dependency ? #7

Closed
renganatha10 opened this issue May 31, 2016 · 5 comments
Closed

How to resolve QBImagePickerController dependency ? #7

renganatha10 opened this issue May 31, 2016 · 5 comments

Comments

@renganatha10
Copy link

Unable to find a specification for QBImagePickerController (= 3.4.0) depended upon by `react-native-image-crop-picker

@ivpusic
Copy link
Owner

ivpusic commented May 31, 2016

follow discussion here #6 (comment)

does it work now?

@renganatha10
Copy link
Author

No

what i have done is added podspec file in

picker/node_modules/react-native-image-crop-picker/ios/react-native-image-crop-picker.podspec
it doesn't work

when i gave pod search QBImagePickerController it show as below

Aerolitec-QBImagePickerController (1.0.0)
A clone of QBImagePickerController (v2.2.2) with multiple selection support.
pod 'Aerolitec-QBImagePickerController', '~> 1.0.0'

@renganatha10
Copy link
Author

Dependency got installed somehow - network issue i think,,
but
import ImagePicker from 'react-native-image-crop-picker';

ImagePicker is undefined and nativemodules doesn't have this ImageCropPicker

@ivpusic
Copy link
Owner

ivpusic commented Jun 1, 2016

you should follow instructions from here #6 (comment)

when you run pod install make sure there is not warnings => if you are getting inherited flag warning you should fix it

@renganatha10
Copy link
Author

Perfectly Working after resolving the inherited flag warning

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants