can't run on ios always show this issue of
'health/health-Swift.h' file not found
Steps to Reproduce
just run on ios
Expected Behavior
the app is run with no issues
Actual Behavior
ScanDependencies /Users/muhammedhassam/Library/Developer/Xcode/DerivedData/Runner-auvevbsqbtbcwsaxowvnaqtdcrkz/Build/Intermediates.noindex/Pods.build/Debug-Uat-iphonesimulator/health.build/Objects-normal/arm64/HealthPlugin.o /Users/muhammedhassam/.pub-cache/hosted/pub.dev/health-11.1.0/ios/Classes/HealthPlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'health' from project 'Pods')
cd /Users/muhammedhassam/Documents/GitHub/gosi_super_app/ios/Pods
/Users/muhammedhassam/.pub-cache/hosted/pub.dev/health-11.1.0/ios/Classes/HealthPlugin.m:2:9: error: 'Runner-Swift.h' file not found (in target 'health' from project 'Pods')
Flutter Logs
No response
Screenshots
Flutter Doctor Output
/Users/muhammedhassam/development/flutter/bin/flutter doctor --verbose
[✓] Flutter (Channel stable, 3.19.6, on macOS 15.1 24B83 darwin-arm64, locale en-SA)
• Flutter version 3.19.6 on channel stable at /Users/muhammedhassam/development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 54e66469a9 (7 months ago), 2024-04-17 13:08:03 -0700
• Engine revision c4cd48e186
• Dart version 3.3.4
• DevTools version 2.31.1
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at /Users/muhammedhassam/Library/Android/sdk
• Platform android-35, build-tools 35.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16B40
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.3+-79915917-b509.11)
[✓] VS Code (version 1.95.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.100.0
Plugin Name
screen_state
Plugin Version
11.1.0
Device
iphone 12 pro
Operating System
ios 18
Describe the bug
can't run on ios always show this issue of 'health/health-Swift.h' file not found
Steps to Reproduce
just run on ios
Expected Behavior
the app is run with no issues
Actual Behavior
ScanDependencies /Users/muhammedhassam/Library/Developer/Xcode/DerivedData/Runner-auvevbsqbtbcwsaxowvnaqtdcrkz/Build/Intermediates.noindex/Pods.build/Debug-Uat-iphonesimulator/health.build/Objects-normal/arm64/HealthPlugin.o /Users/muhammedhassam/.pub-cache/hosted/pub.dev/health-11.1.0/ios/Classes/HealthPlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'health' from project 'Pods') cd /Users/muhammedhassam/Documents/GitHub/gosi_super_app/ios/Pods
/Users/muhammedhassam/.pub-cache/hosted/pub.dev/health-11.1.0/ios/Classes/HealthPlugin.m:2:9: error: 'Runner-Swift.h' file not found (in target 'health' from project 'Pods')
Flutter Logs
No response
Screenshots
Flutter Doctor Output
Additional Information
No response