Apple Mach-O linker and multiple “undefined symbols” error using OpenCV

后端 未结 5 1509
忘掉有多难
忘掉有多难 2020-12-02 11:25

I am currently a real beginner in Objective C, and I am developing an app using the framework OpenCV.

I am following a tutorial, but while builing the project, I got

5条回答
  •  悲&欢浪女
    2020-12-02 11:57

    The user can also add the libc++.tbd if libc++.dylib is not available in the "Link Binary With Libraries"

    Thanks Mitesh

提交回复
热议问题