运行flutter时遇到了一个问题,该如何解决?

执行flutter run会发生以下错误,

Xcode's output:
↳
    /Users/zzz/Desktop/pro/flutter/myap/build/ios/Debug-iphoneos/Runner.app: resource fork, Finder information, or similar detritus not allowed
    Command CodeSign failed with a nonzero exit code
    note: Using new build system
    note: Planning build
    note: Constructing build description

Could not build the precompiled application for the device.
Error launching application on iphone11 pro max.

当我在当前目录下执行:

xattr -rc .

接着执行flutter run 它就可以了,

但是中断项目,

例如ctrl + c后再执行flutter run就会出现最开始的情况。

要想再继续运行项目,我就还得执行一遍

xattr -rc .

是什么原因让我多此一举了......

阅读 4.3k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题