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

前端 未结 1 736
广开言路
广开言路 2020-12-18 15:20

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

相关标签:
1条回答
  • 2020-12-18 16:07

    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 讨论(0)
提交回复
热议问题