GithubHelp home page GithubHelp logo

Comments (9)

zitup avatar zitup commented on August 16, 2024 3

Have the same issue, build failed in IOS

The first problem is 'VisionCamera/FrameProcessorPlugin.h' file not found
Solved by adding s.dependency "VisionCamera" in VisionCamera.Podfile

Then VisionCamera/VisionCamera.h file not found, solved by this method,
But the build still failed. . is there an alternative package?

from vision-camera-code-scanner.

ninhva avatar ninhva commented on August 16, 2024 2

have the same issue

from vision-camera-code-scanner.

khanakia avatar khanakia commented on August 16, 2024 2

I added the above code podfile but still same error

from vision-camera-code-scanner.

felipejoribeiro avatar felipejoribeiro commented on August 16, 2024

we are having the same issue, did some one find a good solution?

from vision-camera-code-scanner.

felipejoribeiro avatar felipejoribeiro commented on August 16, 2024

last commit is almost one year in the past. Probably a dead package. Some one know any good alternative?

from vision-camera-code-scanner.

kigh143 avatar kigh143 commented on August 16, 2024

Hey anyone found a solution to this issue?

from vision-camera-code-scanner.

kigh143 avatar kigh143 commented on August 16, 2024

This pull request fixed the issue for me: PR
I am adding this to your profile.

pre_install do |installer|
  installer.pod_targets.each do |pod|
    if pod.name.eql?('vision-camera-code-scanner') || pod.name.eql?('VisionCamera')
      def pod.build_type
        Pod::BuildType.static_library
      end
    end
  end
end

from vision-camera-code-scanner.

unubold1 avatar unubold1 commented on August 16, 2024

got the same issue.

from vision-camera-code-scanner.

yasiragi avatar yasiragi commented on August 16, 2024

Any updates on this issue? I'm using Xcode 15 still facing the issue

"react-native": "0.70.6"
"vision-camera-code-scanner": "^0.2.0"

Screenshot 2023-10-09 at 7 06 43 PM

from vision-camera-code-scanner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.