flutter project not making build in Xcode getting this error No such module 'Flutter'
while its proper set.
I have tried to run with the command line set flutter path then flutter clean, flutter pub get, then go to ios folder and run pod install, pod update and run flutter build ios. but getting
Swift Compiler Error (Xcode): No such module 'Firebase' /Applications/Jaydev_LMS%20/All_Flutter/SockerApp_Client%20/soccergeeks-mobileApp/ios/Runner/AppDelegate.swift:2:7
Follow this doc. I think you followed IOS installation from firebase instructions and you added
import Firebase
inAppDelegate.swift
file. But you have to follow above-mentioned doc. It does not mentioned to modifiedAppDelegate.swift
file.