3
votes

While Flutter Run for IOS from Xcode I am getting this issue. I have search a lot but non of the solution is working to me. My issue on App.framework . I am not able to fine solution for this. I am struggling on this. Please guide me on this. I will post error which I am getting.

dyld: Library not loaded: @rpath/App.framework/App Referenced from: /~/Developer/CoreSimulator/Devices/9399EA4C-DDE3-4F6C-9CB9-A9D0194C2297/data/Containers/Bundle/Application/A5F968E9-0E67-4037-AFB0-02C5E1E68841/Runner.app/Runner Reason: image not found (lldb)

Thanks in advance

target Version 10.3  
Xcode Version 11.1
2
I have resolved this issue. Solution: - Subaharan Vel

2 Answers

4
votes

I have resolved this issue. Solution:

  1. I have deleted entire IOS folder inside flutter project

  2. clean the project

  3. install cocoa library again

  4. install or update pods

  5. finally build ios project for release

  6. run the project

Issue fixed. Enjoy

0
votes

Choose your Runner -> Build Phases. Making sure that "App.framework" and "Flutter.framework" at the two place.

  1. Link Binary With Libraries.
  2. Embed Frameworks.

Here's a screenshot of what I'm referring to