简体   繁体   中英

Mac OS X Server Xcode Bot Issue

I've successfully integrated CI on my Mac OS X server, but my bot actually build wrong. 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. 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. If also check 'Perform Analyze/Test action' it will be: Debug->Analyze->Test->Archive.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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