Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
update error message for no ios devices available
Browse files Browse the repository at this point in the history
Summary: People typically can see face this error when an old Xcode version was removed where `xcode-select` was pointing and they do not have SDK installed for a new Xcode versoin. Happy to improve this message further.

Differential Revision: D57867332

fbshipit-source-id: da3f260c5ab19d45f1e86d8356d1d25b877f9489
  • Loading branch information
antonk52 authored and facebook-github-bot committed May 28, 2024
1 parent d00bf36 commit c433869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/flipper-ui/src/sandy-chrome/doctor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ const HasSimulatorsNoDevices = (
_props: PropsFor<'ios.has-simulators--no-devices'>,
) => (
<Typography.Paragraph>
No available simulators found. Launch XCode and install SDK for iOS or run{' '}
<CodeBlock>xcode-select --install</CodeBlock>
No available simulators found. This can happen because{' '}
<code>xcode-select</code> points to a wrong Xcode installation.
</Typography.Paragraph>
);

Expand Down

0 comments on commit c433869

Please sign in to comment.