- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在我的 native 项目中使用 faSTLane 自动化我的构建过程。我正在关注 this article .在 increment_build_number
操作 我找不到指定 .xcworkspace 项目的任何选项。我尝试使用 workspace
标签,但没有用。
最佳答案
该操作没有 workspace
参数:https://docs.fastlane.tools/actions/increment_build_number/#parametersincrement_build_number
或多或少是 agvtool
的包装器来自苹果。不幸的是,该工具仅适用于 xcodeproj
文件:http://www.manpagez.com/man/8/agvtool/您实际上甚至没有指定文件,它会在您正在执行命令的文件夹中查找它。
这也是为什么increment_build_number
仅使用 xcodeproj
运行命令前更改目录的参数:https://github.com/fastlane/fastlane/blob/04ef48fad041eb6c62e8015264df781d3bfc9983/fastlane/lib/fastlane/actions/increment_build_number.rb#L15-L21
您可能必须修改您的用法以指定 xcode 项目(无论如何都应该存在于工作区旁边)或以某种方式执行它以便操作可以自动找到它。
关于react-native - 如何在 xcworkspace 项目中使用 "increment_build_number"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55249449/
我是一名优秀的程序员,十分优秀!