Open luffyzc opened 4 years ago
This fix is released in V7.0.1? Because I'm still facing this issue.
Hi there, We are facing the same here after upgrading to cli v7.0.1. Is there a fix/workaround there please?
Regards, Shan
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-plustns plugin add @nstudio/nativescript-camera-plus
tns debug ios
How can we solve this ?