You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go to /libfreenect/build/lib/OpenNI2-FreenectDriver
otool -l libFreenectDriver.0.4.0.dylib
you can see at the top:
name <path_to_libfreenect>/libfreenect/build/lib/OpenNI2-FreenectDriver/libFreenectDriver.0.4.dylib (offset 24)
4 "install_name_tool -change" doens't work because libFreenectDriver.0.4.dylib is a link to libFreenectDriver.0.4.0.dylib.
This force you to keep libFreenectDriver.0.4.dylib in the above location, otherwise your app doesn't run.