iOS Development Notes

Source: Internet
Author: User

Xcode build a custom static library ( Libname.a )

Tip: Linux Static library *.a, dynamic library *.so,window Static library *.lib, dynamic library *.dll

1. Create a project selection ios->framework&library->cocoatouchstaticlibrary.

2. Delete the. h. m files that are automatically created when you create a new project, and import custom header files and source files.

3. Select Menu Product->scheme->edit scheme-run->build configuration is set to release.

4. Select different device types to build a static library file (IOS device) and simulator (IPhone 6/ipad2/iphone4s, etc.) (after the build can see the Libname.a file in the products below, black indicates that the build was successful and red was not generated).

Xcode importing a project into a third-party development library

1. Select engineering files in Project, set project properties general->linked frameworks and Libraries-> +->add other ...-Select a third-party static library file (. a).

2. Set the header file search path, set the project properties Build settings->search Paths->head Search paths-> +, set the third-party library header file directory.

iOS Development Notes

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.