framework模块的创建与pod版本管理

本文详细介绍了如何在GitHub上创建模版工程,用于生成私有的iOS Framework,并将其添加到Pod管理,包括新建项目、添加Demo、构建Aggregate、创建Bundle以及配置Podfile和私有仓库。
摘要由CSDN通过智能技术生成

为了方便使用,我在GitHub上创建了模版工程,执行脚本一步即可创建私有的framework。仓库地址

这篇文章主要讲述如何创建自己的framework,并提交到pod管理供他人使用。

1、新建framework项目xxModule

新建工程,选择Framework,然后命名为xxModule在这里插入图片描述
设置xxModule的build settings

Build Activity Architecture Only = YES
Installation Directiotory 删除路径
iOS Deployment Target = iOS 9.0
Skip Install = YES
Strip Debug Symbols During Copy = YES //Debug = NO
Enable Bitcode = NO
Mach-O Type = Static Library

2、新建framework的Demo与Aggregate

在TARGETS列表下点击加号,添加Single View App,命名为xxModuleDemo。选择xxModuleDemo->General,将xxModule.framework添加至Frameworks,Liberaries,and Embedded Content。并设置Demo

Enable Bitcode = NO

在TARGETS列表下点击加号,添加Aggregate,命名为xxModuleAggregate。选择xxModuleAggregate->Build Phases中加入shell脚本:

# Type a script or drag a script file from your workspace to insert its path.
if [ "${ACTION}" = "build" ]

then

INSTALL_DIR=${
   SRCROOT}/Products/${
   PROJECT_NAME}.framework

DEVICE_DIR=$
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值