我有一个包含大量目标的Xcode项目,我想在其中包含一个设置包,用于在Ad-hoc和Debug配置下构建的应用程序,而不是在Release配置下。我的计划是从所有目标中排除Settings.bundle,并创建一个构建规则,有条件地将其复制到产品包中,但是很难找到适用的示例。我已经启动的构建规则将Process设置为"Source files with names matching:“,并将名称设置为Settings.<em
我正在尝试使用基于Xcode构建配置(Debug / Release)的特定文件。
脚本正在运行,但它总是使用"dev.debug“或"dev.release”构建配置.The project's BundleID is inconsistent with either the BundleID in 'GoogleServic