Files
tldr/pages.zh/common/fastlane.md

20 lines
409 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fastlane
> 构建和发布移动应用程序。
> 更多信息:<https://docs.fastlane.tools/actions/>.
- 在当前目录中构建并签名 iOS 应用程序:
`fastlane run build_app`
- 为当前目录中的项目运行 `pod install`
`fastlane run cocoapods`
- 从 Xcode 中删除派生数据:
`fastlane run clear_derived_data`
- 清除 pods 的缓存:
`fastlane run clean_cocoapods_cache`