Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
997 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 Reply

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...