tony-xlh / react-native-qrcode-scanner

A React Native QR Code Scanner demo with Barcode Overlays
18 stars 8 forks source link

ios run pod install error #2

Closed fukemy closed 1 year ago

fukemy commented 1 year ago

Hi, I got problem when run pod-install(even using pod-instlal --repo-update). Can u help?

[!] CocoaPods could not find compatible versions for pod "DynamsoftBarcodeReader":
  In snapshot (Podfile.lock):
    DynamsoftBarcodeReader (= 9.0.0)

  In Podfile:
    vision-camera-dynamsoft-barcode-reader (from `../node_modules/vision-camera-dynamsoft-barcode-reader`) was resolved to 0.4.3, which depends on
      DynamsoftBarcodeReader (= 9.0.2)

You have either:
 * changed the constraints of dependency `DynamsoftBarcodeReader` inside your development pod `vision-camera-dynamsoft-barcode-reader`.
   You should run `pod update DynamsoftBarcodeReader` to apply changes you've made.
xulihang commented 1 year ago

You can remove Podfile.lock and then try again.

fukemy commented 1 year ago

worked thanks