Other open source projects are referenced in the iOS project and are reviewed again today, with a note in mind.
1. Drag the. Xcodeproj of the Open source project into the project frameworks
2. Build phases under Links Binary with Libraries introduces. a files. Introduction of open source project files in Target dependencies
3. Build setting Search Paths in the Header search Paths add Open source project src directory
Example: $ (source_root)/ibaforms/headers, IBA placed in the project root directory, headers is SRC
$ (source_root)/: If it is at or above the root of the project. /.. /ibaforms/headers
After upgrading Xcode7. A document Library not found for XXX. A solution
1. Open terminal, CD to. A folder where the package is located
2. Input command: Lipo-info LIBZBAR.A results are as follows:
Targit----Build settings--Change the debug information Format here to dwarf
Reference other project review in iOS project