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
Hi @esteve,
When I try to run the listener or the talker in my iPhone or with the simulator I have the next error:
The paths are OK and 'rclobjc/ROSRCLObjC.h' is correctly included in the Frameworks directory, is necessary include other path in the "build settings" of the project?
Thanks for the help!
The text was updated successfully, but these errors were encountered:
You'll have to add the path of the header files within the ros2_objc workspace to the search paths according, according to https://stackoverflow.com/a/17506260
I added ../../../ros2_objc in Header Search Path section and I think that I fixed the previous error.
So I have a doubt and a new error...
In the previous image you can see that the frameworks are in red, and this is because I haven't the files in the path that you had the project originally. Have I to add one more time the frameworks files from my own paths? Because I haven't the directory ros2_ios_ws/install_isolated, In my case I have the directory ros2_ios_ws/install... so I haven't some of the files, like for example lib,librcl_rmw_fastrtps_cpp.a or librclobjc_rmw_fastrtps_cpp.a
Is it possible that the following error was generated by that?
Now my project is like this:
I added all the frameworks files except lib,librcl_rmw_fastrtps_cpp.a and librclobjc_rmw_fastrtps_cpp.a, and If I change the the Library Search Paths and the Users Headers Search Paths by ../../../../../install/lib I continue with the same error but...
If I change by ../../../../../install I obtain:
Error linker command failed with exit code 1 (use -v to see invocation)
Hi @esteve,
When I try to run the listener or the talker in my iPhone or with the simulator I have the next error:
The paths are OK and
'rclobjc/ROSRCLObjC.h'
is correctly included in the Frameworks directory, is necessary include other path in the "build settings" of the project?Thanks for the help!
The text was updated successfully, but these errors were encountered: