rtabmap icon indicating copy to clipboard operation
rtabmap copied to clipboard

Error While Integrating iOS

Open FrankFourth opened this issue 1 year ago • 4 comments

I am trying to integrate library into my project, but I am encountering some errors during the process.Additionally, I might have made mistakes during the process. Could you please guide me on the correct steps I should follow for the integration? Your assistance would be greatly appreciated.

Screenshot 2024-11-23 at 22 48 08

FrankFourth avatar Nov 23 '24 21:11 FrankFourth

There were no errors during the execution of the install.sh script, and I am using Xcode 14. I don’t encounter any issues when using the original downloaded project. However, when I try to set it up from scratch in a new project, I face these errors.

FrankFourth avatar Nov 23 '24 21:11 FrankFourth

When I re-added the frameworks as content, the number of errors decreased to 72, and they changed as follows, but I still can’t figure out where I went wrong during the setup.

Screenshot 2024-11-23 at 23 06 06

FrankFourth avatar Nov 23 '24 22:11 FrankFourth

In your iOS project config, you need to add all libraries created by install.sh script as dependencies. Open the original project here and compare the configs with yours.

matlabbe avatar Nov 24 '24 03:11 matlabbe

image You need to add libpng etc etc etc here

/Libraries/share/OpenCV/3rdparty/lib/

ioridev avatar Dec 11 '24 05:12 ioridev