From ba6133e38a4420154d95285d834e41439f2acf51 Mon Sep 17 00:00:00 2001 From: Anton Kastritskiy Date: Tue, 28 Nov 2023 04:39:59 -0800 Subject: [PATCH] Ask to restart flipper to pick up ios SDK 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 --- desktop/doctor/src/fb-stubs/messages.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/doctor/src/fb-stubs/messages.tsx b/desktop/doctor/src/fb-stubs/messages.tsx index 7f6dfb1e1..77008f47d 100644 --- a/desktop/doctor/src/fb-stubs/messages.tsx +++ b/desktop/doctor/src/fb-stubs/messages.tsx @@ -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.',