一,配置多个scheme
第一步 Edit Scheme
多个scheme
第二步,点击manage schemes ,在这步的build configuration 配置 debug release 这样就不用来回替换debug release 了,LoginApp 对应release LoginApp-debug 对应debug。
配置不同的build configuration
第三步,左下角点增加直接添加schemes
添加schemes
二,配置不同的xcconfig
第一步,New File ,选择 Configuration settings File
创建config
第二步,创建好两个config,每个config配置不同的HOST_URL
配置config
在这个config里面配置的key名称可以去 xcodebuildsetting 这个网站 查找对应的key值比如下边的OTHER_LDFLAGS 对应的就是Other Linker Flags
网友评论