-
Notifications
You must be signed in 8000 to change notification settings - Fork 28.5k
integration_test: Can't run XCode "Product" --> "Test" #85444
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
Comments
@nilsreichardt And can you also please provide the entire exception log here ? |
Hi @darshankawar, thanks for the quick response!
I tried also to do this:
This does also not work for me. |
Ah, we haven't updated the Option AIn your RunnerTests target, find the Excluded Architectures ( Option BInherit the Flutter base xcconfig in the RunnerTests target. In Runner (PROJECT, not TARGET) > Info expand Configurations. Make the RunnerTests target inherit from Debug, Release, and Release. I recommend trying Option A. |
This should be fixed by #87244. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Description
I tried to set up XCTest with the
integration_test
package. What I did is:flutter create
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart -d 63B1E047-86E5-462C-9B49-16E6FD9F131D
--> everything worked ✅RunnerTests
Podfile
:RunnerTests.m
with:Problem
XCode started building, but I got this expection:
Tested device
Running build from MacBook Pro M1, macOS 11.3. Tried to build for iOS Simulator.
Code to reproduce
I published all my Code in this Repo: https://github.com/nilsreichardt/integration_test_problem
Flutter Doctor
The text was updated successfully, but these errors were encountered: