Ios Runner.app/Runner.app/。。。无限循环Xcode生成失败

Ios Runner.app/Runner.app/。。。无限循环Xcode生成失败,ios,xcode,android-studio,flutter,build,Ios,Xcode,Android Studio,Flutter,Build,当我尝试构建我的应用程序时,我在控制台中遇到以下错误: Xcode build done. 114,3s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ error: '/Users/paul/AndroidStudioProjects/Chronopsi

当我尝试构建我的应用程序时,我在控制台中遇到以下错误:

Xcode build done.                                           114,3s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **


Xcode's output:
↳
    error: '/Users/paul/AndroidStudioProjects/Chronopsi/build/ios/Debug-iphoneos/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app' is longer than filepath buffer size (1025). (in target 'Runner' from project 'Runner')
    note: Using new build system
    note: Planning build
    note: Constructing build description

Could not build the precompiled application for the device.
我使用的是Xcode 11.3.1

我有最新版本的颤振

我试着构建另一个我几个月前已经构建的旧应用程序,它运行良好

编辑: 我试图将构建更改为旧版,但我得到了相同的错误,它仍然在说注意:使用新的构建系统,而在我的日志中,它说检测到旧版构建系统

Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
Legacy build system detected, removing /Users/paul/AndroidStudioProjects/Chronopsi/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
Running pod install...
Running Xcode build...
Xcode build done.                                           57,2s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **


Xcode's output:
↳
    error: '/Users/paul/AndroidStudioProjects/Chronopsi/build/ios/Debug-iphonesimulator/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner.app/Runner' is longer than filepath buffer size (1025). (in target 'Runner' from project 'Runner')
    note: Using new build system
    note: Planning build
    note: Constructing build description

Could not build the application for the simulator.

检查您的Xcode:Targets Runner->Build Phases->Copy Bundle Resources

如果流道在列表中,将其移除并进行颤振清理


检查您的Xcode:Targets Runner->Build Phases->Copy Bundle Resources

如果流道在列表中,将其移除并进行颤振清理


Runner是否处于Xcode构建阶段->复制捆绑资源?是的,我是否删除了它?是的,它应该可以解决问题了。谢谢:对于那些有相同问题的人,也不要忘记运行flutter cleanafter@Nuts如果你想要赏金,我让你写下答案;Runner是否处于Xcode构建阶段->复制捆绑资源?是的,我是否删除了它?是的,它应该可以解决问题了。谢谢:对于那些有相同问题的人,也不要忘记运行flutter cleanafter@Nuts如果你想要赏金,我让你写下答案;