pkgs/development/compilers/flutter/versions/3_24/patches/fix-ios-build-xcode-backend-sh.patch
0 → 100644
+69
−0
Loading
Without this patch, `xcode_backend.sh` gets confused by the flutter SDK `symlinkJoin` and picks up the `dart` executable from `flutter-unwrapped`, which manifests in the following error during an iOS/macOS build: ``` Error (Xcode): Target debug_unpack_ios failed: Error: Flutter failed to create a directory at "/<nix-store-path>-flutter-3.24.1-unwrapped/bin/cache/artifacts". ```