Skip to content

Commit

Permalink
fix: set __ActivateSuspended to not block xctest run by popup (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Nov 11, 2024
1 parent fbf6378 commit f45d58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xctest.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class Xctest {
const appOptions = { StartSuspendedKey: false };
if (majorVersion >= MAJOR_IOS_VERSION_12) {
appOptions.ActivateSuspended = true;
appOptions.__ActivateSuspended = true;
}
const launchResult = await this._instrumentService.callChannel(PROCESS_CONTROL,
'launchSuspendedProcessWithDevicePath:bundleIdentifier:environment:arguments:options:',
Expand Down

0 comments on commit f45d58d

Please sign in to comment.