Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
998 views
in Technique[技术] by (71.8m points)

ios - dyld: Library not loaded: @rpath/App.framework/App

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
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...