flutter ios construct crash – Stack Overflow

0
12
flutter ios construct crash – Stack Overflow


I’m attempting to construct flutter app on iOS Simulator and get this error:

Launching lib/foremost.dart on iPhone 16 Professional in debug mode...
Working Xcode construct...
Xcode construct accomplished.                                           37.0s
Did not construct iOS app
Error output from Xcode construct:
↳
    --- xcodebuild: WARNING: Utilizing the primary of a number of matching locations:
    { platform:iOS Simulator, id:5E344FBA-401F-412E-9583-5B2577E3D787, OS:18.3.1, identify:iPhone 16 Professional }
    { platform:iOS Simulator, id:5E344FBA-401F-412E-9583-5B2577E3D787, OS:18.3.1, identify:iPhone 16 Professional }
    ** BUILD FAILED **


Xcode's output:
↳
    Writing end result bundle at path:
        /var/folders/_c/n_j3czcj1yb664tp_d_lcxj00000gn/T/flutter_tools.MmK6Hw/flutter_ios_build_temp_dirqmW6eZ/temporary_xcresult_bundle

My flutter physician:

[✓] Flutter (Channel secure, 3.24.4, on macOS 15.3.1 24D70 darwin-arm64, locale en-US)
    • Flutter model 3.24.4 on channel secure at /Customers/starig/fvm/variations/3.24.4
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 603104015d (4 months in the past), 2024-10-24 08:01:25 -0700
    • Engine revision db49896cf2
    • Dart model 3.5.4
    • DevTools model 2.37.3

[✓] Android toolchain - develop for Android units (Android SDK model 35.0.1)
    • Android SDK at /Customers/starig/Library/Android/sdk
    • Platform android-35, build-tools 35.0.1
    • Java binary at: /Purposes/Android Studio.app/Contents/jbr/Contents/Dwelling/bin/java
    • Java model OpenJDK Runtime Atmosphere (construct 21.0.5+-13047016-b750.29)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
    • Xcode at /Purposes/Xcode.app/Contents/Developer
    • Construct 16C5032a
    • CocoaPods model 1.16.2

[✓] Chrome - develop for the online
    • Chrome at /Purposes/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (model 2024.2)
    • Android Studio at /Purposes/Android Studio.app/Contents
    • Flutter plugin may be put in from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin may be put in from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java model OpenJDK Runtime Atmosphere (construct 21.0.5+-13047016-b750.29)

[✓] Related machine (5 out there)
    • sdk gphone64 arm64 (cellular)     • emulator-5554                        • android-arm64  • Android 15 (API 35)
      (emulator)
    • iPhone 16 Professional (cellular)          • 5E344FBA-401F-412E-9583-5B2577E3D787 • ios            •
      com.apple.CoreSimulator.SimRuntime.iOS-18-3 (simulator)
    • macOS (desktop)                 • macos                                • darwin-arm64   • macOS 15.3.1 24D70
      darwin-arm64
    • Mac Designed for iPad (desktop) • mac-designed-for-ipad                • darwin         • macOS 15.3.1 24D70
      darwin-arm64
    • Chrome (net)                    • chrome                               • web-javascript • Google Chrome 133.0.6943.142

[✓] Community sources
    • All anticipated community sources can be found.

• No points discovered!

I attempted to run flutter clear/pod deintegrate/pod set up and many others.
Additionally when I attempt to construct it from the xCode I acquired Command PhaseScriptExecution failed with a nonzero exit code error with OneSignalNotificationServiceExtension
enter image description here

LEAVE A REPLY

Please enter your comment!
Please enter your name here