Appearance
以群管理模块(WuKongGroupManager)为例,介绍如何引入模块。
WuKongGroupManager
将模块目录(WuKongGroupManager)复制到项目的Modules目录下。
Modules
在项目的Podfile文件中添加模块的引入。
Podfile
pod 'WuKongGroupManager', :path => './Modules/WuKongGroupManager' ## 群管理
在项目根目录下执行pod install命令,然后打开TangSengDaoDaoiOS.xcworkspace文件。运行项目,验证模块是否引入成功。
pod install
TangSengDaoDaoiOS.xcworkspace