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

野生的世界 2020-05-12

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

相关推荐

APCDE / 0评论 2019-12-01
野生的世界 / 0评论 2015-10-29