Skip to content

Commit

Permalink
Ask to restart flipper to pick up ios SDK
Browse files Browse the repository at this point in the history
Summary: Running a check is run it only executes the `run` function. The `run` function for `ios.sdk` is a pure function that detects if ios SDK available from `EnvironmentInfo`. This info is picked up when flipper first started. Even if you installed ios SDK flipper won't pick it up while running. Restarting flipper will pick up the SDK and make it available. We should be clear about it.

Reviewed By: mweststrate

Differential Revision: D51614258

fbshipit-source-id: 8b2a8b5b94ec0038acf9f383e55e166c52b2ccab
  • Loading branch information
antonk52 authored and facebook-github-bot committed Nov 28, 2023
1 parent 1a4c602 commit ba6133e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/doctor/src/fb-stubs/messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const installXcode =
'Install Xcode from the App Store or download it from https://developer.apple.com';

export const installSDK =
'You can install it using Xcode (https://developer.apple.com/xcode/).';
'You can install it using Xcode (https://developer.apple.com/xcode/). Once installed, restart flipper.';

export const installAndroidStudio = [
'Android Studio is not installed.',
Expand Down

0 comments on commit ba6133e

Please sign in to comment.