Flutter应用程序 - 错误,Xcode构建失败

3
这是我的终端输出: 我已尝试更新Xcode,但仍然收到相同的错误。当我运行flutter -doctor v时,它通过了所有测试,并在每个部分都有一个勾号。我已经尝试使用AndroidStudio构建,然后从终端中构建,在两种情况下都遇到了相同的错误。使用Nexus 6 API在AndroidStudio中构建正常,只有在构建iOS时出现问题。
~/Doc/FlutterLearn ❯  cd first_app                                 Py anaconda3
~/Doc/F/first_app ❯ c                                              Py anaconda3
~/Doc/F/first_app ❯ flutter run                                    Py anaconda3
Launching lib/main.dart on iPhone 8 in debug mode...
Running Xcode build...
 ├─Assembling Flutter resources...                           5.6s
 └─Compiling, linking and signing...                         5.0s
Xcode build done.                                           12.4s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **


Xcode's output:
↳
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'Foundation' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UIKit.h:8:
    In file included from <module-includes>:1:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundatio
    n.framework/Headers/Foundation.h:10:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundatio
    n.framework/Headers/NSArray.h:109:12: error: attributes may not be specified
    on a category
    @interface NSArray<ObjectType> (NSArrayDiffing)
               ^
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundatio
    n.framework/Headers/NSArray.h:196:12: error: attributes may not be specified
    on a category
    @interface NSMutableArray<ObjectType> (NSMutableArrayDiffing)
               ^
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'Foundation' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UIKit.h:8:
    In file included from <module-includes>:1:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundatio
    n.framework/Headers/Foundation.h:48:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundatio
    n.framework/Headers/NSKeyValueCoding.h:8:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundatio
    n.framework/Headers/NSOrderedSet.h:112:12: error: attributes may not be
    specified on a category
    @interface NSOrderedSet<ObjectType> (NSOrderedSetDiffing)
               ^
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Foundatio
    n.framework/Headers/NSOrderedSet.h:187:12: error: attributes may not be
    specified on a category
    @interface NSMutableOrderedSet<ObjectType> (NSMutableOrderedSetDiffing)
               ^
    4 errors generated.
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    In file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UIKit.h:8:9: fatal error: could not build module 'Foundation'
    #import <Foundation/Foundation.h>
     ~~~~~~~^
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'QuartzCore' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UIView.h:10:
    In file included from <module-includes>:1:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCor
    e.framework/Headers/QuartzCore.h:9:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCor
    e.framework/Headers/CoreAnimation.h:10:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCor
    e.framework/Headers/CATransform3D.h:12:9: fatal error: could not build
    module 'Foundation'
    #import <Foundation/NSValue.h>
     ~~~~~~~^
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'QuartzCore' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UIView.h:10:
    While building module 'OpenGLES' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCor
    e.framework/Headers/CAEAGLLayer.h:7:
    In file included from <module-includes>:1:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.
    framework/Headers/EAGLDrawable.h:8:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/OpenGLES.
    framework/Headers/EAGL.h:8:10: fatal error: could not build module
    'Foundation'
    #include <Foundation/Foundation.h>
     ~~~~~~~~^
    1 error generated.
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'QuartzCore' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UIView.h:10:
    While building module 'Metal' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCor
    e.framework/Headers/CAMetalLayer.h:7:
    In file included from <module-includes>:1:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.fra
    mework/Headers/Metal.h:9:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.fra
    mework/Headers/MTLTypes.h:8:9: fatal error: could not build module
    'Foundation'
    #import <Foundation/Foundation.h>
     ~~~~~~~^
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'QuartzCore' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UIView.h:10:
    While building module 'Metal' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/QuartzCor
    e.framework/Headers/CAMetalLayer.h:7:
    While building module 'IOSurface' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/Metal.fra
    mework/Headers/MTLTexture.h:15:
    In file included from <module-includes>:3:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/IOSurface
    .framework/Headers/IOSurfaceObjC.h:15:9: fatal error: could not build module
    'Foundation'
    #import <Foundation/Foundation.h>
     ~~~~~~~^
    1 error generated.
    2 errors generated.
    4 errors generated.
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'CoreImage' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UIColor.h:13:
    In file included from <module-includes>:1:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage
    .framework/Headers/CoreImage.h:9:9: fatal error: could not build module
    'Foundation'
    #import <Foundation/Foundation.h>
     ~~~~~~~^
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'CoreImage' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UIColor.h:13:
    While building module 'CoreVideo' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreImage
    .framework/Headers/CIImage.h:10:
    In file included from <module-includes>:1:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo
    .framework/Headers/CoreVideo.h:29:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo
    .framework/Headers/CVPixelBuffer.h:462:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreVideo
    .framework/Headers/CVPixelBufferIOSurface.h:26:10: fatal error: could not
    build module 'IOSurface'
    #include <IOSurface/IOSurfaceRef.h>
     ~~~~~~~~^
    1 error generated.
    2 errors generated.
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'FileProvider' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/NSFileProviderExtension.h:15:
    In file included from <module-includes>:1:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvi
    der.framework/Headers/FileProvider.h:15:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/FileProvi
    der.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not
    build module 'Foundation'
    #import <Foundation/Foundation.h>
     ~~~~~~~^
    1 error generated.
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'UIKit' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:
    While building module 'UserNotifications' imported from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UIKit.fra
    mework/Headers/UNNotificationResponse+UIKitAdditions.h:10:
    In file included from <module-includes>:1:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotif
    ications.framework/Headers/UserNotifications.h:8:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/UserNotif
    ications.framework/Headers/NSString+UserNotifications.h:8:9: fatal error:
    could not build module 'Foundation'
    #import <Foundation/Foundation.h>
     ~~~~~~~^
    1 error generated.
    13 errors generated.
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    In file included from <module-includes>:1:
    In file included from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/Flutter.h:54:
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterAppDelegate.h:8:9: fatal error: could not build module
    'UIKit'
    #import <UIKit/UIKit.h>
     ~~~~~~~^
    While building module 'Flutter' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:
    While building module 'CoreMedia' imported from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Flutter/Flutter.framework/
    Headers/FlutterTexture.h:8:
    In file included from <module-includes>:1:
    In file included from
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreMedia
    .framework/Headers/CoreMedia.h:15:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platfor
    m/Developer/SDKs/iPhoneSimulator13.0.sdk/System/Library/Frameworks/CoreMedia
    .framework/Headers/CMFormatDescription.h:29:10: fatal error: could not build
    module 'CoreVideo'
    #include <CoreVideo/CoreVideo.h>
     ~~~~~~~~^
    1 error generated.
    15 errors generated.
    In file included from
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.m:5:
    /Users/snak3/Documents/FlutterLearn/first_app/ios/Runner/GeneratedPluginRegi
    strant.h:8:9: fatal error: could not build module 'Flutter'
    #import <Flutter/Flutter.h>
     ~~~~~~~^
    16 errors generated.
    note: Using new build systemnote: Planning buildnote: Constructing build
    description

Could not build the application for the simulator.
Error launching application on iPhone 8.
~/Doc/F/first_app ❯  

                                 took 24s Py anaconda3

以下是Flutter Doctor的输出结果:
~ ❯ flutter doctor -v                                                                  Py anaconda3
[✓] Flutter (Channel stable, v1.9.1+hotfix.6, on Mac OS X 10.14.6 18G95, locale en-CA)
    • Flutter version 1.9.1+hotfix.6 at /Users/snak3/flutter
    • Framework revision 68587a0916 (3 months ago), 2019-09-13 19:46:58 -0700Engine revision b863200c37
    • Dart version 2.5.0

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at /Users/snak3/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-29, build-tools 29.0.2Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.0)
    • Xcode at /Applications/Xcode.app/Contents/DeveloperXcode 11.0, Build version 11A420a
    • CocoaPods version 1.8.4

[✓] Android Studio (version 3.5)
    • Android Studio at /Applications/Android Studio.app/ContentsFlutter plugin version 41.1.2Dart plugin version 191.8593Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)

[✓] IntelliJ IDEA Ultimate Edition (version 2019.2)
    • IntelliJ at /Applications/IntelliJ IDEA.app
    • Flutter plugin version 39.0.4Dart plugin version 192.7761

[✓] VS Code (version 1.40.2)
    • VS Code at /Applications/Visual Studio Code.app/ContentsFlutter extension version 3.6.0

[✓] Connected device (1 available)
    • iPhone 8EB666770-13C5-4CE6-B24A-657C875939A7 • ios •
      com.apple.CoreSimulator.SimRuntime.iOS-13-0 (simulator)

• No issues found!

编辑: 我找到了一个短暂解决方案。我打开Xcode并在那里构建它,然后模拟器运行,我关闭Xcode并使用VSCode生成我的应用程序。但是,我该如何解决终端命令错误?


你最终找到解决方案了吗?如果是的话,将其发布在这里会很好,以防其他人遇到类似的问题! - Cillian Myles
1个回答

0

我曾经遇到过类似的问题(错误不同,但都与导入有关)。

最终我通过将cocoapodscocoapods-core从版本1.9.3升级到1.10来解决它。

希望这能帮助其他遇到相同问题的人。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接