码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2020-05-12 13:52:13      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:clean   comm   进入   项目   http   alt   command   编译报错   隐藏文件   

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项目

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

标签:clean   comm   进入   项目   http   alt   command   编译报错   隐藏文件   

原文地址:https://www.cnblogs.com/qqcc1388/p/12875442.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!