Skip to content

Commit

Permalink
attempt ios build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ened committed Apr 11, 2024
1 parent ade0d30 commit d1abbe1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end

installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end
end
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ SPEC CHECKSUMS:
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
workmanager: 0afdcf5628bbde6924c21af7836fed07b42e30e6

PODFILE CHECKSUM: b63d507eb7cc768afa26646638aaf07f371f6370
PODFILE CHECKSUM: f1f673b308b29c90487ecf3ff69323d61453a8a9

COCOAPODS: 1.14.3
2 changes: 2 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ packages:
scripts:
get: melos exec -- dart pub get

updgrade: melos exec -- dart pub upgrade

generate:dart:
run: melos exec -c 1 --depends-on="build_runner" --no-flutter -- "dart run build_runner build --delete-conflicting-outputs"
description: Build all generated files for Dart packages in this project.

0 comments on commit d1abbe1

Please sign in to comment.