CMake iOS version not found, tested: [5.0;5.1;6.0;6.1;7.0;8.3] Solution _ios

Source: Internet
Author: User

First of all, let us simply say cmake.

CMake is a more advanced compilation configuration tool than make, which generates corresponding makefile or vcproj projects based on different platforms, different compilers.

By writing CMakeLists.txt, you can control the generated makefile and thus control the compilation process.

CMake automatically generated makefile not only build a project to build a target file through the make command, but also support installation (make install), test that the installed program executes correctly (making test, or ctest), and build the installation package for the current platform (make Package), Generate source packs (make Package_source), generate dashboard display data and upload advanced features, as long as the simple configuration in CMakeLists.txt, you can complete a number of complex functions, including writing test cases.

If there is a nested directory, the subdirectory can have its own CMakeLists.txt.

In short, CMake is a very powerful compiler for automated configuration tools that support a variety of platforms that KDE compiles with.

Below look at the hint CMake not found reason analysis and the solution.

After the new Mac check code, execute the SH script to create the iOS project, in terminal tip iOS version not found

Tips:

Along the hint found that the front is printed wrong, the following is the wrong problem, iphone.cmake internal error in the following figure

iOS SDK version not found at the time of command execution

Note: The back 9.1 9.2 10.0 is what I added.

The above mentioned is small to introduce the CMake iOS terminal under the implementation of the hint error iOS version not found, tested: [5.0;5.1;6.0;6.1;7.0;8.3] solution, I hope to help, If you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!

Related Article

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.