setUpWithError使用的最旧的iOS版本是什么?

问题描述

我目前正在编写测试用例,我需要支持iOS11。我想知道,即使Xcode 11.4附带了res_list <- list() for(i in 1:2){ res_list[[i]] <- lmer(as.formula(paste(resp1[i],"~x+(1|study)")),weights = dataset[[weight.opt[i]]],data = dataset) } 的早期版本也确实受支持

解决方法

XCTest框架不是由iOS设备运行的,而是与Xcode的测试工作流程集成在一起的。因此,如果您使用的Xcode高于11.4,则无论您开发的是哪个iOS版本,它都将运行。