1

试图让我的 Flutter 应用程序的 iOS 端启动并运行。我有很多插件,已经完成并在 info.plist 文件中添加了所有依赖项并设置了所有内容。但我似乎无法让它工作。我找到了多个框架的答案,但它不能解决这个问题。这是输出:

error: Multiple commands produce '/Users/user169291/StudioProjects/scryer/build/ios/Debug-iphonesimulator/Runner.app/Runner':
    1) Target 'Runner' has copy command from '/Users/user169291/StudioProjects/scryer/ios/Runner/Runner' to '/Users/user169291/StudioProjects/scryer/build/ios/Debug-iphonesimulator/Runner.app/Runner'
    2) Target 'Runner' has link command with output '/Users/user169291/StudioProjects/scryer/build/ios/Debug-iphonesimulator/Runner.app/Runner'

    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
    warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')
    warning: duplicate output file '/Users/user169291/StudioProjects/scryer/build/ios/Debug-iphonesimulator/Runner.app/Runner' on task: Ld /Users/user169291/StudioProjects/scryer/build/ios/Debug-iphonesimulator/Runner.app/Runner normal x86_64 (in target 'Runner' from project 'Runner')
    warning: Mapping architecture armv7 to i386. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'image_picker' from project 'Pods')
    warning: Mapping architecture arm64 to x86_64. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'image_picker' from project 'Pods')

我迷路了,几天来一直在寻找解决方案。这是阻止我的应用发布的最后一件事

4

0 回答 0