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

Posted 简简单单,平平淡淡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xcode 嵌入flutter_module后编译报错 This app could not be installed at this time.相关的知识,希望对你有一定的参考价值。

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.的主要内容,如果未能解决你的问题,请参考以下文章

带有嵌入式 UITableViewController 的 UIContainerView 在 Xcode 5 (SDK 7) 上有灰色背景

Xcode6:嵌入式二进制文件未使用与父应用程序相同的证书进行签名

删除“DerivedData”后,Xcode 不会添加“嵌入式二进制”

在应用程序中嵌入 Xcode Playground

将 boost 二进制文件嵌入到 xcode 项目中

XCode 4.3 - 从 XCode 4.2 升级后 perl 找不到 C 编译器