0

Error (Xcode): Framework not found Flutter

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

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

enter image description here

enter image description here

I tried:

flutter clean flutter pub get flutter upgrade flutter build ios

and alse I removed Podfile

pod install pod update

also I tried:

cd ios pod cache clean --all rm -rf ~/Library/Caches/CocoaPods rm -rf Pods rm -rf ~/Library/Developer/Xcode/DerivedData/* pod deintegrate flutter precache --ios pod install

also:

cd ios pod cache clean --all flutter clean flutter pub get

also did all steps in: https://phongyewtong.medium.com/how-to-fix-could-not-build-the-application-for-the-simulator-64444d4481a5

1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Jul 11, 2023 at 18:48

1 Answer 1

1

Problem is solved! I did: 1- flutter channel beta 2- flutter upgrade 3- flutter run 4- flutter channel stable 5- flutter upgrade 6- flutter run

I hope it will be useful to someone

Sign up to request clarification or add additional context in comments.

1 Comment

Can you check stackoverflow.com/questions/79747013/… and help how to solve it? Thanks!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.