From b27a53bdeed8e07d1265d4a66fb3260f2c974325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 9 Apr 2021 09:48:53 +0200 Subject: [PATCH] nix: fix order of starting iOS shell hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the `'Statusgo.h' file not found` error. Resolves: https://github.com/status-im/status-react/issues/11951 Signed-off-by: Jakub SokoĊ‚owski --- nix/mobile/ios/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/mobile/ios/default.nix b/nix/mobile/ios/default.nix index c04b39fdd1..e59e2f0165 100644 --- a/nix/mobile/ios/default.nix +++ b/nix/mobile/ios/default.nix @@ -16,10 +16,11 @@ in { flock # used in nix/scripts/node_modules.sh ]; + # WARNING: Executes shellHook in reverse order. inputsFrom = [ fastlane.shell - status-go-shell pod-shell + status-go-shell # Needs to run before pod-install ]; shellHook = ''