Xcode Run Demo Project

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Xcode Run Demo Project

nesalexy
Hi everyone, i have MacBook Pro 2015(Intel Core i7) and i trying run the demo project but unsuccessfully. i followed these instructions and installed opencv, g2o, gtsam, libnabo. Then i made

$ git clone https://github.com/introlab/rtabmap.git rtabmap
$ cd rtabmap/app/ios/RTABMapApp/Libraries
$ ./install_deps.sh

after installed all libraries opened the ios project and run. But i have errors like this



can you please give to me advice, how i can fix errors and run the project. Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Xcode Run Demo Project

matlabbe
Administrator
They are linker errors, like XCode cannot find compatible libraries (because they are not built or not the right architecture). Which XCode version are you using?

Were there errors during /install.sh?