Home > Enterprise >  xcodebuild: error: Scheme Runner is not currently configured for the build action
xcodebuild: error: Scheme Runner is not currently configured for the build action

Time:09-17

Xcode build done. 3.4s Failed to build iOS app Error output from Xcode build: ↳ xcodebuild: error: Scheme Runner is not currently configured for the build action.

Could not build the application for the simulator. Error launching application on iPhone 14 Pro Max.

Flutter Doctor output

[✓] Flutter (Channel beta, 3.3.0-0.5.pre, on macOS 12.6 21G115 darwin-x64, locale en-TR)
    • Flutter version 3.3.0-0.5.pre on channel beta at /Users/alisinancobani/development/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 096162697a (4 weeks ago), 2022-08-22 15:34:14 -0700
    • Engine revision ad3d868e0d
    • Dart version 2.18.0 (build 2.18.0-271.7.beta)
    • DevTools version 2.15.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /Users/alisinancobani/Library/Android/sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.12 0-b1504.28-7817840)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.0)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 14A309
    • CocoaPods version 1.11.3

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

[✓] Android Studio (version 2021.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
                 
  • Related