Compare commits
3 Commits
ca2cc8bf6b
...
e88eff28f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e88eff28f0 | ||
|
|
720c63b6c6 | ||
|
|
d56c3f89db |
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
flutter-version: "3.41.9"
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|||||||
@ -41,6 +41,7 @@ post_install do |installer|
|
|||||||
flutter_additional_ios_build_settings(target)
|
flutter_additional_ios_build_settings(target)
|
||||||
target.build_configurations.each do |config|
|
target.build_configurations.each do |config|
|
||||||
config.build_settings['DEFINES_MODULE'] = 'YES'
|
config.build_settings['DEFINES_MODULE'] = 'YES'
|
||||||
|
config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user