gpt4 book ai didi

xcode - 从 faSTLane 更改用户定义的变量

转载 作者:行者123 更新时间:2023-12-04 20:34:30 24 4
gpt4 key购买 nike

我的 Xcode 项目中有一个用户定义的变量 - MY_VARIABLE :
enter image description here
我链接了MY_VARIABLE也在我的 .plist 文件中:
enter image description here
然后我在我的代码中使用它:NSString *myVariable = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"MY_VARIABLE"];
在 fastfile 中,我有我的 AppStore channel ,只有在这种情况下,我才想更改 MY_VARIABLE 的值.

我目前正在使用:ENV["MY_VARIABLE"] = "appStoreValue"但这不起作用。

最佳答案

经过一番研究,我找到了解决方案。
我正在使用 xcargsgym Action ,例如:

gym(
scheme: "MyScheme",
configuration: "Release",
use_legacy_build_api: 1,
xcargs: "MY_VARIABLE=appStoreValue"
)

关于xcode - 从 faSTLane 更改用户定义的变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38328837/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com