简体   繁体   English

Xcode 模拟器测试并行化数量

[英]Xcode Simulator Test Parallelization Numbers

When I view my Xcode Preferences, I see Auto, 1, 2, 3, and Max for Simulator Test Preferences:当我查看 Xcode 首选项时,我看到模拟器测试首选项的 Auto、1、2、3 和 Max: 在此处输入图像描述

However, when my coworker views his settings, he sees Auto, 2, 4, 6, and Max:但是,当我的同事查看他的设置时,他会看到 Auto、2、4、6 和 Max: 在此处输入图像描述

We are both using XCode 11.3.1 version.我们都使用 XCode 11.3.1 版本。 What controls this number of simulators that appears for this setting?是什么控制了为此设置显示的模拟器数量?

It reflects the number of cores of the CPU.它反映了 CPU 的核心数。 You have 4 cores and your coworker has 8.你有 4 个核心,你的同事有 8 个。

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

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