Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcodebuild exited with code 70 #2376

Open
Dbis7 opened this issue Oct 17, 2024 · 0 comments
Open

xcodebuild exited with code 70 #2376

Dbis7 opened this issue Oct 17, 2024 · 0 comments

Comments

@Dbis7
Copy link

Dbis7 commented Oct 17, 2024

Steps to reproduce

  1. patrol test -t integration_test --dart-define='APP_ENV=val' --flavor=val --release

Actual results

hi, I have a problem with the iOS build which worked correctly before updating to xCode 16 and Sonoma 14.7, the error it gives me is this: xcodebuild: error:

** Failed to build workspace Runner with scheme val.: No test bundle product for testingSpecifier: "<IDEFoundation.IDEConcreteTestingSpecifier: 0x7fea99aca2a0>"**

Logs

Logs
<** Failed to build workspace Runner with scheme val.: No test bundle product for testingSpecifier: "<IDEFoundation.IDEConcreteTestingSpecifier: 0x7fea99aca2a0>"**>

Patrol version

patrol: 3.9.0

Patrol Doctor output

Patrol Doctor output
<Patrol CLI version: 3.0.0
Flutter command: flutter 
  Flutter 3.24.3 • channel stable
Android: 
• Program adb found in /usr/local/bin/adb
• Env var $ANDROID_HOME set to /Users/XXX/Library/Android/sdk
iOS / macOS: 
• Program xcodebuild found in /usr/bin/xcodebuild
• Program ideviceinstaller found in /usr/local/bin/ideviceinstaller>

Flutter Doctor output

Flutter Doctor output
<[✓] Flutter (Channel stable, 3.24.3, on macOS 14.7 23H124 darwin-x64, locale it-IT)
    • Flutter version 3.24.3 on channel stable at /Users/xxx/Flutter/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 2663184aa7 (5 weeks ago), 2024-09-11 16:27:48 -0500
    • Engine revision 36335019a8
    • Dart version 3.5.3
    • DevTools version 2.37.3
 
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Users/xxx/Library/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • ANDROID_HOME = /Users/xxx/Library/Android/sdk
    • Java binary at: /Applications/Android Studio 2.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)
    • All Android licenses accepted.
 
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 16A242d
    • CocoaPods version 1.15.2
 
[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
 
[✓] Android Studio (version 2023.2)
    • Android Studio at /Applications/Android Studio 2.app/Contents
    • Flutter plugin can be installed from:
      :hammer: https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      :hammer: https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)
 
[✓] IntelliJ IDEA Community Edition (version 2021.3.2)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    • Flutter plugin can be installed from:
      :hammer: https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      :hammer: https://plugins.jetbrains.com/plugin/6351-dart
 
[✓] VS Code (version 1.89.0)
    • VS Code at /Users/XXX/Downloads/Visual Studio Code.app/Contents
    • Flutter extension version 3.98.0
 
[✓] Connected device (3 available)
    • iPhone 15 Pro (mobile) • 596B3A6F-FED8-42D7-83F4-04F3D78E80C8 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-17-5 (simulator)
    • macOS (desktop)        • macos                                • darwin-x64     • macOS 14.7 23H124 darwin-x64
    • Chrome (web)           • chrome                               • web-javascript • Google Chrome 129.0.6668.101
    ! Error: Browsing on the local area network for iPhone-D475TLC95W. Ensure the device is unlocked and attached with a cable or associated with the same
      local area network as this Mac.
      The device must be opted into Developer Mode to connect wirelessly. (code -27)
 
[✓] Network resources
    • All expected network resources are available.
 
• No issues found!>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant