The pending request #-1000 ("isReady") has been rejected due to the following error:
What happened?
I got this error when trying to run tests on ios simulator
What was the expected behaviour?
The test is expected to run
Was it tested on latest Detox?
- [X] I have tested this issue on the latest Detox release and it still reproduces.
Did your test throw out a timeout?
- [X] I have followed the instructions under Identifying which synchronization mechanism causes us to wait too much.
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.11.1 React Native version: 0.63.5 Has Fabric (React Native's new rendering system) enabled: (yes/no) no Node version: 16.10.0 Device model: iPhone 14 Pro Max iOS version: 16.4 macOS version: Xcode version: 14.3.1 (14E300c) Test-runner (select one): jest / other jest
Detox logs
Detox logs
FAIL e2e/starter.test.js (27.666 s)
Example
✕ should have welcome screen (5 ms)
● Example › should have welcome screen
The pending request #-1000 ("isReady") has been rejected due to the following error:
The app has crashed, see the details below:
Signal 11 was raised
(
0 Detox 0x0000000108f7cf15 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37
1 Detox 0x0000000108f7fd1c __DTXHandleCrash + 460
2 Detox 0x0000000108f8045c __DTXHandleSignal + 59
3 libsystem_platform.dylib 0x00007ff8377405ed _sigtramp + 29
4 Foundation 0x00007ff800f3d1d4 .str + 1918
5 DetoxSync 0x000000011bd4eb1c -[_DTXTimerTrampoline setDisplayLink:] + 78
6 DetoxSync 0x000000011bd4c43b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99
7 DetoxSync 0x000000011bd4c4cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119
8 DetoxSync 0x000000011bd425e9 +[DTXSyncManager trackDisplayLink:name:] + 87
9 DetoxSync 0x000000011bd35ff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103
10 cadanapay dev 0x0000000107eaae10 -[REANode markUpdated] + 112
11 cadanapay dev 0x0000000107eaad76 -[REANode addChild:] + 105
12 cadanapay dev 0x0000000107eac342 -[REANodesManager connectNodes:childID:] + 127
13 cadanapay dev 0x0000000107eaa5b8 __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 170
14 cadanapay dev 0x0000000107f4ced8 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 189
15 cadanapay dev 0x0000000107f4cfb9 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.417 + 16
16 DetoxSync 0x000000011bd373b7 ____detox_sync_dispatch_wrapper_block_invoke + 23
17 libdispatch.dylib 0x00007ff80013be40 _dispatch_call_block_and_release + 12
18 libdispatch.dylib 0x00007ff80013d0d9 _dispatch_client_callout + 8
19 libdispatch.dylib 0x00007ff80014cb86 _dispatch_main_queue_drain + 1330
20 libdispatch.dylib 0x00007ff80014c646 _dispatch_main_queue_callback_4CF + 31
21 CoreFoundation 0x00007ff8003b26cc __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
22 CoreFoundation 0x00007ff8003acfbe __CFRunLoopRun + 2429
23 CoreFoundation 0x00007ff8003ac264 CFRunLoopRunSpecific + 560
24 GraphicsServices 0x00007ff809b4024e GSEventRunModal + 139
25 UIKitCore 0x0000000116e4d7bf -[UIApplication _run] + 994
26 DetoxSync 0x000000011bd3d3a4 __detox_sync_UIApplication_run + 362
27 UIKitCore 0x0000000116e525de UIApplicationMain + 123
28 cadanapay dev 0x0000000107d6ab80 main + 80
29 dyld 0x0000000108ba2384 start_sim + 10
30 ??? 0x000000010de0641f 0x0 + 4527776799
)
2 | beforeAll(async () => {
3 |
> 4 | await device.launchApp({
| ^
5 | permissions: {notifications: 'YES', location: 'inuse', userTracking: 'YES'},
6 | launchArgs: { 'DTXEnableVerboseSyncSystem': 'YES', 'DTXEnableVerboseSyncResources': 'YES' }
7 | });
at launchApp (e2e/starter.test.js:4:18)
at tryCatch (node_modules/regenerator-runtime/runtime.js:63:40)
at Generator.invoke [as _invoke] (node_modules/regenerator-runtime/runtime.js:293:22)
at Generator.next (node_modules/regenerator-runtime/runtime.js:118:21)
at tryCatch (node_modules/regenerator-runtime/runtime.js:63:40)
at invoke (node_modules/regenerator-runtime/runtime.js:154:20)
at node_modules/regenerator-runtime/runtime.js:189:11
at callInvokeWithMethodAndArg (node_modules/regenerator-runtime/runtime.js:188:16)
at AsyncIterator.enqueue (node_modules/regenerator-runtime/runtime.js:211:13)
at AsyncIterator.next (node_modules/regenerator-runtime/runtime.js:118:21)
at Object.<anonymous>.exports.async (node_modules/regenerator-runtime/runtime.js:238:14)
at Object.async (e2e/starter.test.js:2:13)
Device logs
Device logs
More data, please!
No response
I have also reproduced the same When can we expect this to be fixed
Detox version: ^20.13.1 React Native version: 0.71.12 Has Fabric (React Native's new rendering system) enabled: (yes/no) NO Node version: v18.13.0 Device model: iPhone 14 Pro - Simulator Android version: Test-runner (select one): jest
FAIL e2e/spec/welcome/test.spec.ts (27.074 s)
Welcome
✕ I am on Welcome (11 ms)
● Welcome › I am on Welcome
The pending request #-1000 ("isReady") has been rejected due to the following error:
The app has crashed, see the details below:
Signal 11 was raised
(
0 Detox 0x000000010cb73a55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37
1 Detox 0x000000010cb7685c __DTXHandleCrash + 460
2 Detox 0x000000010cb76f9c __DTXHandleSignal + 59
3 libsystem_platform.dylib 0x000000011423e5ed _sigtramp + 29
4 ??? 0x0000000000000000 0x0 + 0
5 DetoxSync 0x000000015ddeeb1c -[_DTXTimerTrampoline setDisplayLink:] + 78
6 DetoxSync 0x000000015ddec43b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99
7 DetoxSync 0x000000015ddec4cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119
8 DetoxSync 0x000000015dde25e9 +[DTXSyncManager trackDisplayLink:name:] + 87
9 DetoxSync 0x000000015ddd5ff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103
10 demoAppRN 0x00000001014dfc57 -[REANodesManager postRunUpdatesAfterAnimation] + 55
11 demoAppRN 0x00000001014def2c -[REANode markUpdated] + 124
12 demoAppRN 0x00000001014de912 -[REANode dangerouslyRescheduleEvaluate] + 146
13 demoAppRN 0x00000001014dee29 -[REANode addChild:] + 153
14 demoAppRN 0x00000001014e11a1 -[REANodesManager connectNodes:childID:] + 1009
15 demoAppRN 0x00000001014dd342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66
16 demoAppRN 0x00000001014de22e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382
17 demoAppRN 0x000000010162f386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374
18 demoAppRN 0x000000010162f699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393
19 demoAppRN 0x0000000101637e0a __RCTExecuteOnMainQueue_block_invoke + 26
20 DetoxSync 0x000000015ddd73b7 ____detox_sync_dispatch_wrapper_block_invoke + 23
21 libdispatch.dylib 0x0000000113e72a90 _dispatch_call_block_and_release + 12
22 libdispatch.dylib 0x0000000113e73d3a _dispatch_client_callout + 8
23 libdispatch.dylib 0x0000000113e82ac0 _dispatch_main_queue_drain + 1420
24 libdispatch.dylib 0x0000000113e82526 _dispatch_main_queue_callback_4CF + 31
25 CoreFoundation 0x0000000112890850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
26 CoreFoundation 0x000000011288b18b __CFRunLoopRun + 2463
27 CoreFoundation 0x000000011288a409 CFRunLoopRunSpecific + 557
28 GraphicsServices 0x000000011f2be187 GSEventRunModal + 137
29 UIKitCore 0x00000001313cd3a2 -[UIApplication _run] + 972
30 DetoxSync 0x000000015dddd3a4 __detox_sync_UIApplication_run + 362
31 UIKitCore 0x00000001313d1e10 UIApplicationMain + 123
32 demoAppRN 0x00000001009a7690 main + 96
33 dyld 0x000000010cad43ee start_sim + 10
34 ??? 0x000000020478141f 0x0 + 8664912927
)
13 |
14 | beforeAll(async () => {
> 15 | await device.launchApp();
| ^
16 | welcomePageObject = new WelcomePageObject(element);
17 | });
18 | it('I am on Welcome', async () => {
at Object.launchApp (e2e/spec/welcome/test.spec.ts:15:18)
at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:9)
at node_modules/@babel/runtime/helpers/asyncToGenerator.js:27:7
at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:19:12)
@phuongwd, what do you get in your device logs?
@noomorph Thanks for response
detox log
11:42:35.119 detox[79547] [90mB[39m node_modules/.bin/detox test --configuration ios.sim.debug -w 1 --record-logs all
data: {
"id": "11d6a1f5-da10-8052-951b-693f9c9cefb4",
"detoxConfig": {
"configurationName": "ios.sim.debug",
"apps": {
"default": {
"type": "ios.app",
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/demoAppRN.app",
"build": "export RCT_NO_LAUNCH_PACKAGER=true && xcodebuild -workspace ios/demoAppRN.xcworkspace -UseNewBuildSystem=YES -scheme demoAppRN -configuration Debug EXCLUDED_ARCHS=arm64 -sdk iphonesimulator -derivedDataPath ios/build"
}
},
"artifacts": {
"rootDir": "artifacts/ios.sim.debug.2023-10-25 04-42-35Z",
"plugins": {
"log": {
"enabled": true,
"keepOnlyFailedTestsArtifacts": false
},
"screenshot": {
"enabled": true,
"shouldTakeAutomaticSnapshots": false,
"keepOnlyFailedTestsArtifacts": false
},
"video": {
"enabled": false,
"keepOnlyFailedTestsArtifacts": false
},
"instruments": {
"enabled": false,
"keepOnlyFailedTestsArtifacts": false
},
"uiHierarchy": {
"enabled": false,
"keepOnlyFailedTestsArtifacts": false
}
}
},
"behavior": {
"init": {
"keepLockFile": false,
"reinstallApp": true,
"launchApp": false,
"exposeGlobals": true
},
"cleanup": {
"shutdownDevice": false
},
"launchApp": "auto"
},
"cli": {
"recordLogs": "all",
"configuration": "ios.sim.debug",
"start": true
},
"device": {
"type": "ios.simulator",
"device": {
"type": "iPhone 14 Pro"
}
},
"logger": {
"level": "info",
"overrideConsole": true,
"options": {
"showLoggerName": true,
"showPid": true,
"showLevel": false,
"showMetadata": false,
"basepath": "/Users/phuong/Documents/demoAppRN/demo-mobile/node_modules/detox/src",
"prefixers": {},
"stringifiers": {}
}
},
"testRunner": {
"retries": 1,
"forwardEnv": false,
"bail": false,
"jest": {
"setupTimeout": 120000,
"teardownTimeout": 30000,
"retryAfterCircusRetries": false,
"reportWorkerAssign": true
},
"args": {
"$0": "jest",
"_": [],
"config": "e2e/jest.e2e.config.js",
"w": 1,
"--": []
}
},
"session": {
"autoStart": true,
"debugSynchronization": 10000
}
},
"detoxIPCServer": "primary-79547",
"testResults": [],
"testSessionIndex": 0,
"workersCount": 0
}
11:42:35.134 detox[79547] [90mi[39m Server path not specified, so defaulting to ipc.config.socketRoot + ipc.config.appspace + ipc.config.id /tmp/detox.primary-79547
11:42:35.138 detox[79547] [90mi[39m starting server on /tmp/detox.primary-79547
11:42:35.138 detox[79547] [90mi[39m starting TLS server false
11:42:35.138 detox[79547] [90mi[39m starting server as Unix || Windows Socket
11:42:35.161 detox[79547] [90mB[39m init
args: ()
11:42:35.166 detox[79547] [90mE[39m init
11:42:35.169 detox[79547] [90mi[39m Detox server listening on localhost:64113...
11:42:35.174 detox[79547] [90mi[39m Serialized the session state at: /private/var/folders/bv/xg_7bpmn7wz7mbypd1x4k3hh0000gp/T/11d6a1f5-da10-8052-951b-693f9c9cefb4.detox.json
11:42:35.178 detox[79547] [90mB[39m jest --config e2e/jest.e2e.config.js -w 1
11:42:37.188 detox[79564] [90mi[39m Service path not specified, so defaulting to ipc.config.socketRoot + ipc.config.appspace + id
11:42:37.189 detox[79564] [90mi[39m requested connection to primary-79547 /tmp/detox.primary-79547
11:42:37.189 detox[79564] [90mi[39m Connecting client on Unix Socket : /tmp/detox.primary-79547
11:42:37.193 detox[79547] [90mi[39m ## socket connection to server detected ##
11:42:37.194 detox[79564] [90mi[39m retrying reset
11:42:37.196 detox[79564] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : registerContext , { id: 'secondary-79564' }
11:42:37.198 detox[79547] [90mi[39m received event of : registerContext { id: 'secondary-79564' }
11:42:37.199 detox[79547] [90mi[39m dispatching event to socket : registerContextDone { testResults: [], testSessionIndex: 0 }
11:42:37.200 detox[79564] [90mi[39m ## received events ##
11:42:37.201 detox[79564] [90mi[39m detected event registerContextDone { testResults: [], testSessionIndex: 0 }
11:42:37.340 detox[79564] [90mB[39m e2e/spec/welcome/test.spec.ts
11:42:37.365 detox[79564] [90mB[39m set up environment
11:42:37.367 detox[79564] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : registerWorker , { workerId: 'w1' }
11:42:37.368 detox[79547] [90mi[39m received event of : registerWorker { workerId: 'w1' }
11:42:37.369 detox[79547] [90mi[39m dispatching event to socket : registerWorkerDone { workersCount: 1 }
11:42:37.369 detox[79547] [90mi[39m broadcasting event to all known sockets listening to /tmp/detox.primary-79547 : sessionStateUpdate { workersCount: 1 }
11:42:37.372 detox[79564] [90mi[39m ## received events ##
11:42:37.373 detox[79564] [90mi[39m detected event registerWorkerDone { workersCount: 1 }
11:42:37.373 detox[79564] [90mi[39m detected event sessionStateUpdate { workersCount: 1 }
11:42:37.653 detox[79547] [90mB[39m connection :64113<->:64128
11:42:37.654 detox[79564] [90mi[39m opened web socket to: ws://localhost:64113
11:42:37.660 detox[79564] [90mi[39m send message
data: {"type":"login","params":{"sessionId":"78f1434f-097f-9366-d8b3-ea7d3d061125","role":"tester"},"messageId":0}
11:42:37.664 detox[79547] [90mi[39m get
data: {"type":"login","params":{"sessionId":"78f1434f-097f-9366-d8b3-ea7d3d061125","role":"tester"},"messageId":0}
11:42:37.665 detox[79547] [90mi[39m created session 78f1434f-097f-9366-d8b3-ea7d3d061125
11:42:37.667 detox[79547] [90mi[39m send
data: {
"type": "loginSuccess",
"params": {
"testerConnected": true,
"appConnected": false
},
"messageId": 0
}
11:42:37.668 detox[79547] [90mi[39m tester joined session 78f1434f-097f-9366-d8b3-ea7d3d061125
11:42:37.668 detox[79564] [90mi[39m get message
data: {"type":"loginSuccess","params":{"testerConnected":true,"appConnected":false},"messageId":0}
11:42:38.100 detox[79547] [90mi[39m received event of : allocateDevice {}
11:42:38.100 detox[79564] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : allocateDevice , {}
11:42:38.101 detox[79547] [90mB[39m allocate
data: {
"type": "ios.simulator",
"device": {
"type": "iPhone 14 Pro"
}
}
11:42:38.103 detox[79547] [90mi[39m applesimutils --list --byType "iPhone 14 Pro"
11:42:38.712 detox[79547] [90mi[39m [
{
"isAvailable" : true,
"logPath" : "\/Users\/phuong\/Library\/Logs\/CoreSimulator\/F625BBCC-A8B5-449B-9B95-4121686E6DAB",
"logPathSize" : 536576,
"state" : "Booted",
"name" : "iPhone 14 Pro",
"dataPathSize" : 2139885568,
"deviceType" : {
"maxRuntimeVersion" : 4294967295,
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"maxRuntimeVersionString" : "65535.255.255",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone",
"modelIdentifier" : "iPhone15,2",
"minRuntimeVersionString" : "16.0.0",
"minRuntimeVersion" : 1048576
},
"os" : {
"bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime",
"buildversion" : "21A328",
"platform" : "iOS",
"runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime\/Contents\/Resources\/RuntimeRoot",
"identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-17-0",
"version" : "17.0",
"isInternal" : false,
"isAvailable" : true,
"name" : "iOS 17.0",
"supportedDeviceTypes" : [
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype",
"name" : "iPhone 8",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype",
"name" : "iPhone 8 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype",
"name" : "iPhone X",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
"name" : "iPhone Xs",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
"name" : "iPhone Xs Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
"name" : "iPhone Xʀ",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
"name" : "iPhone 11",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
"name" : "iPhone 11 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
"name" : "iPhone 11 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
"name" : "iPhone SE (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
"name" : "iPhone 12 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
"name" : "iPhone 12",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
"name" : "iPhone 12 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
"name" : "iPhone 12 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro.simdevicetype",
"name" : "iPhone 13 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro Max.simdevicetype",
"name" : "iPhone 13 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 mini.simdevicetype",
"name" : "iPhone 13 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13.simdevicetype",
"name" : "iPhone 13",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (3rd generation).simdevicetype",
"name" : "iPhone SE (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14.simdevicetype",
"name" : "iPhone 14",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Plus.simdevicetype",
"name" : "iPhone 14 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro Max.simdevicetype",
"name" : "iPhone 14 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype",
"name" : "iPad Pro (9.7-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype",
"name" : "iPad (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
"name" : "iPad Pro (10.5-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
"name" : "iPad (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
"name" : "iPad (7th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (11-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
"name" : "iPad mini (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
"name" : "iPad Air (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
"name" : "iPad (8th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (9th generation).simdevicetype",
"name" : "iPad (9th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
"name" : "iPad Air (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (5th generation).simdevicetype",
"name" : "iPad Air (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (10th generation).simdevicetype",
"name" : "iPad (10th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (6th generation).simdevicetype",
"name" : "iPad mini (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation) (16GB).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB",
"productFamily" : "iPad"
}
]
},
"dataPath" : "\/Users\/phuong\/Library\/Developer\/CoreSimulator\/Devices\/F625BBCC-A8B5-449B-9B95-4121686E6DAB\/data",
"lastBootedAt" : "2023-10-24T02:16:55Z",
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"udid" : "F625BBCC-A8B5-449B-9B95-4121686E6DAB"
},
{
"isAvailable" : true,
"logPath" : "\/Users\/phuong\/Library\/Logs\/CoreSimulator\/D3616270-D4AA-4992-8C9F-73FB10799EDC",
"logPathSize" : 245760,
"state" : "Shutdown",
"name" : "iPhone 14 Pro",
"dataPathSize" : 1128054784,
"deviceType" : {
"maxRuntimeVersion" : 4294967295,
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"maxRuntimeVersionString" : "65535.255.255",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone",
"modelIdentifier" : "iPhone15,2",
"minRuntimeVersionString" : "16.0.0",
"minRuntimeVersion" : 1048576
},
"os" : {
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime",
"buildversion" : "20E247",
"platform" : "iOS",
"runtimeRoot" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot",
"identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-16-4",
"version" : "16.4",
"isInternal" : false,
"isAvailable" : true,
"name" : "iOS 16.4",
"supportedDeviceTypes" : [
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype",
"name" : "iPhone 8",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype",
"name" : "iPhone 8 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype",
"name" : "iPhone X",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
"name" : "iPhone Xs",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
"name" : "iPhone Xs Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
"name" : "iPhone Xʀ",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
"name" : "iPhone 11",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
"name" : "iPhone 11 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
"name" : "iPhone 11 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
"name" : "iPhone SE (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
"name" : "iPhone 12 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
"name" : "iPhone 12",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
"name" : "iPhone 12 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
"name" : "iPhone 12 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro.simdevicetype",
"name" : "iPhone 13 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro Max.simdevicetype",
"name" : "iPhone 13 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 mini.simdevicetype",
"name" : "iPhone 13 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13.simdevicetype",
"name" : "iPhone 13",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (3rd generation).simdevicetype",
"name" : "iPhone SE (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14.simdevicetype",
"name" : "iPhone 14",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Plus.simdevicetype",
"name" : "iPhone 14 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro Max.simdevicetype",
"name" : "iPhone 14 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype",
"name" : "iPad Pro (9.7-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype",
"name" : "iPad (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
"name" : "iPad Pro (10.5-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
"name" : "iPad (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
"name" : "iPad (7th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (11-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
"name" : "iPad mini (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
"name" : "iPad Air (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
"name" : "iPad (8th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (9th generation).simdevicetype",
"name" : "iPad (9th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
"name" : "iPad Air (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (5th generation).simdevicetype",
"name" : "iPad Air (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (10th generation).simdevicetype",
"name" : "iPad (10th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (6th generation).simdevicetype",
"name" : "iPad mini (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation) (16GB).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB",
"productFamily" : "iPad"
}
]
},
"dataPath" : "\/Users\/phuong\/Library\/Developer\/CoreSimulator\/Devices\/D3616270-D4AA-4992-8C9F-73FB10799EDC\/data",
"lastBootedAt" : "2023-10-20T08:33:26Z",
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"udid" : "D3616270-D4AA-4992-8C9F-73FB10799EDC"
}
]
11:42:38.715 detox[79547] [90mi[39m settled on F625BBCC-A8B5-449B-9B95-4121686E6DAB
data: {
"id": "F625BBCC-A8B5-449B-9B95-4121686E6DAB",
"udid": "F625BBCC-A8B5-449B-9B95-4121686E6DAB"
}
11:42:38.715 detox[79547] [90mE[39m allocate
11:42:38.715 detox[79547] [90mB[39m post-allocate: F625BBCC-A8B5-449B-9B95-4121686E6DAB
data: {
"id": "F625BBCC-A8B5-449B-9B95-4121686E6DAB",
"udid": "F625BBCC-A8B5-449B-9B95-4121686E6DAB"
}
11:42:38.716 detox[79547] [90mi[39m applesimutils --list --byId F625BBCC-A8B5-449B-9B95-4121686E6DAB --maxResults 1
11:42:39.321 detox[79547] [90mi[39m [
{
"isAvailable" : true,
"logPath" : "\/Users\/phuong\/Library\/Logs\/CoreSimulator\/F625BBCC-A8B5-449B-9B95-4121686E6DAB",
"logPathSize" : 536576,
"state" : "Booted",
"name" : "iPhone 14 Pro",
"dataPathSize" : 2139885568,
"deviceType" : {
"maxRuntimeVersion" : 4294967295,
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"maxRuntimeVersionString" : "65535.255.255",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone",
"modelIdentifier" : "iPhone15,2",
"minRuntimeVersionString" : "16.0.0",
"minRuntimeVersion" : 1048576
},
"os" : {
"bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime",
"buildversion" : "21A328",
"platform" : "iOS",
"runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime\/Contents\/Resources\/RuntimeRoot",
"identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-17-0",
"version" : "17.0",
"isInternal" : false,
"isAvailable" : true,
"name" : "iOS 17.0",
"supportedDeviceTypes" : [
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype",
"name" : "iPhone 8",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype",
"name" : "iPhone 8 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype",
"name" : "iPhone X",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
"name" : "iPhone Xs",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
"name" : "iPhone Xs Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
"name" : "iPhone Xʀ",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
"name" : "iPhone 11",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
"name" : "iPhone 11 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
"name" : "iPhone 11 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
"name" : "iPhone SE (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
"name" : "iPhone 12 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
"name" : "iPhone 12",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
"name" : "iPhone 12 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
"name" : "iPhone 12 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro.simdevicetype",
"name" : "iPhone 13 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro Max.simdevicetype",
"name" : "iPhone 13 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 mini.simdevicetype",
"name" : "iPhone 13 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13.simdevicetype",
"name" : "iPhone 13",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (3rd generation).simdevicetype",
"name" : "iPhone SE (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14.simdevicetype",
"name" : "iPhone 14",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Plus.simdevicetype",
"name" : "iPhone 14 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro Max.simdevicetype",
"name" : "iPhone 14 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype",
"name" : "iPad Pro (9.7-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype",
"name" : "iPad (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
"name" : "iPad Pro (10.5-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
"name" : "iPad (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
"name" : "iPad (7th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (11-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
"name" : "iPad mini (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
"name" : "iPad Air (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
"name" : "iPad (8th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (9th generation).simdevicetype",
"name" : "iPad (9th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
"name" : "iPad Air (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (5th generation).simdevicetype",
"name" : "iPad Air (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (10th generation).simdevicetype",
"name" : "iPad (10th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (6th generation).simdevicetype",
"name" : "iPad mini (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation) (16GB).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB",
"productFamily" : "iPad"
}
]
},
"dataPath" : "\/Users\/phuong\/Library\/Developer\/CoreSimulator\/Devices\/F625BBCC-A8B5-449B-9B95-4121686E6DAB\/data",
"lastBootedAt" : "2023-10-24T02:16:55Z",
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"udid" : "F625BBCC-A8B5-449B-9B95-4121686E6DAB"
}
]
11:42:39.322 detox[79547] [90mE[39m post-allocate: F625BBCC-A8B5-449B-9B95-4121686E6DAB
11:42:39.323 detox[79547] [90mi[39m dispatching event to socket : allocateDeviceDone {
deviceCookie: {
id: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
type: 'ios.simulator',
bootArgs: undefined,
headless: undefined
}
}
11:42:39.324 detox[79564] [90mi[39m ## received events ##
11:42:39.324 detox[79564] [90mi[39m detected event allocateDeviceDone {
deviceCookie: {
id: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
type: 'ios.simulator'
}
}
11:42:39.337 detox[79564] [90mB[39m onBootDevice
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB"})
11:42:39.338 detox[79564] [90mE[39m onBootDevice
11:42:39.339 detox[79564] [90mB[39m installUtilBinaries
args: ()
11:42:39.339 detox[79564] [90mE[39m installUtilBinaries
11:42:39.341 detox[79564] [90mB[39m selectApp
args: ("default")
11:42:39.376 detox[79564] [90mE[39m selectApp
11:42:39.377 detox[79564] [90mB[39m uninstallApp
args: ()
11:42:39.377 detox[79564] [90mB[39m onBeforeUninstallApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:42:39.377 detox[79564] [90mE[39m onBeforeUninstallApp
11:42:39.378 detox[79564] [90mi[39m /usr/bin/xcrun simctl uninstall F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:42:39.378 detox[79564] [90mi[39m Uninstalling com.demo.app...
11:42:40.357 detox[79564] [90mi[39m com.demo.app uninstalled
11:42:40.357 detox[79564] [90mE[39m uninstallApp
11:42:40.358 detox[79564] [90mB[39m selectApp
args: ("default")
11:42:40.359 detox[79564] [90mB[39m terminateApp
args: ()
11:42:40.359 detox[79564] [90mB[39m onBeforeTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:42:40.361 detox[79564] [90mE[39m onBeforeTerminateApp
11:42:40.361 detox[79564] [90mi[39m /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:42:40.361 detox[79564] [90mi[39m Terminating com.demo.app...
11:42:41.990 detox[79564] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:42:41.990 detox[79564] [90mi[39m Terminating com.demo.app...
11:42:42.638 detox[79564] [90mi[39m "/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
`/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app` (exited with error code 3) (code=3), stdout and stderr:
11:42:42.639 detox[79564] [90mi[39m
11:42:42.639 detox[79564] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:42:42.639 detox[79564] [90mB[39m onTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:42:42.639 detox[79564] [90mE[39m onTerminateApp
11:42:42.639 detox[79564] [90mE[39m terminateApp
11:42:42.639 detox[79564] [90mE[39m selectApp
11:42:42.641 detox[79564] [90mB[39m installApp
args: ()
11:42:42.641 detox[79564] [90mi[39m /usr/bin/xcrun simctl install F625BBCC-A8B5-449B-9B95-4121686E6DAB "/Users/phuong/Documents/demoAppRN/demo-mobile/ios/build/Build/Products/Debug-iphonesimulator/demoAppRN.app"
11:42:42.641 detox[79564] [90mi[39m Installing /Users/phuong/Documents/demoAppRN/demo-mobile/ios/build/Build/Products/Debug-iphonesimulator/demoAppRN.app...
11:42:43.929 detox[79564] [90mi[39m /Users/phuong/Documents/demoAppRN/demo-mobile/ios/build/Build/Products/Debug-iphonesimulator/demoAppRN.app installed
11:42:43.930 detox[79564] [90mE[39m installApp
11:42:43.931 detox[79564] [90mB[39m selectApp
args: ("default")
11:42:43.934 detox[79564] [90mB[39m terminateApp
args: ()
11:42:43.934 detox[79564] [90mB[39m onBeforeTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:42:43.935 detox[79564] [90mE[39m onBeforeTerminateApp
11:42:43.935 detox[79564] [90mi[39m /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:42:43.935 detox[79564] [90mi[39m Terminating com.demo.app...
11:42:45.615 detox[79564] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:42:45.617 detox[79564] [90mi[39m Terminating com.demo.app...
11:42:46.331 detox[79564] [90mi[39m "/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
`/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app` (exited with error code 3) (code=3), stdout and stderr:
11:42:46.332 detox[79564] [90mi[39m
11:42:46.332 detox[79564] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:42:46.333 detox[79564] [90mB[39m onTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:42:46.334 detox[79564] [90mE[39m onTerminateApp
11:42:46.334 detox[79564] [90mE[39m terminateApp
11:42:46.334 detox[79564] [90mE[39m selectApp
11:42:46.334 detox[79564] [90mE[39m set up environment
11:42:47.145 detox[79564] [90mi[39m test.spec.ts is assigned to F625BBCC-A8B5-449B-9B95-4121686E6DAB (iPhone 14 Pro)
11:42:47.148 detox[79564] [90mB[39m run the tests
11:42:47.148 detox[79564] [90mB[39m onRunDescribeStart
args: ({"name":"ROOT_DESCRIBE_BLOCK"})
11:42:47.149 detox[79564] [90mE[39m onRunDescribeStart
11:42:47.150 detox[79564] [90mB[39m Welcome
11:42:47.150 detox[79564] [90mB[39m onRunDescribeStart
args: ({"name":"Welcome"})
11:42:47.150 detox[79564] [90mE[39m onRunDescribeStart
11:42:47.151 detox[79564] [90mB[39m beforeAll
11:42:47.158 detox[79564] [90mB[39m launchApp
args: ()
11:42:47.158 detox[79564] [90mB[39m terminateApp
args: ("com.demo.app")
11:42:47.158 detox[79564] [90mB[39m onBeforeTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:42:47.159 detox[79564] [90mE[39m onBeforeTerminateApp
11:42:47.159 detox[79564] [90mi[39m /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:42:47.159 detox[79564] [90mi[39m Terminating com.demo.app...
11:42:48.794 detox[79564] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:42:48.794 detox[79564] [90mi[39m Terminating com.demo.app...
11:42:49.340 detox[79564] [90mi[39m "/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
`/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app` (exited with error code 3) (code=3), stdout and stderr:
11:42:49.340 detox[79564] [90mi[39m
11:42:49.340 detox[79564] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:42:49.340 detox[79564] [90mB[39m onTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:42:49.341 detox[79564] [90mE[39m onTerminateApp
11:42:49.341 detox[79564] [90mE[39m terminateApp
11:42:49.342 detox[79564] [90mB[39m onBeforeLaunchApp
args: ({"bundleId":"com.demo.app","deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","launchArgs":{"detoxServer":"ws://localhost:64113","detoxSessionId":"78f1434f-097f-9366-d8b3-ea7d3d061125"}})
11:42:49.345 detox[79564] [90mi[39m starting SimulatorLogRecording {
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
bundleId: 'com.demo.app'
}
11:42:49.347 detox[79564] [90mi[39m /usr/bin/xcrun simctl get_app_container F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:42:50.209 detox[79564] [90mi[39m /Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/C2D0B96B-93C0-49A5-A16B-034E355F33C9/demoAppRN.app
11:42:50.213 detox[79564] [90mi[39m /usr/bin/xcrun simctl spawn F625BBCC-A8B5-449B-9B95-4121686E6DAB log stream --level debug --style compact --predicate "processImagePath beginsWith \"/Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/C2D0B96B-93C0-49A5-A16B-034E355F33C9/demoAppRN.app\""
11:42:50.265 detox[79564] [90mE[39m onBeforeLaunchApp
11:42:50.266 detox[79564] [90mi[39m SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES="/Users/phuong/Library/Detox/ios/b2e26ace80a15c757184183e48f895b1414b8264/Detox.framework/Detox" /usr/bin/xcrun simctl launch F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app --args -detoxServer ws://localhost:64113 -detoxSessionId 78f1434f-097f-9366-d8b3-ea7d3d061125 -detoxDisableHierarchyDump YES
11:42:50.266 detox[79564] [90mi[39m Launching com.demo.app...
11:42:51.076 detox[79564] [90mi[39m com.demo.app: 79745
11:42:51.077 detox[79564] [90mi[39m /usr/bin/xcrun simctl get_app_container F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:42:52.118 detox[79564] [90mi[39m /Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/C2D0B96B-93C0-49A5-A16B-034E355F33C9/demoAppRN.app
11:42:52.152 detox[79564] [90mi[39m com.demo.app launched. To watch simulator logs, run:
/usr/bin/xcrun simctl spawn F625BBCC-A8B5-449B-9B95-4121686E6DAB log stream --level debug --style compact --predicate 'process == "demoAppRN"'
11:42:52.153 detox[79564] [90mB[39m onLaunchApp
args: ({"bundleId":"com.demo.app","deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","launchArgs":{"detoxServer":"ws://localhost:64113","detoxSessionId":"78f1434f-097f-9366-d8b3-ea7d3d061125","detoxDisableHierarchyDump":"YES"},"pid":79745})
11:42:52.153 detox[79564] [90mE[39m onLaunchApp
11:42:58.000 detox[79547] [90mB[39m connection :64113<->:64265
11:42:59.737 detox[79547] [90mi[39m get
data: {"type":"login","params":{"role":"app","sessionId":"78f1434f-097f-9366-d8b3-ea7d3d061125"},"messageId":0}
11:42:59.738 detox[79547] [90mi[39m send
data: {
"type": "loginSuccess",
"params": {
"testerConnected": true,
"appConnected": true
},
"messageId": 0
}
11:42:59.739 detox[79547] [90mi[39m app joined session 78f1434f-097f-9366-d8b3-ea7d3d061125
11:42:59.739 detox[79547] [90mi[39m send
data: {
"type": "appConnected"
}
11:42:59.747 detox[79564] [90mi[39m get message
data: {"type":"appConnected"}
11:42:59.756 detox[79564] [90mi[39m send message
data: {"type":"isReady","params":{},"messageId":-1000}
11:42:59.757 detox[79547] [90mi[39m get
data: {"type":"isReady","params":{},"messageId":-1000}
11:42:59.758 detox[79547] [90mi[39m send
data: {
"type": "isReady",
"params": {},
"messageId": -1000
}
11:43:02.563 detox[79547] [90mi[39m get
data: {"type":"AppWillTerminateWithError","params":{"errorDetails":"Signal 11 was raised\n(\n\t0 Detox 0x000000010c87ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37\n\t1 Detox 0x000000010c87e85c __DTXHandleCrash + 460\n\t2 Detox 0x000000010c87ef9c __DTXHandleSignal + 59\n\t3 libsystem_platform.dylib 0x0000000113f465ed _sigtramp + 29\n\t4 ??? 0x0000000000000000 0x0 + 0\n\t5 DetoxSync 0x000000015daf6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78\n\t6 DetoxSync 0x000000015daf443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99\n\t7 DetoxSync 0x000000015daf44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119\n\t8 DetoxSync 0x000000015daea5e9 +[DTXSyncManager trackDisplayLink:name:] + 87\n\t9 DetoxSync 0x000000015daddff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103\n\t10 demoAppRN 0x00000001011e7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55\n\t11 demoAppRN 0x00000001011e6f2c -[REANode markUpdated] + 124\n\t12 demoAppRN 0x00000001011e6912 -[REANode dangerouslyRescheduleEvaluate] + 146\n\t13 demoAppRN 0x00000001011e6e29 -[REANode addChild:] + 153\n\t14 demoAppRN 0x00000001011e91a1 -[REANodesManager connectNodes:childID:] + 1009\n\t15 demoAppRN 0x00000001011e5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66\n\t16 demoAppRN 0x00000001011e622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382\n\t17 demoAppRN 0x0000000101337386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374\n\t18 demoAppRN 0x0000000101337699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393\n\t19 demoAppRN 0x000000010133fe0a __RCTExecuteOnMainQueue_block_invoke + 26\n\t20 DetoxSync 0x000000015dadf3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23\n\t21 libdispatch.dylib 0x0000000113b7aa90 _dispatch_call_block_and_release + 12\n\t22 libdispatch.dylib 0x0000000113b7bd3a _dispatch_client_callout + 8\n\t23 libdispatch.dylib 0x0000000113b8aac0 _dispatch_main_queue_drain + 1420\n\t24 libdispatch.dylib 0x0000000113b8a526 _dispatch_main_queue_callback_4CF + 31\n\t25 CoreFoundation 0x0000000112598850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9\n\t26 CoreFoundation 0x000000011259318b __CFRunLoopRun + 2463\n\t27 CoreFoundation 0x0000000112592409 CFRunLoopRunSpecific + 557\n\t28 GraphicsServices 0x000000011efc6187 GSEventRunModal + 137\n\t29 UIKitCore 0x00000001310d53a2 -[UIApplication _run] + 972\n\t30 DetoxSync 0x000000015dae53a4 __detox_sync_UIApplication_run + 362\n\t31 UIKitCore 0x00000001310d9e10 UIApplicationMain + 123\n\t32 demoAppRN 0x00000001006af690 main + 96\n\t33 dyld 0x000000010c7dc3ee start_sim + 10\n\t34 ??? 0x00000002045bf41f 0x0 + 8663069727\n)","threadNumber":1,"queueName":"com.apple.main-thread"},"messageId":-10000}
11:43:02.565 detox[79547] [90mi[39m send
data: {
"type": "AppWillTerminateWithError",
"params": {
"errorDetails": "Signal 11 was raised\n(\n\t0 Detox 0x000000010c87ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37\n\t1 Detox 0x000000010c87e85c __DTXHandleCrash + 460\n\t2 Detox 0x000000010c87ef9c __DTXHandleSignal + 59\n\t3 libsystem_platform.dylib 0x0000000113f465ed _sigtramp + 29\n\t4 ??? 0x0000000000000000 0x0 + 0\n\t5 DetoxSync 0x000000015daf6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78\n\t6 DetoxSync 0x000000015daf443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99\n\t7 DetoxSync 0x000000015daf44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119\n\t8 DetoxSync 0x000000015daea5e9 +[DTXSyncManager trackDisplayLink:name:] + 87\n\t9 DetoxSync 0x000000015daddff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103\n\t10 demoAppRN 0x00000001011e7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55\n\t11 demoAppRN 0x00000001011e6f2c -[REANode markUpdated] + 124\n\t12 demoAppRN 0x00000001011e6912 -[REANode dangerouslyRescheduleEvaluate] + 146\n\t13 demoAppRN 0x00000001011e6e29 -[REANode addChild:] + 153\n\t14 demoAppRN 0x00000001011e91a1 -[REANodesManager connectNodes:childID:] + 1009\n\t15 demoAppRN 0x00000001011e5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66\n\t16 demoAppRN 0x00000001011e622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382\n\t17 demoAppRN 0x0000000101337386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374\n\t18 demoAppRN 0x0000000101337699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393\n\t19 demoAppRN 0x000000010133fe0a __RCTExecuteOnMainQueue_block_invoke + 26\n\t20 DetoxSync 0x000000015dadf3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23\n\t21 libdispatch.dylib 0x0000000113b7aa90 _dispatch_call_block_and_release + 12\n\t22 libdispatch.dylib 0x0000000113b7bd3a _dispatch_client_callout + 8\n\t23 libdispatch.dylib 0x0000000113b8aac0 _dispatch_main_queue_drain + 1420\n\t24 libdispatch.dylib 0x0000000113b8a526 _dispatch_main_queue_callback_4CF + 31\n\t25 CoreFoundation 0x0000000112598850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9\n\t26 CoreFoundation 0x000000011259318b __CFRunLoopRun + 2463\n\t27 CoreFoundation 0x0000000112592409 CFRunLoopRunSpecific + 557\n\t28 GraphicsServices 0x000000011efc6187 GSEventRunModal + 137\n\t29 UIKitCore 0x00000001310d53a2 -[UIApplication _run] + 972\n\t30 DetoxSync 0x000000015dae53a4 __detox_sync_UIApplication_run + 362\n\t31 UIKitCore 0x00000001310d9e10 UIApplicationMain + 123\n\t32 demoAppRN 0x00000001006af690 main + 96\n\t33 dyld 0x000000010c7dc3ee start_sim + 10\n\t34 ??? 0x00000002045bf41f 0x0 + 8663069727\n)",
"threadNumber": 1,
"queueName": "com.apple.main-thread"
},
"messageId": -10000
}
11:43:02.572 detox[79564] [90mi[39m get message
data: {"type":"AppWillTerminateWithError","params":{"errorDetails":"Signal 11 was raised\n(\n\t0 Detox 0x000000010c87ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37\n\t1 Detox 0x000000010c87e85c __DTXHandleCrash + 460\n\t2 Detox 0x000000010c87ef9c __DTXHandleSignal + 59\n\t3 libsystem_platform.dylib 0x0000000113f465ed _sigtramp + 29\n\t4 ??? 0x0000000000000000 0x0 + 0\n\t5 DetoxSync 0x000000015daf6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78\n\t6 DetoxSync 0x000000015daf443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99\n\t7 DetoxSync 0x000000015daf44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119\n\t8 DetoxSync 0x000000015daea5e9 +[DTXSyncManager trackDisplayLink:name:] + 87\n\t9 DetoxSync 0x000000015daddff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103\n\t10 demoAppRN 0x00000001011e7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55\n\t11 demoAppRN 0x00000001011e6f2c -[REANode markUpdated] + 124\n\t12 demoAppRN 0x00000001011e6912 -[REANode dangerouslyRescheduleEvaluate] + 146\n\t13 demoAppRN 0x00000001011e6e29 -[REANode addChild:] + 153\n\t14 demoAppRN 0x00000001011e91a1 -[REANodesManager connectNodes:childID:] + 1009\n\t15 demoAppRN 0x00000001011e5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66\n\t16 demoAppRN 0x00000001011e622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382\n\t17 demoAppRN 0x0000000101337386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374\n\t18 demoAppRN 0x0000000101337699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393\n\t19 demoAppRN 0x000000010133fe0a __RCTExecuteOnMainQueue_block_invoke + 26\n\t20 DetoxSync 0x000000015dadf3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23\n\t21 libdispatch.dylib 0x0000000113b7aa90 _dispatch_call_block_and_release + 12\n\t22 libdispatch.dylib 0x0000000113b7bd3a _dispatch_client_callout + 8\n\t23 libdispatch.dylib 0x0000000113b8aac0 _dispatch_main_queue_drain + 1420\n\t24 libdispatch.dylib 0x0000000113b8a526 _dispatch_main_queue_callback_4CF + 31\n\t25 CoreFoundation 0x0000000112598850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9\n\t26 CoreFoundation 0x000000011259318b __CFRunLoopRun + 2463\n\t27 CoreFoundation 0x0000000112592409 CFRunLoopRunSpecific + 557\n\t28 GraphicsServices 0x000000011efc6187 GSEventRunModal + 137\n\t29 UIKitCore 0x00000001310d53a2 -[UIApplication _run] + 972\n\t30 DetoxSync 0x000000015dae53a4 __detox_sync_UIApplication_run + 362\n\t31 UIKitCore 0x00000001310d9e10 UIApplicationMain + 123\n\t32 demoAppRN 0x00000001006af690 main + 96\n\t33 dyld 0x000000010c7dc3ee start_sim + 10\n\t34 ??? 0x00000002045bf41f 0x0 + 8663069727\n)","threadNumber":1,"queueName":"com.apple.main-thread"},"messageId":-10000}
11:43:07.596 detox[79564] [90mB[39m terminateApp
args: ()
11:43:07.596 detox[79564] [90mB[39m onBeforeTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:43:07.598 detox[79564] [90mE[39m onBeforeTerminateApp
11:43:07.598 detox[79564] [90mi[39m /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:43:07.598 detox[79564] [90mi[39m Terminating com.demo.app...
11:43:07.633 detox[79547] [90mi[39m app exited session 78f1434f-097f-9366-d8b3-ea7d3d061125
11:43:07.634 detox[79547] [90mi[39m send
data: {
"type": "appDisconnected"
}
11:43:07.635 detox[79547] [90mE[39m connection :64113<->:64265
11:43:07.635 detox[79564] [90mi[39m get message
data: {"type":"appDisconnected"}
11:43:07.638 detox[79564] [90mE[39m terminateApp
error: The pending request #-1000 ("isReady") has been rejected due to the following error:
The app has crashed, see the details below:
Signal 11 was raised
(
0 Detox 0x000000010c87ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37
1 Detox 0x000000010c87e85c __DTXHandleCrash + 460
2 Detox 0x000000010c87ef9c __DTXHandleSignal + 59
3 libsystem_platform.dylib 0x0000000113f465ed _sigtramp + 29
4 ??? 0x0000000000000000 0x0 + 0
5 DetoxSync 0x000000015daf6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78
6 DetoxSync 0x000000015daf443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99
7 DetoxSync 0x000000015daf44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119
8 DetoxSync 0x000000015daea5e9 +[DTXSyncManager trackDisplayLink:name:] + 87
9 DetoxSync 0x000000015daddff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103
10 demoAppRN 0x00000001011e7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55
11 demoAppRN 0x00000001011e6f2c -[REANode markUpdated] + 124
12 demoAppRN 0x00000001011e6912 -[REANode dangerouslyRescheduleEvaluate] + 146
13 demoAppRN 0x00000001011e6e29 -[REANode addChild:] + 153
14 demoAppRN 0x00000001011e91a1 -[REANodesManager connectNodes:childID:] + 1009
15 demoAppRN 0x00000001011e5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66
16 demoAppRN 0x00000001011e622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382
17 demoAppRN 0x0000000101337386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374
18 demoAppRN 0x0000000101337699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393
19 demoAppRN 0x000000010133fe0a __RCTExecuteOnMainQueue_block_invoke + 26
20 DetoxSync 0x000000015dadf3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23
21 libdispatch.dylib 0x0000000113b7aa90 _dispatch_call_block_and_release + 12
22 libdispatch.dylib 0x0000000113b7bd3a _dispatch_client_callout + 8
23 libdispatch.dylib 0x0000000113b8aac0 _dispatch_main_queue_drain + 1420
24 libdispatch.dylib 0x0000000113b8a526 _dispatch_main_queue_callback_4CF + 31
25 CoreFoundation 0x0000000112598850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
26 CoreFoundation 0x000000011259318b __CFRunLoopRun + 2463
27 CoreFoundation 0x0000000112592409 CFRunLoopRunSpecific + 557
28 GraphicsServices 0x000000011efc6187 GSEventRunModal + 137
29 UIKitCore 0x00000001310d53a2 -[UIApplication _run] + 972
30 DetoxSync 0x000000015dae53a4 __detox_sync_UIApplication_run + 362
31 UIKitCore 0x00000001310d9e10 UIApplicationMain + 123
32 demoAppRN 0x00000001006af690 main + 96
33 dyld 0x000000010c7dc3ee start_sim + 10
34 ??? 0x00000002045bf41f 0x0 + 8663069727
)
11:43:07.643 detox[79564] [90mB[39m onHookFailure
args: ({"error":{"name":"DetoxRuntimeError"},"hook":"beforeAll"})
11:43:07.643 detox[79564] [90mE[39m onHookFailure
11:43:07.644 detox[79564] [90mE[39m beforeAll
error: The pending request #-1000 ("isReady") has been rejected due to the following error:
The app has crashed, see the details below:
Signal 11 was raised
(
0 Detox 0x000000010c87ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37
1 Detox 0x000000010c87e85c __DTXHandleCrash + 460
2 Detox 0x000000010c87ef9c __DTXHandleSignal + 59
3 libsystem_platform.dylib 0x0000000113f465ed _sigtramp + 29
4 ??? 0x0000000000000000 0x0 + 0
5 DetoxSync 0x000000015daf6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78
6 DetoxSync 0x000000015daf443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99
7 DetoxSync 0x000000015daf44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119
8 DetoxSync 0x000000015daea5e9 +[DTXSyncManager trackDisplayLink:name:] + 87
9 DetoxSync 0x000000015daddff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103
10 demoAppRN 0x00000001011e7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55
11 demoAppRN 0x00000001011e6f2c -[REANode markUpdated] + 124
12 demoAppRN 0x00000001011e6912 -[REANode dangerouslyRescheduleEvaluate] + 146
13 demoAppRN 0x00000001011e6e29 -[REANode addChild:] + 153
14 demoAppRN 0x00000001011e91a1 -[REANodesManager connectNodes:childID:] + 1009
15 demoAppRN 0x00000001011e5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66
16 demoAppRN 0x00000001011e622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382
17 demoAppRN 0x0000000101337386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374
18 demoAppRN 0x0000000101337699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393
19 demoAppRN 0x000000010133fe0a __RCTExecuteOnMainQueue_block_invoke + 26
20 DetoxSync 0x000000015dadf3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23
21 libdispatch.dylib 0x0000000113b7aa90 _dispatch_call_block_and_release + 12
22 libdispatch.dylib 0x0000000113b7bd3a _dispatch_client_callout + 8
23 libdispatch.dylib 0x0000000113b8aac0 _dispatch_main_queue_drain + 1420
24 libdispatch.dylib 0x0000000113b8a526 _dispatch_main_queue_callback_4CF + 31
25 CoreFoundation 0x0000000112598850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
26 CoreFoundation 0x000000011259318b __CFRunLoopRun + 2463
27 CoreFoundation 0x0000000112592409 CFRunLoopRunSpecific + 557
28 GraphicsServices 0x000000011efc6187 GSEventRunModal + 137
29 UIKitCore 0x00000001310d53a2 -[UIApplication _run] + 972
30 DetoxSync 0x000000015dae53a4 __detox_sync_UIApplication_run + 362
31 UIKitCore 0x00000001310d9e10 UIApplicationMain + 123
32 demoAppRN 0x00000001006af690 main + 96
33 dyld 0x000000010c7dc3ee start_sim + 10
34 ??? 0x00000002045bf41f 0x0 + 8663069727
)
11:43:07.646 detox[79564] [90mB[39m I am on Welcome
11:43:07.647 detox[79564] [90mi[39m Welcome: I am on Welcome
11:43:07.658 detox[79564] [90mE[39m I am on Welcome
11:43:07.659 detox[79564] [90mi[39m Welcome: I am on Welcome [FAIL]
11:43:07.660 detox[79564] [90mB[39m onRunDescribeFinish
args: ({"name":"Welcome"})
11:43:07.661 detox[79564] [90mE[39m onRunDescribeFinish
11:43:07.661 detox[79564] [90mE[39m Welcome
11:43:07.662 detox[79564] [90mB[39m onRunDescribeFinish
args: ({"name":"ROOT_DESCRIBE_BLOCK"})
11:43:07.662 detox[79564] [90mE[39m onRunDescribeFinish
11:43:07.662 detox[79564] [90mE[39m run the tests
11:43:07.742 detox[79564] [90mB[39m tear down environment
11:43:07.745 detox[79564] [90mB[39m onBeforeCleanup
args: ()
11:43:07.750 detox[79564] [90mi[39m saving SimulatorLogRecording to: artifacts/ios.sim.debug.2023-10-25 04-42-35Z/F625BBCC-A8B5-449B-9B95-4121686E6DAB 2023-10-25 04-43-07Z.startup.log
11:43:07.750 detox[79564] [90mi[39m stopping SimulatorLogRecording
11:43:07.801 detox[79564] [90mi[39m sending SIGINT to: /usr/bin/xcrun simctl spawn F625BBCC-A8B5-449B-9B95-4121686E6DAB log stream --level debug --style compact --predicate processImagePath beginsWith "/Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/C2D0B96B-93C0-49A5-A16B-034E355F33C9/demoAppRN.app"
11:43:07.810 detox[79564] [90mi[39m /usr/bin/xcrun simctl spawn F625BBCC-A8B5-449B-9B95-4121686E6DAB log stream --level debug --style compact --predicate "processImagePath beginsWith \"/Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/C2D0B96B-93C0-49A5-A16B-034E355F33C9/demoAppRN.app\"" exited with code #0
11:43:07.811 detox[79564] [90mi[39m moving "/private/var/folders/bv/xg_7bpmn7wz7mbypd1x4k3hh0000gp/T/63a5449d-47f7-40df-ba98-c95764f4a88b.detox.log" to artifacts/ios.sim.debug.2023-10-25 04-42-35Z/F625BBCC-A8B5-449B-9B95-4121686E6DAB 2023-10-25 04-43-07Z.startup.log
11:43:07.821 detox[79564] [90mi[39m saving FileArtifact to: artifacts/ios.sim.debug.2023-10-25 04-42-35Z/detox_pid_79564.json.log { append: true }
11:43:07.822 detox[79564] [90mi[39m saving FileArtifact to: artifacts/ios.sim.debug.2023-10-25 04-42-35Z/detox_pid_79564.log { append: true }
11:43:07.822 detox[79564] [90mE[39m onBeforeCleanup
11:43:07.826 detox[79547] [90mi[39m tester exited session 78f1434f-097f-9366-d8b3-ea7d3d061125
11:43:07.827 detox[79547] [90mE[39m connection :64113<->:64128
11:43:07.829 detox[79564] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : deallocateDevice , {
deviceCookie: {
id: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
type: 'ios.simulator'
}
}
11:43:07.831 detox[79547] [90mi[39m received event of : deallocateDevice {
deviceCookie: {
id: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
type: 'ios.simulator'
}
}
11:43:07.831 detox[79547] [90mB[39m free: F625BBCC-A8B5-449B-9B95-4121686E6DAB
data: {}
11:43:07.836 detox[79547] [90mE[39m free: F625BBCC-A8B5-449B-9B95-4121686E6DAB
11:43:07.837 detox[79547] [90mi[39m dispatching event to socket : deallocateDeviceDone {}
11:43:07.838 detox[79564] [90mi[39m ## received events ##
11:43:07.838 detox[79564] [90mi[39m detected event deallocateDeviceDone {}
11:43:07.839 detox[79564] [90mE[39m tear down environment
11:43:07.839 detox[79564] [90mE[39m e2e/spec/welcome/test.spec.ts
11:43:08.119 detox[79564] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : reportTestResults , {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
testExecError: undefined,
isPermanentFailure: false
}
]
}
11:43:08.142 detox[79547] [90mi[39m received event of : reportTestResults {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
]
}
11:43:08.147 detox[79547] [90mi[39m dispatching event to socket : reportTestResultsDone {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
]
}
11:43:08.148 detox[79564] [90mi[39m ## received events ##
11:43:08.149 detox[79564] [90mi[39m detected event reportTestResultsDone {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
]
}
11:43:08.152 detox[79547] [90mi[39m broadcasting event to all known sockets listening to /tmp/detox.primary-79547 : sessionStateUpdate {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
]
}
11:43:08.167 detox[79564] [90mi[39m connection closed primary-79547 /tmp/detox.primary-79547 0 tries remaining of 0
11:43:08.167 detox[79564] [90mi[39m secondary-79564 exceeded connection rety amount of or stopRetrying flag set.
11:43:08.170 detox[79547] [90mi[39m socket disconnected secondary-79564
11:43:09.175 detox[79564] [90mi[39m Jest did not exit one second after the test run has completed.
'This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue.
11:43:09.350 detox[79564] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:09.350 detox[79564] [90mi[39m Terminating com.demo.app...
11:43:09.902 detox[79564] [90mi[39m "/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
`/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app` (exited with error code 3) (code=3), stdout and stderr:
11:43:09.902 detox[79564] [90mi[39m
11:43:09.903 detox[79564] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:09.903 detox[79564] [90mE[39m launchApp
11:43:09.945 detox[79547] [90mE[39m Command failed with exit code = 1:
jest --config e2e/jest.e2e.config.js -w 1
11:43:09.948 detox[79547] [90mi[39m There were failing tests in the following files:
1. e2e/spec/welcome/test.spec.ts
Detox CLI is going to restart the test runner with those files...
11:43:09.951 detox[79547] [90mB[39m jest --config e2e/jest.e2e.config.js -w 1 /Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts
11:43:11.824 detox[79853] [90mi[39m Service path not specified, so defaulting to ipc.config.socketRoot + ipc.config.appspace + id
11:43:11.825 detox[79853] [90mi[39m requested connection to primary-79547 /tmp/detox.primary-79547
11:43:11.825 detox[79853] [90mi[39m Connecting client on Unix Socket : /tmp/detox.primary-79547
11:43:11.827 detox[79547] [90mi[39m ## socket connection to server detected ##
11:43:11.828 detox[79853] [90mi[39m retrying reset
11:43:11.830 detox[79853] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : registerContext , { id: 'secondary-79853' }
11:43:11.831 detox[79547] [90mi[39m received event of : registerContext { id: 'secondary-79853' }
11:43:11.833 detox[79547] [90mi[39m dispatching event to socket : registerContextDone {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
],
testSessionIndex: 1
}
11:43:11.834 detox[79853] [90mi[39m ## received events ##
11:43:11.835 detox[79853] [90mi[39m detected event registerContextDone {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
],
testSessionIndex: 1
}
11:43:11.925 detox[79853] [90mB[39m e2e/spec/welcome/test.spec.ts
11:43:11.947 detox[79853] [90mB[39m set up environment
11:43:11.949 detox[79853] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : registerWorker , { workerId: 'w1' }
11:43:11.950 detox[79547] [90mi[39m received event of : registerWorker { workerId: 'w1' }
11:43:11.950 detox[79547] [90mi[39m dispatching event to socket : registerWorkerDone { workersCount: 1 }
11:43:11.950 detox[79853] [90mi[39m ## received events ##
11:43:11.951 detox[79853] [90mi[39m detected event registerWorkerDone { workersCount: 1 }
11:43:12.251 detox[79547] [90mB[39m connection :64113<->:64373
11:43:12.252 detox[79853] [90mi[39m opened web socket to: ws://localhost:64113
11:43:12.256 detox[79853] [90mi[39m send message
data: {"type":"login","params":{"sessionId":"70b8d329-ffae-84eb-7d51-ccb4135146fe","role":"tester"},"messageId":0}
11:43:12.257 detox[79547] [90mi[39m get
data: {"type":"login","params":{"sessionId":"70b8d329-ffae-84eb-7d51-ccb4135146fe","role":"tester"},"messageId":0}
11:43:12.257 detox[79547] [90mi[39m created session 70b8d329-ffae-84eb-7d51-ccb4135146fe
11:43:12.257 detox[79547] [90mi[39m send
data: {
"type": "loginSuccess",
"params": {
"testerConnected": true,
"appConnected": false
},
"messageId": 0
}
11:43:12.258 detox[79547] [90mi[39m tester joined session 70b8d329-ffae-84eb-7d51-ccb4135146fe
11:43:12.258 detox[79853] [90mi[39m get message
data: {"type":"loginSuccess","params":{"testerConnected":true,"appConnected":false},"messageId":0}
11:43:12.724 detox[79853] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : allocateDevice , {}
11:43:12.726 detox[79547] [90mi[39m received event of : allocateDevice {}
11:43:12.727 detox[79547] [90mB[39m allocate
data: {
"type": "ios.simulator",
"device": {
"type": "iPhone 14 Pro"
}
}
11:43:12.729 detox[79547] [90mi[39m applesimutils --list --byType "iPhone 14 Pro"
11:43:13.337 detox[79547] [90mi[39m [
{
"isAvailable" : true,
"logPath" : "\/Users\/phuong\/Library\/Logs\/CoreSimulator\/F625BBCC-A8B5-449B-9B95-4121686E6DAB",
"logPathSize" : 536576,
"state" : "Booted",
"name" : "iPhone 14 Pro",
"dataPathSize" : 2142220288,
"deviceType" : {
"maxRuntimeVersion" : 4294967295,
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"maxRuntimeVersionString" : "65535.255.255",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone",
"modelIdentifier" : "iPhone15,2",
"minRuntimeVersionString" : "16.0.0",
"minRuntimeVersion" : 1048576
},
"os" : {
"bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime",
"buildversion" : "21A328",
"platform" : "iOS",
"runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime\/Contents\/Resources\/RuntimeRoot",
"identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-17-0",
"version" : "17.0",
"isInternal" : false,
"isAvailable" : true,
"name" : "iOS 17.0",
"supportedDeviceTypes" : [
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype",
"name" : "iPhone 8",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype",
"name" : "iPhone 8 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype",
"name" : "iPhone X",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
"name" : "iPhone Xs",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
"name" : "iPhone Xs Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
"name" : "iPhone Xʀ",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
"name" : "iPhone 11",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
"name" : "iPhone 11 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
"name" : "iPhone 11 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
"name" : "iPhone SE (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
"name" : "iPhone 12 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
"name" : "iPhone 12",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
"name" : "iPhone 12 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
"name" : "iPhone 12 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro.simdevicetype",
"name" : "iPhone 13 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro Max.simdevicetype",
"name" : "iPhone 13 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 mini.simdevicetype",
"name" : "iPhone 13 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13.simdevicetype",
"name" : "iPhone 13",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (3rd generation).simdevicetype",
"name" : "iPhone SE (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14.simdevicetype",
"name" : "iPhone 14",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Plus.simdevicetype",
"name" : "iPhone 14 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro Max.simdevicetype",
"name" : "iPhone 14 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype",
"name" : "iPad Pro (9.7-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype",
"name" : "iPad (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
"name" : "iPad Pro (10.5-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
"name" : "iPad (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
"name" : "iPad (7th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (11-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
"name" : "iPad mini (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
"name" : "iPad Air (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
"name" : "iPad (8th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (9th generation).simdevicetype",
"name" : "iPad (9th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
"name" : "iPad Air (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (5th generation).simdevicetype",
"name" : "iPad Air (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (10th generation).simdevicetype",
"name" : "iPad (10th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (6th generation).simdevicetype",
"name" : "iPad mini (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation) (16GB).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB",
"productFamily" : "iPad"
}
]
},
"dataPath" : "\/Users\/phuong\/Library\/Developer\/CoreSimulator\/Devices\/F625BBCC-A8B5-449B-9B95-4121686E6DAB\/data",
"lastBootedAt" : "2023-10-24T02:16:55Z",
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"udid" : "F625BBCC-A8B5-449B-9B95-4121686E6DAB"
},
{
"isAvailable" : true,
"logPath" : "\/Users\/phuong\/Library\/Logs\/CoreSimulator\/D3616270-D4AA-4992-8C9F-73FB10799EDC",
"logPathSize" : 245760,
"state" : "Shutdown",
"name" : "iPhone 14 Pro",
"dataPathSize" : 1128054784,
"deviceType" : {
"maxRuntimeVersion" : 4294967295,
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"maxRuntimeVersionString" : "65535.255.255",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone",
"modelIdentifier" : "iPhone15,2",
"minRuntimeVersionString" : "16.0.0",
"minRuntimeVersion" : 1048576
},
"os" : {
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime",
"buildversion" : "20E247",
"platform" : "iOS",
"runtimeRoot" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot",
"identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-16-4",
"version" : "16.4",
"isInternal" : false,
"isAvailable" : true,
"name" : "iOS 16.4",
"supportedDeviceTypes" : [
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype",
"name" : "iPhone 8",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype",
"name" : "iPhone 8 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype",
"name" : "iPhone X",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
"name" : "iPhone Xs",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
"name" : "iPhone Xs Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
"name" : "iPhone Xʀ",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
"name" : "iPhone 11",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
"name" : "iPhone 11 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
"name" : "iPhone 11 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
"name" : "iPhone SE (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
"name" : "iPhone 12 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
"name" : "iPhone 12",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
"name" : "iPhone 12 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
"name" : "iPhone 12 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro.simdevicetype",
"name" : "iPhone 13 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro Max.simdevicetype",
"name" : "iPhone 13 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 mini.simdevicetype",
"name" : "iPhone 13 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13.simdevicetype",
"name" : "iPhone 13",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (3rd generation).simdevicetype",
"name" : "iPhone SE (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14.simdevicetype",
"name" : "iPhone 14",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Plus.simdevicetype",
"name" : "iPhone 14 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro Max.simdevicetype",
"name" : "iPhone 14 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype",
"name" : "iPad Pro (9.7-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype",
"name" : "iPad (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
"name" : "iPad Pro (10.5-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
"name" : "iPad (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
"name" : "iPad (7th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (11-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
"name" : "iPad mini (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
"name" : "iPad Air (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
"name" : "iPad (8th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (9th generation).simdevicetype",
"name" : "iPad (9th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
"name" : "iPad Air (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (5th generation).simdevicetype",
"name" : "iPad Air (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (10th generation).simdevicetype",
"name" : "iPad (10th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (6th generation).simdevicetype",
"name" : "iPad mini (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation) (16GB).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB",
"productFamily" : "iPad"
}
]
},
"dataPath" : "\/Users\/phuong\/Library\/Developer\/CoreSimulator\/Devices\/D3616270-D4AA-4992-8C9F-73FB10799EDC\/data",
"lastBootedAt" : "2023-10-20T08:33:26Z",
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"udid" : "D3616270-D4AA-4992-8C9F-73FB10799EDC"
}
]
11:43:13.340 detox[79547] [90mi[39m settled on F625BBCC-A8B5-449B-9B95-4121686E6DAB
data: {
"id": "F625BBCC-A8B5-449B-9B95-4121686E6DAB",
"udid": "F625BBCC-A8B5-449B-9B95-4121686E6DAB"
}
11:43:13.340 detox[79547] [90mE[39m allocate
11:43:13.340 detox[79547] [90mB[39m post-allocate: F625BBCC-A8B5-449B-9B95-4121686E6DAB
data: {
"id": "F625BBCC-A8B5-449B-9B95-4121686E6DAB",
"udid": "F625BBCC-A8B5-449B-9B95-4121686E6DAB"
}
11:43:13.340 detox[79547] [90mi[39m applesimutils --list --byId F625BBCC-A8B5-449B-9B95-4121686E6DAB --maxResults 1
11:43:13.955 detox[79547] [90mi[39m [
{
"isAvailable" : true,
"logPath" : "\/Users\/phuong\/Library\/Logs\/CoreSimulator\/F625BBCC-A8B5-449B-9B95-4121686E6DAB",
"logPathSize" : 536576,
"state" : "Booted",
"name" : "iPhone 14 Pro",
"dataPathSize" : 2142220288,
"deviceType" : {
"maxRuntimeVersion" : 4294967295,
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"maxRuntimeVersionString" : "65535.255.255",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone",
"modelIdentifier" : "iPhone15,2",
"minRuntimeVersionString" : "16.0.0",
"minRuntimeVersion" : 1048576
},
"os" : {
"bundlePath" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime",
"buildversion" : "21A328",
"platform" : "iOS",
"runtimeRoot" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_21A328\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 17.0.simruntime\/Contents\/Resources\/RuntimeRoot",
"identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-17-0",
"version" : "17.0",
"isInternal" : false,
"isAvailable" : true,
"name" : "iOS 17.0",
"supportedDeviceTypes" : [
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8.simdevicetype",
"name" : "iPhone 8",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 8 Plus.simdevicetype",
"name" : "iPhone 8 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone X.simdevicetype",
"name" : "iPhone X",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs.simdevicetype",
"name" : "iPhone Xs",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xs Max.simdevicetype",
"name" : "iPhone Xs Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone Xʀ.simdevicetype",
"name" : "iPhone Xʀ",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11.simdevicetype",
"name" : "iPhone 11",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro.simdevicetype",
"name" : "iPhone 11 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 11 Pro Max.simdevicetype",
"name" : "iPhone 11 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (2nd generation).simdevicetype",
"name" : "iPhone SE (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 mini.simdevicetype",
"name" : "iPhone 12 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12.simdevicetype",
"name" : "iPhone 12",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro.simdevicetype",
"name" : "iPhone 12 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 12 Pro Max.simdevicetype",
"name" : "iPhone 12 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro.simdevicetype",
"name" : "iPhone 13 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 Pro Max.simdevicetype",
"name" : "iPhone 13 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13 mini.simdevicetype",
"name" : "iPhone 13 mini",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13-mini",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 13.simdevicetype",
"name" : "iPhone 13",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-13",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone SE (3rd generation).simdevicetype",
"name" : "iPhone SE (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE-3rd-generation",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14.simdevicetype",
"name" : "iPhone 14",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Plus.simdevicetype",
"name" : "iPhone 14 Plus",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Plus",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro.simdevicetype",
"name" : "iPhone 14 Pro",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPhone 14 Pro Max.simdevicetype",
"name" : "iPhone 14 Pro Max",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
"productFamily" : "iPhone"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (9.7-inch).simdevicetype",
"name" : "iPad Pro (9.7-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (5th generation).simdevicetype",
"name" : "iPad (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (10.5-inch).simdevicetype",
"name" : "iPad Pro (10.5-inch)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (6th generation).simdevicetype",
"name" : "iPad (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (7th generation).simdevicetype",
"name" : "iPad (7th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (1st generation).simdevicetype",
"name" : "iPad Pro (11-inch) (1st generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (2nd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (2nd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (5th generation).simdevicetype",
"name" : "iPad mini (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini--5th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (3rd generation).simdevicetype",
"name" : "iPad Air (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (8th generation).simdevicetype",
"name" : "iPad (8th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (9th generation).simdevicetype",
"name" : "iPad (9th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-9th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (4th generation).simdevicetype",
"name" : "iPad Air (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (3rd generation).simdevicetype",
"name" : "iPad Pro (11-inch) (3rd generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (5th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Air (5th generation).simdevicetype",
"name" : "iPad Air (5th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-5th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad (10th generation).simdevicetype",
"name" : "iPad (10th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-10th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad mini (6th generation).simdevicetype",
"name" : "iPad mini (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-mini-6th-generation",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (11-inch) (4th generation) (16GB).simdevicetype",
"name" : "iPad Pro (11-inch) (4th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-4th-generation-16GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-8GB",
"productFamily" : "iPad"
},
{
"bundlePath" : "\/Applications\/Xcode 143.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/DeviceTypes\/iPad Pro (12.9-inch) (6th generation) (16GB).simdevicetype",
"name" : "iPad Pro (12.9-inch) (6th generation) (16GB)",
"identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-6th-generation-16GB",
"productFamily" : "iPad"
}
]
},
"dataPath" : "\/Users\/phuong\/Library\/Developer\/CoreSimulator\/Devices\/F625BBCC-A8B5-449B-9B95-4121686E6DAB\/data",
"lastBootedAt" : "2023-10-24T02:16:55Z",
"deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro",
"udid" : "F625BBCC-A8B5-449B-9B95-4121686E6DAB"
}
]
11:43:13.956 detox[79547] [90mE[39m post-allocate: F625BBCC-A8B5-449B-9B95-4121686E6DAB
11:43:13.958 detox[79547] [90mi[39m dispatching event to socket : allocateDeviceDone {
deviceCookie: {
id: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
type: 'ios.simulator',
bootArgs: undefined,
headless: undefined
}
}
11:43:13.959 detox[79853] [90mi[39m ## received events ##
11:43:13.960 detox[79853] [90mi[39m detected event allocateDeviceDone {
deviceCookie: {
id: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
type: 'ios.simulator'
}
}
11:43:13.975 detox[79853] [90mB[39m onBootDevice
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB"})
11:43:13.975 detox[79853] [90mE[39m onBootDevice
11:43:13.977 detox[79853] [90mB[39m installUtilBinaries
args: ()
11:43:13.977 detox[79853] [90mE[39m installUtilBinaries
11:43:13.979 detox[79853] [90mB[39m selectApp
args: ("default")
11:43:14.027 detox[79853] [90mE[39m selectApp
11:43:14.028 detox[79853] [90mB[39m uninstallApp
args: ()
11:43:14.028 detox[79853] [90mB[39m onBeforeUninstallApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:43:14.028 detox[79853] [90mE[39m onBeforeUninstallApp
11:43:14.029 detox[79853] [90mi[39m /usr/bin/xcrun simctl uninstall F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:43:14.030 detox[79853] [90mi[39m Uninstalling com.demo.app...
11:43:14.853 detox[79853] [90mi[39m com.demo.app uninstalled
11:43:14.853 detox[79853] [90mE[39m uninstallApp
11:43:14.854 detox[79853] [90mB[39m selectApp
args: ("default")
11:43:14.855 detox[79853] [90mB[39m terminateApp
args: ()
11:43:14.855 detox[79853] [90mB[39m onBeforeTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:43:14.856 detox[79853] [90mE[39m onBeforeTerminateApp
11:43:14.856 detox[79853] [90mi[39m /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:43:14.856 detox[79853] [90mi[39m Terminating com.demo.app...
11:43:16.498 detox[79853] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:16.499 detox[79853] [90mi[39m Terminating com.demo.app...
11:43:17.081 detox[79853] [90mi[39m "/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
`/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app` (exited with error code 3) (code=3), stdout and stderr:
11:43:17.081 detox[79853] [90mi[39m
11:43:17.081 detox[79853] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:17.081 detox[79853] [90mB[39m onTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:43:17.082 detox[79853] [90mE[39m onTerminateApp
11:43:17.082 detox[79853] [90mE[39m terminateApp
11:43:17.082 detox[79853] [90mE[39m selectApp
11:43:17.083 detox[79853] [90mB[39m installApp
args: ()
11:43:17.084 detox[79853] [90mi[39m /usr/bin/xcrun simctl install F625BBCC-A8B5-449B-9B95-4121686E6DAB "/Users/phuong/Documents/demoAppRN/demo-mobile/ios/build/Build/Products/Debug-iphonesimulator/demoAppRN.app"
11:43:17.084 detox[79853] [90mi[39m Installing /Users/phuong/Documents/demoAppRN/demo-mobile/ios/build/Build/Products/Debug-iphonesimulator/demoAppRN.app...
11:43:18.319 detox[79853] [90mi[39m /Users/phuong/Documents/demoAppRN/demo-mobile/ios/build/Build/Products/Debug-iphonesimulator/demoAppRN.app installed
11:43:18.319 detox[79853] [90mE[39m installApp
11:43:18.320 detox[79853] [90mB[39m selectApp
args: ("default")
11:43:18.320 detox[79853] [90mB[39m terminateApp
args: ()
11:43:18.321 detox[79853] [90mB[39m onBeforeTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:43:18.322 detox[79853] [90mE[39m onBeforeTerminateApp
11:43:18.322 detox[79853] [90mi[39m /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:43:18.322 detox[79853] [90mi[39m Terminating com.demo.app...
11:43:19.964 detox[79853] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:19.966 detox[79853] [90mi[39m Terminating com.demo.app...
11:43:20.548 detox[79853] [90mi[39m "/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
`/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app` (exited with error code 3) (code=3), stdout and stderr:
11:43:20.549 detox[79853] [90mi[39m
11:43:20.549 detox[79853] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:20.549 detox[79853] [90mB[39m onTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:43:20.550 detox[79853] [90mE[39m onTerminateApp
11:43:20.550 detox[79853] [90mE[39m terminateApp
11:43:20.550 detox[79853] [90mE[39m selectApp
11:43:20.550 detox[79853] [90mE[39m set up environment
11:43:21.186 detox[79853] [90mi[39m test.spec.ts is assigned to F625BBCC-A8B5-449B-9B95-4121686E6DAB (iPhone 14 Pro)
11:43:21.189 detox[79853] [90mB[39m run the tests
11:43:21.190 detox[79853] [90mB[39m onRunDescribeStart
args: ({"name":"ROOT_DESCRIBE_BLOCK"})
11:43:21.191 detox[79853] [90mE[39m onRunDescribeStart
11:43:21.191 detox[79853] [90mB[39m Welcome
11:43:21.191 detox[79853] [90mB[39m onRunDescribeStart
args: ({"name":"Welcome"})
11:43:21.191 detox[79853] [90mE[39m onRunDescribeStart
11:43:21.193 detox[79853] [90mB[39m beforeAll
11:43:21.198 detox[79853] [90mB[39m launchApp
args: ()
11:43:21.199 detox[79853] [90mB[39m terminateApp
args: ("com.demo.app")
11:43:21.199 detox[79853] [90mB[39m onBeforeTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:43:21.199 detox[79853] [90mE[39m onBeforeTerminateApp
11:43:21.199 detox[79853] [90mi[39m /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:43:21.199 detox[79853] [90mi[39m Terminating com.demo.app...
11:43:22.740 detox[79853] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:22.748 detox[79853] [90mi[39m Terminating com.demo.app...
11:43:23.300 detox[79853] [90mi[39m "/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
`/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app` (exited with error code 3) (code=3), stdout and stderr:
11:43:23.301 detox[79853] [90mi[39m
11:43:23.301 detox[79853] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:23.301 detox[79853] [90mB[39m onTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:43:23.301 detox[79853] [90mE[39m onTerminateApp
11:43:23.301 detox[79853] [90mE[39m terminateApp
11:43:23.302 detox[79853] [90mB[39m onBeforeLaunchApp
args: ({"bundleId":"com.demo.app","deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","launchArgs":{"detoxServer":"ws://localhost:64113","detoxSessionId":"70b8d329-ffae-84eb-7d51-ccb4135146fe"}})
11:43:23.304 detox[79853] [90mi[39m starting SimulatorLogRecording {
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
bundleId: 'com.demo.app'
}
11:43:23.305 detox[79853] [90mi[39m /usr/bin/xcrun simctl get_app_container F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:43:24.089 detox[79853] [90mi[39m /Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/66836DA1-5C64-45C0-A279-2B892B1F97CF/demoAppRN.app
11:43:24.092 detox[79853] [90mi[39m /usr/bin/xcrun simctl spawn F625BBCC-A8B5-449B-9B95-4121686E6DAB log stream --level debug --style compact --predicate "processImagePath beginsWith \"/Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/66836DA1-5C64-45C0-A279-2B892B1F97CF/demoAppRN.app\""
11:43:24.144 detox[79853] [90mE[39m onBeforeLaunchApp
11:43:24.146 detox[79853] [90mi[39m SIMCTL_CHILD_GULGeneratedClassDisposeDisabled=YES SIMCTL_CHILD_DYLD_INSERT_LIBRARIES="/Users/phuong/Library/Detox/ios/b2e26ace80a15c757184183e48f895b1414b8264/Detox.framework/Detox" /usr/bin/xcrun simctl launch F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app --args -detoxServer ws://localhost:64113 -detoxSessionId 70b8d329-ffae-84eb-7d51-ccb4135146fe -detoxDisableHierarchyDump YES
11:43:24.146 detox[79853] [90mi[39m Launching com.demo.app...
11:43:24.789 detox[79853] [90mi[39m com.demo.app: 80014
11:43:24.790 detox[79853] [90mi[39m /usr/bin/xcrun simctl get_app_container F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:43:25.840 detox[79853] [90mi[39m /Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/66836DA1-5C64-45C0-A279-2B892B1F97CF/demoAppRN.app
11:43:25.891 detox[79853] [90mi[39m com.demo.app launched. To watch simulator logs, run:
/usr/bin/xcrun simctl spawn F625BBCC-A8B5-449B-9B95-4121686E6DAB log stream --level debug --style compact --predicate 'process == "demoAppRN"'
11:43:25.894 detox[79853] [90mB[39m onLaunchApp
args: ({"bundleId":"com.demo.app","deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","launchArgs":{"detoxServer":"ws://localhost:64113","detoxSessionId":"70b8d329-ffae-84eb-7d51-ccb4135146fe","detoxDisableHierarchyDump":"YES"},"pid":80014})
11:43:25.895 detox[79853] [90mE[39m onLaunchApp
11:43:31.585 detox[79547] [90mB[39m connection :64113<->:64499
11:43:33.239 detox[79547] [90mi[39m get
data: {"params":{"sessionId":"70b8d329-ffae-84eb-7d51-ccb4135146fe","role":"app"},"messageId":0,"type":"login"}
11:43:33.246 detox[79547] [90mi[39m send
data: {
"params": {
"testerConnected": true,
"appConnected": true
},
"messageId": 0,
"type": "loginSuccess"
}
11:43:33.248 detox[79547] [90mi[39m app joined session 70b8d329-ffae-84eb-7d51-ccb4135146fe
11:43:33.249 detox[79547] [90mi[39m send
data: {
"type": "appConnected"
}
11:43:33.286 detox[79853] [90mi[39m get message
data: {"type":"appConnected"}
11:43:33.303 detox[79853] [90mi[39m send message
data: {"type":"isReady","params":{},"messageId":-1000}
11:43:33.310 detox[79547] [90mi[39m get
data: {"type":"isReady","params":{},"messageId":-1000}
11:43:33.311 detox[79547] [90mi[39m send
data: {
"type": "isReady",
"params": {},
"messageId": -1000
}
11:43:36.257 detox[79547] [90mi[39m get
data: {"type":"AppWillTerminateWithError","params":{"queueName":"com.apple.main-thread","threadNumber":1,"errorDetails":"Signal 11 was raised\n(\n\t0 Detox 0x000000010e53ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37\n\t1 Detox 0x000000010e53e85c __DTXHandleCrash + 460\n\t2 Detox 0x000000010e53ef9c __DTXHandleSignal + 59\n\t3 libsystem_platform.dylib 0x0000000115c065ed _sigtramp + 29\n\t4 ??? 0x0000000000000000 0x0 + 0\n\t5 DetoxSync 0x000000015f7b6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78\n\t6 DetoxSync 0x000000015f7b443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99\n\t7 DetoxSync 0x000000015f7b44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119\n\t8 DetoxSync 0x000000015f7aa5e9 +[DTXSyncManager trackDisplayLink:name:] + 87\n\t9 DetoxSync 0x000000015f79dff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103\n\t10 demoAppRN 0x0000000102ea7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55\n\t11 demoAppRN 0x0000000102ea6f2c -[REANode markUpdated] + 124\n\t12 demoAppRN 0x0000000102ea6912 -[REANode dangerouslyRescheduleEvaluate] + 146\n\t13 demoAppRN 0x0000000102ea6e29 -[REANode addChild:] + 153\n\t14 demoAppRN 0x0000000102ea91a1 -[REANodesManager connectNodes:childID:] + 1009\n\t15 demoAppRN 0x0000000102ea5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66\n\t16 demoAppRN 0x0000000102ea622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382\n\t17 demoAppRN 0x0000000102ff7386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374\n\t18 demoAppRN 0x0000000102ff7699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393\n\t19 demoAppRN 0x0000000102fffe0a __RCTExecuteOnMainQueue_block_invoke + 26\n\t20 DetoxSync 0x000000015f79f3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23\n\t21 libdispatch.dylib 0x000000011583aa90 _dispatch_call_block_and_release + 12\n\t22 libdispatch.dylib 0x000000011583bd3a _dispatch_client_callout + 8\n\t23 libdispatch.dylib 0x000000011584aac0 _dispatch_main_queue_drain + 1420\n\t24 libdispatch.dylib 0x000000011584a526 _dispatch_main_queue_callback_4CF + 31\n\t25 CoreFoundation 0x0000000114258850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9\n\t26 CoreFoundation 0x000000011425318b __CFRunLoopRun + 2463\n\t27 CoreFoundation 0x0000000114252409 CFRunLoopRunSpecific + 557\n\t28 GraphicsServices 0x0000000120c86187 GSEventRunModal + 137\n\t29 UIKitCore 0x0000000132d953a2 -[UIApplication _run] + 972\n\t30 DetoxSync 0x000000015f7a53a4 __detox_sync_UIApplication_run + 362\n\t31 UIKitCore 0x0000000132d99e10 UIApplicationMain + 123\n\t32 demoAppRN 0x000000010236f690 main + 96\n\t33 dyld 0x000000010e49c3ee start_sim + 10\n\t34 ??? 0x00000002061fb41f 0x0 + 8692675615\n)"},"messageId":-10000}
11:43:36.258 detox[79547] [90mi[39m send
data: {
"type": "AppWillTerminateWithError",
"params": {
"queueName": "com.apple.main-thread",
"threadNumber": 1,
"errorDetails": "Signal 11 was raised\n(\n\t0 Detox 0x000000010e53ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37\n\t1 Detox 0x000000010e53e85c __DTXHandleCrash + 460\n\t2 Detox 0x000000010e53ef9c __DTXHandleSignal + 59\n\t3 libsystem_platform.dylib 0x0000000115c065ed _sigtramp + 29\n\t4 ??? 0x0000000000000000 0x0 + 0\n\t5 DetoxSync 0x000000015f7b6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78\n\t6 DetoxSync 0x000000015f7b443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99\n\t7 DetoxSync 0x000000015f7b44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119\n\t8 DetoxSync 0x000000015f7aa5e9 +[DTXSyncManager trackDisplayLink:name:] + 87\n\t9 DetoxSync 0x000000015f79dff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103\n\t10 demoAppRN 0x0000000102ea7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55\n\t11 demoAppRN 0x0000000102ea6f2c -[REANode markUpdated] + 124\n\t12 demoAppRN 0x0000000102ea6912 -[REANode dangerouslyRescheduleEvaluate] + 146\n\t13 demoAppRN 0x0000000102ea6e29 -[REANode addChild:] + 153\n\t14 demoAppRN 0x0000000102ea91a1 -[REANodesManager connectNodes:childID:] + 1009\n\t15 demoAppRN 0x0000000102ea5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66\n\t16 demoAppRN 0x0000000102ea622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382\n\t17 demoAppRN 0x0000000102ff7386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374\n\t18 demoAppRN 0x0000000102ff7699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393\n\t19 demoAppRN 0x0000000102fffe0a __RCTExecuteOnMainQueue_block_invoke + 26\n\t20 DetoxSync 0x000000015f79f3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23\n\t21 libdispatch.dylib 0x000000011583aa90 _dispatch_call_block_and_release + 12\n\t22 libdispatch.dylib 0x000000011583bd3a _dispatch_client_callout + 8\n\t23 libdispatch.dylib 0x000000011584aac0 _dispatch_main_queue_drain + 1420\n\t24 libdispatch.dylib 0x000000011584a526 _dispatch_main_queue_callback_4CF + 31\n\t25 CoreFoundation 0x0000000114258850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9\n\t26 CoreFoundation 0x000000011425318b __CFRunLoopRun + 2463\n\t27 CoreFoundation 0x0000000114252409 CFRunLoopRunSpecific + 557\n\t28 GraphicsServices 0x0000000120c86187 GSEventRunModal + 137\n\t29 UIKitCore 0x0000000132d953a2 -[UIApplication _run] + 972\n\t30 DetoxSync 0x000000015f7a53a4 __detox_sync_UIApplication_run + 362\n\t31 UIKitCore 0x0000000132d99e10 UIApplicationMain + 123\n\t32 demoAppRN 0x000000010236f690 main + 96\n\t33 dyld 0x000000010e49c3ee start_sim + 10\n\t34 ??? 0x00000002061fb41f 0x0 + 8692675615\n)"
},
"messageId": -10000
}
11:43:36.272 detox[79853] [90mi[39m get message
data: {"type":"AppWillTerminateWithError","params":{"queueName":"com.apple.main-thread","threadNumber":1,"errorDetails":"Signal 11 was raised\n(\n\t0 Detox 0x000000010e53ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37\n\t1 Detox 0x000000010e53e85c __DTXHandleCrash + 460\n\t2 Detox 0x000000010e53ef9c __DTXHandleSignal + 59\n\t3 libsystem_platform.dylib 0x0000000115c065ed _sigtramp + 29\n\t4 ??? 0x0000000000000000 0x0 + 0\n\t5 DetoxSync 0x000000015f7b6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78\n\t6 DetoxSync 0x000000015f7b443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99\n\t7 DetoxSync 0x000000015f7b44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119\n\t8 DetoxSync 0x000000015f7aa5e9 +[DTXSyncManager trackDisplayLink:name:] + 87\n\t9 DetoxSync 0x000000015f79dff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103\n\t10 demoAppRN 0x0000000102ea7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55\n\t11 demoAppRN 0x0000000102ea6f2c -[REANode markUpdated] + 124\n\t12 demoAppRN 0x0000000102ea6912 -[REANode dangerouslyRescheduleEvaluate] + 146\n\t13 demoAppRN 0x0000000102ea6e29 -[REANode addChild:] + 153\n\t14 demoAppRN 0x0000000102ea91a1 -[REANodesManager connectNodes:childID:] + 1009\n\t15 demoAppRN 0x0000000102ea5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66\n\t16 demoAppRN 0x0000000102ea622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382\n\t17 demoAppRN 0x0000000102ff7386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374\n\t18 demoAppRN 0x0000000102ff7699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393\n\t19 demoAppRN 0x0000000102fffe0a __RCTExecuteOnMainQueue_block_invoke + 26\n\t20 DetoxSync 0x000000015f79f3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23\n\t21 libdispatch.dylib 0x000000011583aa90 _dispatch_call_block_and_release + 12\n\t22 libdispatch.dylib 0x000000011583bd3a _dispatch_client_callout + 8\n\t23 libdispatch.dylib 0x000000011584aac0 _dispatch_main_queue_drain + 1420\n\t24 libdispatch.dylib 0x000000011584a526 _dispatch_main_queue_callback_4CF + 31\n\t25 CoreFoundation 0x0000000114258850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9\n\t26 CoreFoundation 0x000000011425318b __CFRunLoopRun + 2463\n\t27 CoreFoundation 0x0000000114252409 CFRunLoopRunSpecific + 557\n\t28 GraphicsServices 0x0000000120c86187 GSEventRunModal + 137\n\t29 UIKitCore 0x0000000132d953a2 -[UIApplication _run] + 972\n\t30 DetoxSync 0x000000015f7a53a4 __detox_sync_UIApplication_run + 362\n\t31 UIKitCore 0x0000000132d99e10 UIApplicationMain + 123\n\t32 demoAppRN 0x000000010236f690 main + 96\n\t33 dyld 0x000000010e49c3ee start_sim + 10\n\t34 ??? 0x00000002061fb41f 0x0 + 8692675615\n)"},"messageId":-10000}
11:43:41.284 detox[79853] [90mB[39m terminateApp
args: ()
11:43:41.286 detox[79853] [90mB[39m onBeforeTerminateApp
args: ({"deviceId":"F625BBCC-A8B5-449B-9B95-4121686E6DAB","bundleId":"com.demo.app"})
11:43:41.289 detox[79853] [90mE[39m onBeforeTerminateApp
11:43:41.290 detox[79853] [90mi[39m /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
11:43:41.291 detox[79853] [90mi[39m Terminating com.demo.app...
11:43:41.318 detox[79547] [90mi[39m app exited session 70b8d329-ffae-84eb-7d51-ccb4135146fe
11:43:41.319 detox[79547] [90mi[39m send
data: {
"type": "appDisconnected"
}
11:43:41.319 detox[79547] [90mE[39m connection :64113<->:64499
11:43:41.320 detox[79853] [90mi[39m get message
data: {"type":"appDisconnected"}
11:43:41.324 detox[79853] [90mE[39m terminateApp
error: The pending request #-1000 ("isReady") has been rejected due to the following error:
The app has crashed, see the details below:
Signal 11 was raised
(
0 Detox 0x000000010e53ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37
1 Detox 0x000000010e53e85c __DTXHandleCrash + 460
2 Detox 0x000000010e53ef9c __DTXHandleSignal + 59
3 libsystem_platform.dylib 0x0000000115c065ed _sigtramp + 29
4 ??? 0x0000000000000000 0x0 + 0
5 DetoxSync 0x000000015f7b6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78
6 DetoxSync 0x000000015f7b443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99
7 DetoxSync 0x000000015f7b44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119
8 DetoxSync 0x000000015f7aa5e9 +[DTXSyncManager trackDisplayLink:name:] + 87
9 DetoxSync 0x000000015f79dff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103
10 demoAppRN 0x0000000102ea7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55
11 demoAppRN 0x0000000102ea6f2c -[REANode markUpdated] + 124
12 demoAppRN 0x0000000102ea6912 -[REANode dangerouslyRescheduleEvaluate] + 146
13 demoAppRN 0x0000000102ea6e29 -[REANode addChild:] + 153
14 demoAppRN 0x0000000102ea91a1 -[REANodesManager connectNodes:childID:] + 1009
15 demoAppRN 0x0000000102ea5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66
16 demoAppRN 0x0000000102ea622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382
17 demoAppRN 0x0000000102ff7386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374
18 demoAppRN 0x0000000102ff7699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393
19 demoAppRN 0x0000000102fffe0a __RCTExecuteOnMainQueue_block_invoke + 26
20 DetoxSync 0x000000015f79f3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23
21 libdispatch.dylib 0x000000011583aa90 _dispatch_call_block_and_release + 12
22 libdispatch.dylib 0x000000011583bd3a _dispatch_client_callout + 8
23 libdispatch.dylib 0x000000011584aac0 _dispatch_main_queue_drain + 1420
24 libdispatch.dylib 0x000000011584a526 _dispatch_main_queue_callback_4CF + 31
25 CoreFoundation 0x0000000114258850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
26 CoreFoundation 0x000000011425318b __CFRunLoopRun + 2463
27 CoreFoundation 0x0000000114252409 CFRunLoopRunSpecific + 557
28 GraphicsServices 0x0000000120c86187 GSEventRunModal + 137
29 UIKitCore 0x0000000132d953a2 -[UIApplication _run] + 972
30 DetoxSync 0x000000015f7a53a4 __detox_sync_UIApplication_run + 362
31 UIKitCore 0x0000000132d99e10 UIApplicationMain + 123
32 demoAppRN 0x000000010236f690 main + 96
33 dyld 0x000000010e49c3ee start_sim + 10
34 ??? 0x00000002061fb41f 0x0 + 8692675615
)
11:43:41.329 detox[79853] [90mB[39m onHookFailure
args: ({"error":{"name":"DetoxRuntimeError"},"hook":"beforeAll"})
11:43:41.329 detox[79853] [90mE[39m onHookFailure
11:43:41.329 detox[79853] [90mE[39m beforeAll
error: The pending request #-1000 ("isReady") has been rejected due to the following error:
The app has crashed, see the details below:
Signal 11 was raised
(
0 Detox 0x000000010e53ba55 +[NSThread(DetoxUtils) dtx_demangledCallStackSymbols] + 37
1 Detox 0x000000010e53e85c __DTXHandleCrash + 460
2 Detox 0x000000010e53ef9c __DTXHandleSignal + 59
3 libsystem_platform.dylib 0x0000000115c065ed _sigtramp + 29
4 ??? 0x0000000000000000 0x0 + 0
5 DetoxSync 0x000000015f7b6b1c -[_DTXTimerTrampoline setDisplayLink:] + 78
6 DetoxSync 0x000000015f7b443b +[DTXTimerSyncResource _timerProxyWithDisplayLink:] + 99
7 DetoxSync 0x000000015f7b44cd +[DTXTimerSyncResource existingTimerProxyWithDisplayLink:create:] + 119
8 DetoxSync 0x000000015f7aa5e9 +[DTXSyncManager trackDisplayLink:name:] + 87
9 DetoxSync 0x000000015f79dff1 -[NSObject(REANodesManagerDTXSpy) __detox_sync_startUpdatingOnAnimationFrame] + 103
10 demoAppRN 0x0000000102ea7c57 -[REANodesManager postRunUpdatesAfterAnimation] + 55
11 demoAppRN 0x0000000102ea6f2c -[REANode markUpdated] + 124
12 demoAppRN 0x0000000102ea6912 -[REANode dangerouslyRescheduleEvaluate] + 146
13 demoAppRN 0x0000000102ea6e29 -[REANode addChild:] + 153
14 demoAppRN 0x0000000102ea91a1 -[REANodesManager connectNodes:childID:] + 1009
15 demoAppRN 0x0000000102ea5342 __35-[REAModule connectNodes:childTag:]_block_invoke + 66
16 demoAppRN 0x0000000102ea622e __42-[REAModule uiManagerWillPerformMounting:]_block_invoke + 382
17 demoAppRN 0x0000000102ff7386 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke + 374
18 demoAppRN 0x0000000102ff7699 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke.498 + 393
19 demoAppRN 0x0000000102fffe0a __RCTExecuteOnMainQueue_block_invoke + 26
20 DetoxSync 0x000000015f79f3b7 ____detox_sync_dispatch_wrapper_block_invoke + 23
21 libdispatch.dylib 0x000000011583aa90 _dispatch_call_block_and_release + 12
22 libdispatch.dylib 0x000000011583bd3a _dispatch_client_callout + 8
23 libdispatch.dylib 0x000000011584aac0 _dispatch_main_queue_drain + 1420
24 libdispatch.dylib 0x000000011584a526 _dispatch_main_queue_callback_4CF + 31
25 CoreFoundation 0x0000000114258850 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
26 CoreFoundation 0x000000011425318b __CFRunLoopRun + 2463
27 CoreFoundation 0x0000000114252409 CFRunLoopRunSpecific + 557
28 GraphicsServices 0x0000000120c86187 GSEventRunModal + 137
29 UIKitCore 0x0000000132d953a2 -[UIApplication _run] + 972
30 DetoxSync 0x000000015f7a53a4 __detox_sync_UIApplication_run + 362
31 UIKitCore 0x0000000132d99e10 UIApplicationMain + 123
32 demoAppRN 0x000000010236f690 main + 96
33 dyld 0x000000010e49c3ee start_sim + 10
34 ??? 0x00000002061fb41f 0x0 + 8692675615
)
11:43:41.331 detox[79853] [90mB[39m I am on Welcome
11:43:41.332 detox[79853] [90mi[39m Welcome: I am on Welcome
11:43:41.342 detox[79853] [90mE[39m I am on Welcome
11:43:41.342 detox[79853] [90mi[39m Welcome: I am on Welcome [FAIL]
11:43:41.344 detox[79853] [90mB[39m onRunDescribeFinish
args: ({"name":"Welcome"})
11:43:41.344 detox[79853] [90mE[39m onRunDescribeFinish
11:43:41.345 detox[79853] [90mE[39m Welcome
11:43:41.345 detox[79853] [90mB[39m onRunDescribeFinish
args: ({"name":"ROOT_DESCRIBE_BLOCK"})
11:43:41.345 detox[79853] [90mE[39m onRunDescribeFinish
11:43:41.345 detox[79853] [90mE[39m run the tests
11:43:41.431 detox[79853] [90mB[39m tear down environment
11:43:41.434 detox[79853] [90mB[39m onBeforeCleanup
args: ()
11:43:41.440 detox[79853] [90mi[39m saving SimulatorLogRecording to: artifacts/ios.sim.debug.2023-10-25 04-42-35Z/F625BBCC-A8B5-449B-9B95-4121686E6DAB 2023-10-25 04-43-41Z.startup.log
11:43:41.441 detox[79853] [90mi[39m stopping SimulatorLogRecording
11:43:41.493 detox[79853] [90mi[39m sending SIGINT to: /usr/bin/xcrun simctl spawn F625BBCC-A8B5-449B-9B95-4121686E6DAB log stream --level debug --style compact --predicate processImagePath beginsWith "/Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/66836DA1-5C64-45C0-A279-2B892B1F97CF/demoAppRN.app"
11:43:41.501 detox[79853] [90mi[39m /usr/bin/xcrun simctl spawn F625BBCC-A8B5-449B-9B95-4121686E6DAB log stream --level debug --style compact --predicate "processImagePath beginsWith \"/Users/phuong/Library/Developer/CoreSimulator/Devices/F625BBCC-A8B5-449B-9B95-4121686E6DAB/data/Containers/Bundle/Application/66836DA1-5C64-45C0-A279-2B892B1F97CF/demoAppRN.app\"" exited with code #0
11:43:41.503 detox[79853] [90mi[39m moving "/private/var/folders/bv/xg_7bpmn7wz7mbypd1x4k3hh0000gp/T/d9e6c066-69e9-481e-a229-5c36a0908c33.detox.log" to artifacts/ios.sim.debug.2023-10-25 04-42-35Z/F625BBCC-A8B5-449B-9B95-4121686E6DAB 2023-10-25 04-43-41Z.startup.log
11:43:41.515 detox[79853] [90mi[39m saving FileArtifact to: artifacts/ios.sim.debug.2023-10-25 04-42-35Z/detox_pid_79853.json.log { append: true }
11:43:41.516 detox[79853] [90mi[39m saving FileArtifact to: artifacts/ios.sim.debug.2023-10-25 04-42-35Z/detox_pid_79853.log { append: true }
11:43:41.516 detox[79853] [90mE[39m onBeforeCleanup
11:43:41.523 detox[79547] [90mi[39m tester exited session 70b8d329-ffae-84eb-7d51-ccb4135146fe
11:43:41.524 detox[79547] [90mE[39m connection :64113<->:64373
11:43:41.525 detox[79853] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : deallocateDevice , {
deviceCookie: {
id: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
type: 'ios.simulator'
}
}
11:43:41.527 detox[79547] [90mi[39m received event of : deallocateDevice {
deviceCookie: {
id: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
udid: 'F625BBCC-A8B5-449B-9B95-4121686E6DAB',
type: 'ios.simulator'
}
}
11:43:41.528 detox[79547] [90mB[39m free: F625BBCC-A8B5-449B-9B95-4121686E6DAB
data: {}
11:43:41.530 detox[79547] [90mE[39m free: F625BBCC-A8B5-449B-9B95-4121686E6DAB
11:43:41.530 detox[79547] [90mi[39m dispatching event to socket : deallocateDeviceDone {}
11:43:41.530 detox[79853] [90mi[39m ## received events ##
11:43:41.531 detox[79853] [90mi[39m detected event deallocateDeviceDone {}
11:43:41.531 detox[79853] [90mE[39m tear down environment
11:43:41.531 detox[79853] [90mE[39m e2e/spec/welcome/test.spec.ts
11:43:41.635 detox[79853] [90mi[39m dispatching event to primary-79547 /tmp/detox.primary-79547 : reportTestResults , {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
testExecError: undefined,
isPermanentFailure: false
}
]
}
11:43:41.637 detox[79547] [90mi[39m received event of : reportTestResults {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
]
}
11:43:41.639 detox[79547] [90mi[39m dispatching event to socket : reportTestResultsDone {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
]
}
11:43:41.640 detox[79547] [90mi[39m broadcasting event to all known sockets listening to /tmp/detox.primary-79547 : sessionStateUpdate {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
]
}
11:43:41.640 detox[79853] [90mi[39m ## received events ##
11:43:41.640 detox[79853] [90mi[39m detected event reportTestResultsDone {
testResults: [
{
success: false,
testFilePath: '/Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts',
isPermanentFailure: false
}
]
}
11:43:41.651 detox[79853] [90mi[39m connection closed primary-79547 /tmp/detox.primary-79547 0 tries remaining of 0
11:43:41.651 detox[79853] [90mi[39m secondary-79853 exceeded connection rety amount of or stopRetrying flag set.
11:43:41.652 detox[79547] [90mi[39m socket disconnected secondary-79853
11:43:42.661 detox[79853] [90mi[39m Jest did not exit one second after the test run has completed.
'This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue.
11:43:42.939 detox[79853] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:42.939 detox[79853] [90mi[39m Terminating com.demo.app...
11:43:43.515 detox[79853] [90mi[39m "/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app" failed with error = ChildProcessError: Command failed: /usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
`/usr/bin/xcrun simctl terminate F625BBCC-A8B5-449B-9B95-4121686E6DAB com.demo.app` (exited with error code 3) (code=3), stdout and stderr:
11:43:43.515 detox[79853] [90mi[39m
11:43:43.515 detox[79853] [90mi[39m An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=3):
Simulator device returned an error for the requested operation.
found nothing to terminate
Underlying error (domain=NSPOSIXErrorDomain, code=3):
The request to terminate "com.demo.app" failed. found nothing to terminate
found nothing to terminate
11:43:43.515 detox[79853] [90mE[39m launchApp
11:43:43.558 detox[79547] [90mE[39m Command failed with exit code = 1:
jest --config e2e/jest.e2e.config.js -w 1 /Users/phuong/Documents/demoAppRN/demo-mobile/e2e/spec/welcome/test.spec.ts
11:43:43.559 detox[79547] [90mB[39m cleanup
args: ()
11:43:43.561 detox[79547] [90mE[39m cleanup
11:43:43.562 detox[79547] [90mi[39m Detox server has been closed gracefully
11:43:43.566 detox[79547] [90mE[39m node_modules/.bin/detox test --configuration ios.sim.debug -w 1 --record-logs all
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this repository, read this discussion.
I got the same error, has anyone find a solution to this fix?
my setups:
- React Native 0.63.3
- Detox 20.17.0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this repository, read this discussion.