使用来自deriveddata的库的档案iOS应用程序
我正在使用Fastlane进行CI的构建,以GITHUB动作为基础。
CI运行Fastlane的build_app
函数。 build_app
内部使用XcodeBuild Archive
对项目进行存档,然后使用Xcodebuild -exportarchive
来提取ipa
。
问题是XcodeBuild Archive
始终忽略缓存,并从源构建所有模块(即使从以前的构建中派生的派生可用)。是否有一种方法可以强制fastlane
或xcodebuild Archive
使用deriveddata
的库。也许还有其他方法可以实现这一目标。
谢谢
I'm using Fastlane for my CI builds on Github Actions.
CI runs Fastlane's build_app
function. The build_app
internally uses xcodebuild archive
to archive the project and then uses xcodebuild -exportArchive
to extract IPA
.
The problem is xcodebuild archive
always ignores caches and builds all the modules from the source (even if DerivedData from previous builds are available). Is there a way to force either fastlane
or xcodebuild archive
to use caches from DerivedData
. Or maybe there is some other way to achieve this.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论