Flutter技术

Xcode运行flutter项目报错汇总:

2020-06-10  本文已影响0人  猿大兵

Showing Recent Issues

Undefined symbol: _OBJC_CLASS_$_FLAnimatedImageView

需要重新install

运行flutter run时报错 提示如下:

Could not find the built application bundle at build/ios/iphonesimulator/XXXXX.app.

Error launching application on ????????

错误的原因是在xcode中修改了bundle Name字段的名字 默认是Runner,将俩边Name修改为XXXXX即可

Xcode报错file too small (length=0)

解决办法:

1.选择xcode菜单的Product下的Clean,或者组合键是Cmd+Shift+K,清除一遍

2.重新编译

Xcode编译报错

Command PhaseScriptExecution failed with a nonzero exit code

运行一个项目时遇到了这个bug提示,一直编译不过去,这其实是一个Xcode10引起的bug。 解决方案: 在Xcode菜单栏选择File -> Workspace Setting -> Build System 选择Legacy Build System 重新运行即可。

二、解决方案

1. 首先在 Product -> Scheme 中选择当前项目的主代码模块

2. 选择 Product -> Clean Build Folder 清理工作区

3. 之后再重新编译项目代码就可以了

Xcode升级后android studio找不到模拟器

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/

上一篇下一篇

猜你喜欢

热点阅读