Exclude arm64 architecture for iOS Simulator.. matching what we have for the Comm target.
Allows us to run XCTests on Apple silicon machines.
Differential D4622
[iOS] Exclude `arm64` Simulator architecture for `CommTests` atul on Jul 25 2022, 9:01 AM. Authored by Tags None Referenced Files
Subscribers
Details Exclude arm64 architecture for iOS Simulator.. matching what we have for the Comm target. Allows us to run XCTests on Apple silicon machines. Ran CryptoTests from Xcode GUI and from commandline: xcodebuild test -workspace Comm.xcworkspace -scheme Comm -destination name="iPhone 13"
Diff Detail
Event TimelineComment Actions Ugh yeah, I think we need this because ffmpeg or some other dependency can't handle running on arm64 Comment Actions Should've included this in Test Plan, but: xcodebuild test -workspace Comm.xcworkspace -scheme Comm -destination name="iPhone 13" to run the tests from command line. |