GithubHelp home page GithubHelp logo

Comments (4)

jkelleyrtp avatar jkelleyrtp commented on May 3, 2024

Hi, thanks for the report!

What version of macOS are you running?

The bug is seems to be in the underlying windowing library https://github.com/tauri-apps/tao.

Can you try to run one of their examples and see if you get the same error?

For now, can you try to cargo clean and cargo update to see if it's a caching problem?

from dioxus.

litieqq avatar litieqq commented on May 3, 2024

Hi,thanks for helping!

my macOS version is 10.15.4

I tried to run the tao's example as you required and found the same problem

I also use cargo command as you list but is not work.

from dioxus.

jkelleyrtp avatar jkelleyrtp commented on May 3, 2024

I looked on the tauri repo and the problem seems to arrive from nightly?

tauri-apps/tao#246

Can you try making sure you're on stable?

If so, then (following their instructions), make a build.rs with these contents:

fn main() {
println!("cargo:rustc-link-lib=framework=ColorSync");
}

If that fixes it, we can add that to our build.rs.

If not then we need to reopen that issue.

from dioxus.

litieqq avatar litieqq commented on May 3, 2024

as you say, I have solved the problem by change the rust version to stable version!!

Thanks for helping

from dioxus.

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.