Use Note:
1. When a resource file is included in the framework used in the project, you need to manually add the resource files in the framework
2, because the dynamic library (the framework default generated into a dynamic library) can not be shelves, we need to modify the build as a static library
3, use the file command in the previous section to view the class library type, in fact, the framework of the executable file is. A file, just removed. A suffix suffix, change a vest.
4, Static library directly dragged into the project, you can see that the system has helped us to import the default
5, but if there is a resource file in the framework, we also need to add its bundle bundle manually
The composition of the architecture (and. A are synthesized in the same way):
Mode 1, and. A, the execution file in the composition framework, terminal instruction synthesis: Lipo-create Class Library 1 path Class Library 2 path
Note: This is a file with the same name in the Framework folder
Mode 2, Xcode settings, and. A are synthesized in the same way
How do I see the version number of the Framework class library?
. Framework usage notes, static library configuration, and architectural compositing