-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add Support for Xcode 15 and iOS 17 #60
Comments
@me11kiy Mind looking into this. I think you might have hit this internally as well. |
@aircraft-cerier, we've seen the issue with xctestrun file and fixed it with using |
should be fixed at HEAD, please test and report back! |
All good now, thanks! |
We are trying to use xctestrunner to run testing on iOS 17 devices with xcode 15.0
We are running into the follow errors when passing a command:
First when running the following command:
ios_test_runner --app_under_test_path ios-configurator.ipa --test_bundle_path ios-configurator-ui-tests.zip --work_dir ~/ios_test_runner_work_dir --test_type xcuitest test --id 00008020-001524340281002E
we get the following error regardless of what iOS our device is on:
I am able to fix this issue by manually changing the name of the
xctestrun.plist
file totest.xctestrun
and rerunning the command:/Applications/Xcode15.0beta3.app/Contents/Developer/usr/bin/xcodebuild test-without-building -xctestrun ~/ios_test_runner_work_dir/TEST_ROOT/test.xctestrun -destination id=00008020-001524340281002E -derivedDataPath /var/folders/6d/l0ggp9fj52g22q3x1ghl7bfh0000gq/T/tmp73pv379u -resultBundlePath /var/folders/6d/l0ggp9fj52g22q3x1ghl7bfh0000gq/T/tmp73pv379u/test1.xcresult -collect-test-diagnostics=never
After doing this we run into another error:
We do not run into this second error with iOS 16, only with iOS 17.
The text was updated successfully, but these errors were encountered: