From 5c30c0f1f1c9ed5cc4b2d161d923bf122f50b802 Mon Sep 17 00:00:00 2001 From: Philipp Lepold Date: Mon, 16 Sep 2024 13:23:59 +0200 Subject: [PATCH] Hopefully fixes failing XCode Cloud build --- open_earable/pubspec.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/open_earable/pubspec.yaml b/open_earable/pubspec.yaml index 5a93644..6960683 100644 --- a/open_earable/pubspec.yaml +++ b/open_earable/pubspec.yaml @@ -60,6 +60,14 @@ dependencies: dependency_overrides: intl: ^0.18.1 + # This is needed as of 09.09.2024, because XCode Cloud fails building without this fix. + # Refer to: https://github.com/pichillilorenzo/flutter_inappwebview/issues/2221 + flutter_inappwebview_ios: + git: + url: https://github.com/pichillilorenzo/flutter_inappwebview.git + ref: 27fd339172572fe1b16cdcdae235b2a88f432e3c + path: flutter_inappwebview_ios + dev_dependencies: flutter_test: sdk: flutter