iOS learning about Xcode7 in Link Binary with Libraries No. Dylib Library Issues

Source: Internet
Author: User

The Link Binary with Libraries in Xcode7 does not have a. Dylib library, only the corresponding . TBD can be found, but can not be used in lieu of use, by looking for data, try to get the following two solutions.

Method 1. Link Binary with Libraries in project target is manually added (Heqin test is possible)
First click on "+"
Show search Add page, here if search before Libsqlite3.dylib is not iOS9 before. So you need to click Add Other, the file directory page appears, the normal situation here to go through the Finder is also unable to find the old Libsqlite3.dylib file, because this file is hidden. So you need to press
Shortcut key Cmd+shift+g (go to the folder), enter/usr/lib after entering the hidden interface, and then add the *.dylib you need, such as Libsqlite3.dylib file. Can.

Method 2 (not yet tested). Build Phases Configuration
Project, Build Settings->linking, other Linker Flag

Add dylib name required for-l< >

Example: Libsqlite3.dylib--lsqlite3

iOS learning about Xcode7 in Link Binary with Libraries No. Dylib Library Issues

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.