Skip to content

Use iPhone 5s for running tests on 32-bit iOS simulator #31910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

gribozavr
Copy link
Contributor

In Xcode 11.4.1 by default there is no 'iPhone 5' device, only 'iPhone 5s'.

% xcrun simctl spawn --standalone 'iPhone 5' /bin/true
Invalid device: iPhone 5
% xcrun simctl spawn --standalone 'iPhone 5s' /bin/true
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
The operation couldn’t be completed. No such file or directory
No such file or directory

In Xcode 11.4.1 by default there is no 'iPhone 5' device, only 'iPhone
5s'.

% xcrun simctl spawn --standalone 'iPhone 5' /bin/true
Invalid device: iPhone 5
% xcrun simctl spawn --standalone 'iPhone 5s' /bin/true
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
The operation couldn’t be completed. No such file or directory
No such file or directory
@gribozavr gribozavr requested a review from shahmishal May 20, 2020 11:41
@gribozavr
Copy link
Contributor Author

@swift-ci Please test

@gribozavr
Copy link
Contributor Author

gribozavr commented May 20, 2020

Mishal prefers that we continue using iPhone 5 because it does not have a 64-bit slice at all. Instead we are adding instructions: #31928.

@gribozavr gribozavr closed this May 20, 2020
@gribozavr gribozavr deleted the fix-iphonesimulator-i386 branch May 20, 2020 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant