现在我正在通过命令行为 ios 模拟器生成 xcode 构建
看起来像这样
xcodebuild -workspace Test.xcworkspace -sdk iphonesimulator -configuration Release -scheme TestProd
但为了让这个构建取得成功,我正在更改 Xcode 中的构建设置,例如排除 arch - Any iOS Simulator = arm64
谁能帮助我找到在命令行中执行此操作的正确参数,以便我可以避免手动执行此操作?
xCode 版本 12.1