keijiro / GeoVfx

Examples of geographical data visualization with Unity VFX Graph
400 stars 36 forks source link

Having a hard time building this - something about KlakMath? #1

Closed gpvillamil closed 5 years ago

gpvillamil commented 5 years ago

Thank you for this amazing work! It is a fantastic way to learn about Unity and VFXGraph.

Unfortunately, I have a problem. When I open the GeoVfx project, I get:

Unity Package Manager Error

An error occurred while resolving packages:
  Project has invalid dependencies:
    jp.keijiro.klak.math: Error when executing git command. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

A re-import of the project may be required to fix the issue or a manual modification of /Users/gianpablo/Documents/Unity Projects/GeoVfx/Packages/manifest.json file.

Click on Retry to relaunch Unity and reopen your project.

Click on Continue to launch Unity.  Some or all packages may not be imported which may cause compilation errors.

I downloaded the Klakmath repo, but I can't seem to import it as a package.

gpvillamil commented 5 years ago

Never mind, command line tools were not correctly installed. Everything is working now.

I fixed this by running

xcode-select --install

tracer8 commented 1 year ago

Never mind, command line tools were not correctly installed. Everything is working now.

I fixed this by running

xcode-select --install

This work like a charm. THank you!