error image I am trying to build my Flutter iOS app using Xcode, but I am getting the following error:
ld: framework 'Flutter' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have already tried the following steps:
Ran pod install --repo-update in the ios directory Cleared Derived Data (rm -rf ~/Library/Developer/Xcode/DerivedData) Ran flutter clean and flutter pub get
flutter create --platforms=ios .Maybe this can fix the issue