-
Notifications
You must be signed in to change notification settings - Fork 50
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
[IOS]multiple dependencies with different sources for QBImagePickerController
issue when use with nativescript-imagepicker
#132
Comments
This fix is released in V7.0.1? |
Hi there, Regards, |
Someone resolved this ?? |
Hi, any help is appreciated. I still have this issue. |
Same error using v7.1. Any solution? |
@alejandrovillen the way we fixed the issue is by reverting iOS platform to "@nativescript/ios": "6.5.4" |
@shanxp Thnks!!! Steps that solve in my case.
|
Issue: failed to build after installing nativescript-camera-plus if already installed nativescript-imagepicker , this is the error:
the issue is that imagepicker and camera-plus have different version of dependency version of
QBImagePickerController
THis is the generated Podfile (platform/ios/podfile)
Step to reproduce,
tns plugin add nativescript-imagepicker
3 install camera-plus
tns plugin add @nstudio/nativescript-camera-plus
tns debug ios
How can we solve this ?
The text was updated successfully, but these errors were encountered: