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

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

相关推荐