Fix invalid objective_c framework

This commit is contained in:
Janez T
2026-03-08 09:40:10 +01:00
parent 948a22c4d2
commit 9ff24c1fcb
5 changed files with 24 additions and 65 deletions

View File

@@ -138,6 +138,12 @@ dev_dependencies:
flutter_launcher_icons: "^0.14.4"
fake_async: ^1.3.3
dependency_overrides:
# path_provider_foundation 2.6.0 pulls in package:objective_c as a native
# asset. That framework has been ending up archived with a macOS platform
# slice and fails App Store validation for iOS uploads.
path_provider_foundation: 2.5.1
flutter_launcher_icons:
android: "launcher_icon"
ios: true