skip to Main Content

How do i resolve this pod install error on flutter?

I can't load all the requested pods apparently there is a problem with these two project dependencies ... "pod upgrade" terminal command results are: Updating local specs repositories Analyzing dependencies firebase_auth: Using Firebase SDK version '10.3.0' defined in 'firebase_core' firebase_core:…

VIEW QUESTION

Xcode 14 Did you forget to declare this file as an output of a script phase or custom build rule which produces it?

In Xcode 14 after adding the Widget target we are facing the below issue while Archive the build. error: Build input file cannot be found: '/Users/ramprasathselvam/Library/Developer/Xcode/DerivedData/XXXX-hblrdkreixdjltdnvjrxmvejbzjs/Build/Intermediates.noindex/ArchiveIntermediates/CCCC/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/XXWidgetExtension.appex/XXWidgetExtension'. Did you forget to declare this file as an output of a script phase…

VIEW QUESTION

Flutter The argument type 'void Function(TapDownDetails)' can't be assigned to the parameter type 'void Function(TapDragDownDetails)?

I'm getting the following error when I try to run the flutter app on my iPhone simulator. Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/flutter_math_fork-0.5.0/lib/src/widgets/selection/gesture_detector_builder.dart:186:20: Error: The argument type 'void Function(TapDownDetails)' can't be assigned to the parameter type 'void Function(TapDragDownDetails)?'. Could not build the application…

VIEW QUESTION
Back To Top
Search