You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detox version: 20.26.2
React Native version: 0.74.5
Has Fabric (React Native's new rendering system) enabled: no
Node version: 21.6.0
Device model: Iphone 16
iOS version: 18
macOS version: 15.0.1
Xcode version: 16.0
Test-runner (select one): jest
Detox logs
Detox logs
11:23:30.506 detox[77644] B artifacts-manager onTerminateApp
11:23:30.506 detox[77644] E artifacts-manager onTerminateApp
11:23:30.506 detox[77644] E device terminateApp
11:23:30.506 detox[77644] E device selectApp
11:23:30.506 detox[77644] B device installApp
11:23:30.507 detox[77644] i child-process:EXEC_CMD Installing app...
11:23:31.327 detox[77644] i child-process:EXEC_SUCCESS App installed
11:23:31.327 detox[77644] E device installApp
11:23:31.328 detox[77644] B device selectApp
11:23:31.328 detox[77644] B device terminateApp
11:23:31.328 detox[77644] B artifacts-manager onBeforeTerminateApp
11:23:31.328 detox[77644] E artifacts-manager onBeforeTerminateApp
11:23:31.328 detox[77644] i child-process:EXEC_CMD Terminating app...
11:23:32.483 detox[77644] i child-process:EXEC_TRY_FAIL Failed to terminate app: App not found
11:23:32.610 detox[77644] i child-process:EXEC_FAIL Termination command failed
11:23:32.611 detox[77644] B artifacts-manager onTerminateApp
11:23:32.611 detox[77644] E artifacts-manager onTerminateApp
11:23:32.611 detox[77644] E device terminateApp
11:23:32.611 detox[77644] E device selectApp
11:23:32.611 detox[77644] E lifecycle set up environment
11:23:33.185 detox[77644] i lifecycle Test assigned to device
11:23:33.185 detox[77644] B lifecycle run the tests
11:23:33.186 detox[77644] B artifacts-manager onRunDescribeStart
11:23:33.186 detox[77644] E artifacts-manager onRunDescribeStart
11:23:33.186 detox[77644] B lifecycle [Test]: Login screen
11:23:33.186 detox[77644] B artifacts-manager onRunDescribeStart
11:23:33.186 detox[77644] E artifacts-manager onRunDescribeStart
11:23:33.187 detox[77644] B lifecycle Login
11:23:33.187 detox[77644] i lifecycle [Test]: Login screen: Login
11:23:33.188 detox[77644] B artifacts-manager onTestStart
11:23:33.188 detox[77644] i artifact:ARTIFACT_START starting SimulatorVideoRecording
11:23:33.189 detox[77644] i artifact:ARTIFACT_START starting SimulatorInstrumentsRecording
11:23:33.189 detox[77644] E artifacts-manager onTestStart
11:23:33.189 detox[77644] B lifecycle beforeEach
11:23:33.190 detox[77644] E lifecycle beforeEach
11:23:33.190 detox[77644] B lifecycle test_fn
11:23:33.191 detox[77644] i user Creating test user
11:23:33.589 detox[77644] i child-process:SPAWN_STDERR Recording started
11:23:35.890 detox[77644] i user GraphQL request success: User created
11:23:36.559 detox[77644] i user GraphQL request success: User management details retrieved
11:23:36.560 detox[77644] i user User found. Proceeding with update.
11:23:36.560 detox[77644] i user User details: [REDACTED]
11:23:36.560 detox[77644] i user Executing update for Auth0 User ID: [REDACTED]
11:23:37.241 detox[77644] i user Update successful
11:23:37.242 detox[77644] i user User data updated
11:23:37.345 detox[77644] i user disableAutoFillPopup is done.
11:23:37.345 detox[77644] i user Attempting app launch...
11:23:37.347 detox[77644] B device launchApp
11:23:37.348 detox[77644] B artifacts-manager onBeforeLaunchApp
11:23:37.348 detox[77644] E artifacts-manager onBeforeLaunchApp
11:23:37.349 detox[77644] i child-process:EXEC_CMD Launching app...
11:23:37.610 detox[77644] i child-process:EXEC_SUCCESS App launched
11:23:37.893 detox[77644] i device App launched. To watch simulator logs, run the appropriate command.
11:23:37.893 detox[77644] B artifacts-manager onLaunchApp
11:23:37.893 detox[77644] i artifact:ARTIFACT_START starting SimulatorInstrumentsRecording
11:23:37.893 detox[77644] i artifact:ARTIFACT_STOP stopping SimulatorInstrumentsRecording
11:23:37.894 detox[77644] E artifacts-manager onLaunchApp
11:24:37.349 detox[77644] i user Error during app launch
Works for me with iOS 18 and Xcode 16. The issue might be related specifically to the React Native version rather than the iOS version (Detox doesn't support 0.74 yet).
@Vazid005, if you can create a minimal reproduction project that I can work with, it will both help me and increase the likelihood that I'll look into your issue. The error points to _setupRNSupport, which is related to Detox’s integration with React Native sync resources, this raises the possibility that it will be solved with RN .74 support from Detox.
Works for me with iOS 18 and Xcode 16. The issue might be related specifically to the React Native version rather than the iOS version (Detox doesn't support 0.74 yet).
@Vazid005, if you can create a minimal reproduction project that I can work with, it will both help me and increase the likelihood that I'll look into your issue. The error points to _setupRNSupport, which is related to Detox’s integration with React Native sync resources, this raises the possibility that it will be solved with RN .74 support from Detox.
Sure @asafkorem Can you please mention what all things you would require as part of reproduction project as we have a separate framework and we download the build from bitrise and run it in our detox framework
What happened?
While Trying to Launch the app with detox the app is crashing only happens with the Xcode 16 build
What was the expected behaviour?
APP should be launched and perform the desired steps
Was it tested on latest Detox?
Did your test throw out a timeout?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.26.2
React Native version: 0.74.5
Has Fabric (React Native's new rendering system) enabled: no
Node version: 21.6.0
Device model: Iphone 16
iOS version: 18
macOS version: 15.0.1
Xcode version: 16.0
Test-runner (select one): jest
Detox logs
Detox logs
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: