简体   繁体   English

Mac OS X Server Xcode Bot问题

[英]Mac OS X Server Xcode Bot Issue

I've successfully integrated CI on my Mac OS X server, but my bot actually build wrong. 我已经成功将CI集成到Mac OS X服务器上,但是我的机器人实际上构建错误。 I guess, that it should build archive with selected 'Release' Configuration, but it uses Debug configuration instead. 我猜想,它应该使用选定的“发布”配置来构建存档,但是它改用调试配置。 Did someone faced with this? 有人面对过这个吗?

The bot runs using configurations set the scheme it starts off of. 僵尸程序使用配置运行,并设置了启动方案。 If the scheme sets the archive configuration to Release, the bot should build in Release. 如果该方案将存档配置设置为Release,则该漫游器应内置于Release中。 Edit the scheme to archive in debug build configuration, and you should see your bot build an archive in debug build configuration. 编辑要在调试版本配置中存档的方案,您应该会看到您的机器人在调试版本配置中构建存档。

The following shows the edit scheme window. 下面显示了编辑方案窗口。 This scheme's archive phase uses the release build config. 该方案的存档阶段使用发布版本配置。

在此处输入图片说明

Hm, need to checkmark 'Perform Archive action' when creating/editing bot. 嗯,在创建/编辑漫游器时,需要选中“执行存档操作”。 This will cause performing Debug->Release Build configuration. 这将导致执行Debug-> Release Build配置。 If also check 'Perform Analyze/Test action' it will be: Debug->Analyze->Test->Archive. 如果还选中“执行分析/测试操作”,则将为:Debug-> Analyze-> Test-> Archive。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM