ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
On macOS Sierra, due to SIP, DYLD_LIBRARY_PATH has no effect. Then, the way to fix this problem is to add the following options to catkin_make_isolated:
-DCMAKE_MACOSX_RPATH=ON
-DCMAKE_INSTALL_RPATH="[path_to_your_workspace]/install_isolated/lib"