Flutter package build error "swift file not found" - ios

I'm trying to get the package geoflutterfire: ^2.0.2
But when I run it: I get this error (on the ios simulator).
** BUILD FAILED **
Xcode's output:
↳
warning: The iOS Simulator deployment target is set to 4.3, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'nanopb')
warning: The iOS Simulator deployment target is set to 4.3, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'FMDB')
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'BoringSSL-GRPC')
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'GTMSessionFetcher')
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'Protobuf')
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'gRPC-C++-gRPCCertificates-Cpp')
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'gRPC-Core')
warning: The iOS Simulator deployment target is set to 5.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'leveldb-library')
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'gRPC-C++')
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'Flutter')
warning: The iOS Simulator deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'GoogleSignIn')
warning: The iOS Simulator deployment target is set to 6.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'Reachability')
warning: The iOS Simulator deployment target is set to 4.3, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'google_sign_in')
/Users/kareldebedts/developer/flutter/.pub-cache/hosted/pub.dartlang.org/geoflutterfire-2.0.3+5/ios/Classes/GeoflutterfirePlugin.m:2:9: fatal error: 'geoflutterfire/geoflutterfire-Swift.h' file not found
#import <geoflutterfire/geoflutterfire-Swift.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Runner-cqaojqsfhatpprdzwzvknsqozsgn
note: Using new build systemnote: Planning buildnote: Constructing build description
It's really strange, because without that package, everything works. Are there alternatives for the geoflutterfire package? or a fix to make the package work?
Thanks for your time and effort!
This is my pubspec yaml
cupertino_icons: ^0.1.2
firebase_core: ^0.4.0
firebase_auth: ^0.11.1+12
google_sign_in: ^4.0.4
flutter_facebook_login: ^2.0.1
cloud_firestore: ^0.12.7+1
shared_preferences: ^0.5.3+4
geolocator: ^5.1.1+1
url_launcher: ^5.1.2
rflutter_alert: ^1.0.3
font_awesome_flutter: ^8.5.0
flutter_picker: ^1.0.13
uuid: 2.0.1
image_picker: ^0.6.1
path_provider: ^1.2.0
image: ^2.1.4
firebase_storage: ^3.0.4
flutter_datetime_picker: ^1.2.5
intl: ^0.15.8
native_contact_picker: ^0.0.6
flutter_spinkit: ^4.0.0
transparent_image: ^1.0.0
connectivity: ^0.4.3+7
flare_splash_screen: ^2.1.3
cached_network_image: ^1.1.1
algolia: ^0.1.6+1
http: ^0.12.0+2
cloud_functions: ^0.4.1+1
firebase_messaging: ^5.0.2
back_button_interceptor: ^4.1.1
avatar_glow: ^1.0.0
geoflutterfire: ^2.0.2

For everybody having the same problem. (very frustrating, cuz it's an amazing package) I've added
use_frameworks!
To ios/podfile
It works, not sure if it stays that way of there will be problems in the future....

Related

Flutter.h file not found while running on iOS

I am trying to run my project in ios simulator but this error comes. I tried all methods of pod install,upgrade, cache repair but still this error comes.
flutter run
Launching lib/main.dart on iPhone 12 Pro in debug mode...
Running Xcode build...
Xcode build done. 24.1s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
Writing result bundle at path:
/var/folders/1y/xfyy4w9117qf36tz3pykqjc40000gn/T/flutter_tools.d5EOkm/flutter_ios_build_temp_dirJpnZlP/temporary_xc
result_bundle
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Runner/Runner-Bridging-Header.h:1:9: note: in file included from
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Runner/Runner-Bridging-Header.h:1:
#import "GeneratedPluginRegistrant.h"
^
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Runner/GeneratedPluginRegistrant.h:10:9: error: 'Flutter/Flutter.h'
file not found
#import <Flutter/Flutter.h>
^
1 error generated.
<unknown>:0: error: failed to emit precompiled header
'/Users/hanish/Library/Developer/Xcode/DerivedData/Runner-hlbnjxqvkiahufarpfxgzkipcqlr/Build/Intermediates.noindex/P
recompiledHeaders/Runner-Bridging-Header-swift_IKXG2TX2ZINE-clang_20Z0KHQ3WLHE0.pch' for bridging header
'/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Runner/Runner-Bridging-Header.h'
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Runner/Runner-Bridging-Header.h:1:9: note: in file included from
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Runner/Runner-Bridging-Header.h:1:
#import "GeneratedPluginRegistrant.h"
^
2 errors generated.
note: Building targets in dependency order
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'PhoneNumberKit' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'nanopb' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'libPhoneNumber-iOS' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'leveldb-library' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'abseil' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does
not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure
it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'abseil' from
project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'Toast' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'PromisesObjC' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'OrderedSet' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'GTMSessionFetcher' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FMDB' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'BoringSSL-GRPC' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does
not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure
it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target
'BoringSSL-GRPC' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'AppAuth' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'razorpay-pod' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'GoogleUtilities' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'GTMAppAuth' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'GoogleDataTransport' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FirebaseCoreDiagnostics' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FirebaseCore' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FirebaseStorage' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FirebaseAuth' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FirebaseInstallations' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'gRPC-Core' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does
not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure
it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'gRPC-Core'
from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FirebaseMessaging' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FirebaseCrashlytics' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'GoogleAppMeasurement' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'gRPC-C++-gRPCCertificates-Cpp' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'gRPC-C++' from project 'Pods')
warning: Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does
not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure
it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'gRPC-C++'
from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FirebaseFirestore' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'FirebaseAnalytics' from project 'Pods')
warning: Run script build phase 'Thin Binary' will be run during every build because it does not specify any
outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in
every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project
'Runner')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'GoogleSignIn' from project 'Pods')
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to
16.0.99. (in target 'Firebase' from project 'Pods')
Result bundle written to path:
/var/folders/1y/xfyy4w9117qf36tz3pykqjc40000gn/T/flutter_tools.d5EOkm/flutter_ios_build_temp_dirJpnZlP/temporary_xc
result_bundle
Error (Xcode): 'Flutter/Flutter.h' file not found
/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Runner/GeneratedPluginRegistrant.h:9:8
Error (Xcode): failed to emit precompiled header
'/Users/hanish/Library/Developer/Xcode/DerivedData/Runner-hlbnjxqvkiahufarpfxgzkipcqlr/Build/Intermediates.noindex/Preco
mpiledHeaders/Runner-Bridging-Header-swift_IKXG2TX2ZINE-clang_20Z0KHQ3WLHE0.pch' for bridging header
'/Users/hanish/FlutterDev/fitelo-mobile-app/ios/Runner/Runner-Bridging-Header.h'
Could not build the application for the simulator.
Error launching application on iPhone 12 Pro.

Could not build the application for the simulator. Error launching application on iPhone 8 Plus [duplicate]

This question already has answers here:
The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, in Flutter How can I change the minimum IOS Deploying Target
(18 answers)
Closed 11 months ago.
macbookpro#MacBooks-MacBook-Pro regnum_toll_update % flutter run
Launching lib/main.dart on iPhone 8 Plus in debug mode...
Running pod install... 22.4s
Running Xcode build...
Xcode build done. 214.7s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
/Users/macbookpro/AndroidStudioProjects/regnum_toll_update/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.m:95:53: warning: 'hasSwiftRuntime' is deprecated
[-Wdeprecated-declarations]
NSString *swiftFlagValue = [GULAppEnvironmentUtil hasSwiftRuntime] ? #"true" : #"false";
^
In file included from /Users/macbookpro/AndroidStudioProjects/regnum_toll_update/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.m:19:
/Users/macbookpro/AndroidStudioProjects/regnum_toll_update/ios/Pods/Headers/Public/GoogleUtilities/GULAppEnvironmentUtil.h:50:25: note: 'hasSwiftRuntime' has been explicitly marked deprecated
here
+ (BOOL)hasSwiftRuntime __deprecated;
^
In module 'Foundation' imported from /Users/macbookpro/AndroidStudioProjects/regnum_toll_update/ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.h:17:
In module 'CoreFoundation' imported from
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'Darwin' imported from
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundati
on.h:16:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro
'__deprecated'
#define __deprecated attribute((deprecated))
^
1 warning generated.
While building module 'firebase_core' imported from /Users/macbookpro/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_database-6.0.0/ios/Classes/FLTFirebaseDatabasePlugin.m:8:
In file included from :1:
In file included from /Users/macbookpro/AndroidStudioProjects/regnum_toll_update/ios/Pods/Target Support Files/firebase_core/firebase_core-umbrella.h:13:
In file included from /Users/macbookpro/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.7.0/ios/Classes/FLTFirebaseCorePlugin.h:11:
/Users/macbookpro/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.7.0/ios/Classes/FLTFirebasePlugin.h:9:9: error: include of non-modular header inside framework module
'firebase_core.FLTFirebasePlugin': '/Users/macbookpro/AndroidStudioProjects/regnum_toll_update/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h'
[-Werror,-Wnon-modular-include-in-framework-module]
#import <FirebaseCore/FirebaseCore.h>
^
1 error generated.
/Users/macbookpro/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_database-6.0.0/ios/Classes/FLTFirebaseDatabasePlugin.m:8:9: fatal error: could not build module 'firebase_core'
#import <firebase_core/FLTFirebasePlugin.h>
~~~~~~~^
2 errors generated.
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'Reachability' from
project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'leveldb-library'
from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'gRPC-Core' from
project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'gRPC-C++' from
project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target
'gRPC-C++-gRPCCertificates-Cpp' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'abseil' from
project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'BoringSSL-GRPC'
from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'Flutter' from
project 'Pods')
Could not build the application for the simulator.
Error launching application on iPhone 8 Plus.
Check the error message clearly. See the last line:
warning: The iOS Simulator deployment target
'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.3.99. (in target 'Flutter'
from project 'Pods')
So basically, upgrade the iPhone deployment target which is required for Firebase integration. How to do that, please check this SO thread

Firebase won't run with iOS simulator. Flutter

as I said in the title I'm not able to run iOS simulator with Firecloud.
If I only add Firebase_core package to pubspec.yaml all works fine, but when I add cloud_firestore: ^3.1.5 I got this error:
P.s. With Android simulator all works fine.
Launching lib/main.dart on iPhone 13 in debug mode...
Running Xcode build...
Xcode build done. 9.3s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
/Users/luca/Desktop/prova/ios/Pods/gRPC-Core/third_party/upb/upb/port.c:2:10: fatal error: 'upb/port_def.inc' file not found
#include "upb/port_def.inc"
^~~~~~~~~~~~~~~~~~
1 error generated.
/Users/luca/Desktop/prova/ios/Pods/gRPC-Core/third_party/upb/upb/msg.c:2:10: fatal error: 'upb/msg.h' file not found
#include "upb/msg.h"
^~~~~~~~~~~
1 error generated.
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
/Users/luca/Desktop/prova/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'BoringSSL-GRPC' from project 'Pods')
/Users/luca/Desktop/prova/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'abseil' from project 'Pods')
/Users/luca/Desktop/prova/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'gRPC-Core' from project 'Pods')
/Users/luca/Desktop/prova/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'gRPC-C++-gRPCCertificates-Cpp' from project 'Pods')
/Users/luca/Desktop/prova/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'leveldb-library' from project 'Pods')
/Users/luca/Desktop/prova/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'gRPC-C++' from project 'Pods')
Could not build the application for the simulator.
Error launching application on iPhone 13.
Can anyone help me? I am stuck with this error since 2 weeks ago :S
thanks to all.
Add this line in your pod file
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
target.build_configurations.each do |config|
if config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'].to_f < 9.0
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
end
end
end
end

Flutter Could not build the application for the simulator. Error launching application on iPhone 8

I'm trying to run flutter app on Apple Simulator but I can't able to run it, I got errors as below. this project woking in another Apple Mac book pro. What went wrong here?
I tried flutter clean then flutter run this wasn't works
Prasaths-MacBook-Pro:Foodom_ios prasathsivanathan$ flutter run
Launching lib/main.dart on iPhone 8 in debug mode...
Running Xcode build...
Xcode build done. 2.3s
Failed to build iOS app
Error output from Xcode build:
↳
objc[12138]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x1eec8c188) and ??
(0x115c482b8). One of the two will be used. Which one is undefined.
objc[12138]: Class AMSupportURLSession is implemented in both ?? (0x1eec8c1d8) and ?? (0x115c48308). One
of the two will be used. Which one is undefined.
** BUILD FAILED **
Xcode's output:
↳
In file included from
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/FirebaseAuth/FirebaseAuth/Sources/U
tilities/FIRAuthURLPresenter.m:24:
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/FirebaseAuth/FirebaseAuth/Sources/U
tilities/FIRAuthDefaultUIDelegate.h:18:24: error: 'TARGET_OS_WATCHOS' is not defined, evaluates to 0
[-Werror,-Wundef-prefix=TARGET_OS_]
#if !TARGET_OS_OSX && !TARGET_OS_WATCHOS
^
1 error generated.
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'nanopb' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'Toast' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'geolocator' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'leveldb-library' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'google_maps_flutter' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'location_permissions' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'fluttertoast' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'GoogleDataTransport' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'GoogleUtilities' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'FirebaseCoreDiagnostics' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'FirebaseCore' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'FirebaseDatabase' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'FirebaseAuth' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'firebase_auth' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'firebase_core' from project 'Pods')
warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use
a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target
'Runner' from project 'Runner')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'Flutter' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'firebase_database' from project 'Pods')
/Users/prasathsivanathan/Desktop/Projects/Flutter/Foodom_ios/ios/Pods/Pods.xcodeproj: warning: The iOS
Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported
deployment target versions is 9.0 to 14.5.99. (in target 'Firebase' from project 'Pods')
Could not build the application for the simulator.
Error launching application on iPhone 8.

flutter run -> Error: No named parameter with the name 'keyboardDismissBehavior'

when I "flutter run"
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
../../../Desktop/development/flutter/.pub-cache/hosted/pub.dartlang.org/pull_to_refresh-1.6
.4/lib/src/smart_refresher.dart:434:9: Error: No named parameter with the name
'keyboardDismissBehavior'.
keyboardDismissBehavior:
^^^^^^^^^^^^^^^^^^^^^^^
../../../Desktop/development/flutter/packages/flutter/lib/src/widgets/scroll_view.dart:588:
9: Context: Found this candidate, but the arguments don't match.
const CustomScrollView({
^^^^^^^^^^^^^^^^
Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0,
but the range of supported deployment target versions is 9.0 to 14.2.99. (in target
'shared_preferences' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0,
but the range of supported deployment target versions is 9.0 to 14.2.99. (in target
'path_provider' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0,
but the range of supported deployment target versions is 9.0 to 14.2.99. (in target
'flutter_boost' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0,
but the range of supported deployment target versions is 9.0 to 14.2.99. (in target 'FMDB'
from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0,
but the range of supported deployment target versions is 9.0 to 14.2.99. (in target
'Flutter' from project 'Pods')
Could not build the application for the simulator.
Error launching application on iPhone 12
help me thanks
pull_to_refresh plugin is not compatible with the current version of flutter.
Solution:
Change your pull_to_refresh plugin on your pubspec.yaml file from 1.6.4 or ^1.6.3 to 1.6.3 and run flutter pub get
FROM
pull_to_refresh: ^1.6.3
TO
pull_to_refresh: 1.6.3
Step 1:
Edit file pubspec.yaml
FROM
pull_to_refresh ^1.6.4 or pull_to_refresh ^1.6.3
TO
pull_to_refresh: 1.6.3
Step 2:
run flutter clean
Edit file pubspec.lock
pull_to_refresh:
...
version: "1.6.3"
more info: https://github.com/peng8350/flutter_pulltorefresh/issues/424
UPDATE 05.03.2021
For new version flutter 2.0.1 -> You need to upgrade to pull_to_refresh ^1.6.4
Solution: pin point your dependency version to 1.6.3:
pull_to_refresh 1.6.3
see this issue.
The author made a mistake that he released a bugfix that is not suitable for current flutter release build.
Change pull_to_refresh plugin to 1.6.3 and run flutter pub get

Resources