gpt4 book ai didi

ios - 从代码中获取 xcconfig 配置文件名

转载 作者:行者123 更新时间:2023-11-28 16:17:35 26 4
gpt4 key购买 nike

有没有办法在代码中获取正在使用的 .xcconfig 文件的名称?

如下图所示,我希望能够找出配置是“Lab2”

enter image description here

最佳答案

这是一种阅读方式...

编辑您的 Lab2.xcconfig 文件并添加此内容

OTHER_SWIFT_FLAGS = -DLAB2

然后在你的代码中

    #if LAB2
print("Build using lab2.xcconfig")
#else
print("Build using some_other.xcconfig")
#endif

关于ios - 从代码中获取 xcconfig 配置文件名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38926892/

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