Is there an existing issue for this?
Which plugins are affected?
No response
Which platforms are affected?
No response
Description
The script used during the header preparation phase, just before the iOS and macOS build, has been left outside the package and, as a result, cannot access the package once it is published on PubDev. We need to include it within the package to be distributed.
Reproducing the issue
Run any app with zstandard on iOS or macOS
Flutter Version
3.41.4
Relevant Log Output
ios pod install
Analyzing dependencies
Downloading dependencies
Installing Flutter (1.0.0)
Installing integration_test (0.0.1)
Installing zstandard_ios (0.0.1)
[!] /bin/bash -c
set -e
bash -c '[ -x "../../scripts/sync_zstd_ios_macos.sh" ] && "../../scripts/sync_zstd_ios_macos.sh" ios'
Flutter dependencies
Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response
Is there an existing issue for this?
Which plugins are affected?
No response
Which platforms are affected?
No response
Description
The script used during the header preparation phase, just before the iOS and macOS build, has been left outside the package and, as a result, cannot access the package once it is published on PubDev. We need to include it within the package to be distributed.
Reproducing the issue
Run any app with
zstandardon iOS or macOSFlutter Version
3.41.4
Relevant Log Output
Flutter dependencies
Expand
Flutter dependenciessnippetReplace this line with the contents of your `flutter pub deps -- --style=compact`.Additional context and comments
No response