一旦我调整了应用程序图标的大小,并尝试重新运行应用程序,我就得到了这个错误,模拟器无法启动。我在Android模拟器上试过了,它工作得很好。不知道我做错了什么。
从终端:Channel Flutter (频道稳定,v1.9.1+hotfix.6,在Mac 10.15.1 19B88上,区域设置):✓Flutter
en-US)
✓安卓工具链-为安卓设备开发(安卓SDK版本29.0.2)
用于iOS和macOS的✓Xcode -开发(Xcode11.2.1)
✓安卓工作室(3.5版)
连接✓的设备(1个可用)
·未发现任何问题!
来自Android Studio:
不允许资源分支、查找器信息或类似的碎片
Command CodeSign failed with a nonzero exit code
note: Using new build system
note: Planning build
note: Constructing build description
无法为模拟器生成应用程序。
在iPhone 11专业版上启动应用程序时出错。
发布于 2019-11-15 13:23:02
尝试将工作空间设置更改为Legacy build system,Xcode -> File -> Workspace Settings -> Build Systems
从
New Build System(default) -> Legacy Build System
发布于 2019-11-21 09:46:52
这就解决了这个问题。谢谢你们所有人。
https://developer.apple.com/library/archive/qa/qa1940/_index.html
https://stackoverflow.com/questions/58869667
复制相似问题