Add # include <opencv2/opencv.hpp> show # # # <list> no symbol found in Xcode PCH

Source: Internet
Author: User

Because OpenCV is written in C + +, you need to add Libc++.dylib to other link compilation options when compiling the iOS project, otherwise there will be many errors.

Then there is the precompiled header file. pch problem, search on the internet, said in the PCH added OPENCV2/OPENCV.HPP will appear after the "# # <list> can't find the issue of symbol, this also and C + + Used in Object-c, and then I add #ifdef __cpluscplus ... #endif就编译通过了

Add # include <opencv2/opencv.hpp> show # # # <list> no symbol found in Xcode PCH

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.