Modules Frameworks
动态库基础
- module.modulemap
explicit
umbrella file
先将所有的pod进行Framework化
- 然后需要修改的时候,再进行源码修改,然后再Framework化
- 还存在一个podspec路径的问题
Modular framework, creating and using them
动态库基础
explicit
umbrella file
先将所有的pod进行Framework化
Modular framework, creating and using them