xcode 嵌入flutter_module后编译报错 This app could not be installed at this time.

时间:2020-05-12 13:52:13   收藏:0   阅读:104

Xcode嵌入Flutter_module后在编译的时候有时候会报错

This app could not be installed at this time.

技术图片

解决办法:
1.进入到flutter项目
2.【command + shift + .】 打开隐藏文件
3.进入到.ios/Flutter/ 目录
4.删除App.framework文件
5.flutter clean
5.flutter run让flutter重新生成新的App.framework
6.iOS项目中pod install
7.重新运行Xcode项目

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!