Phonegap 3.0.0: BarcodeScanner Plugin

前端 未结 5 1169
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 08:39

currently I\'m trying to install the BarcodeScanner Plugin for Phonegap Version 3.0.0. I can\'t find any working documentation on how to install it correctly an

5条回答
  •  时光取名叫无心
    2020-12-08 09:10

    i had the same error as @aruballo. To fix it i dropped the 3 the files from projectdir/Plugins/com.phonegap.plugins.barcodescanner/ inside the plugin directory in xcode.

    I also add one last problem with ARC restriction which was fixed by the answer from https://github.com/wildabeast/BarcodeScanner/issues/37#issuecomment-23320333 (must add -fno-objc-arc in Project - Buil Phases - compile source - CDVBarcodeScanner.mm line to resolve the problem / double click that line and add "-fno-objc-arc")

    enter image description here enter image description here

提交回复
热议问题