cpichard / usdtweak

Universal Scene Description standalone editor
Apache License 2.0
238 stars 23 forks source link

Fix to make it run on Mac #21

Open guidoq opened 1 week ago

guidoq commented 1 week ago

Hi, to make it properly run on my Mac I had to do the following first:

install_name_tool -add_rpath /Applications/Xcode.app/Contents/Developer/Library/Frameworks/ ./usdtweak.app/Contents/MacOS/usdtweak

Without it, the application reports the following problem:

dyld[68748]: Library not loaded: @rpath/Python3.framework/Versions/3.9/Python3

cpichard commented 1 week ago

Hi @guidoq , thanks for the report ! Did you have this issue with the downloadable release version or with a version you compiled ? I remember compiling usd and usdtweak without python to avoid those kind of errors. If it's a compiled version I might as well update the installer/build script and add this rpath. Thanks