WDA installs on real device but Tests hang

Hi,
Very sorry if this isn’t the right place for this;
but I have two iPhone 14 (os 16.6) where I can build the WDA sucessfully and install it on both of them but the tests seems to hang and I am not sure why, I tried my best to follow the full manual part of this tutorial
Like I said the build succeed, and here are the terminal log (xcode 15.01):

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Prepare packages

ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'WebDriverAgentRunner' in project 'WebDriverAgent'
        ➜ Explicit dependency on target 'WebDriverAgentLib' in project 'WebDriverAgent'
    Target 'WebDriverAgentLib' in project 'WebDriverAgent' (no dependencies)

GatherProvisioningInputs

CreateBuildDescription

ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk /Users/builduser/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-1e1d10ddc0bdcd738a98873f48b793a5.sdkstatcache
    cd /Users/builduser/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -o /Users/builduser/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.0-21A326-1e1d10ddc0bdcd738a98873f48b793a5.sdkstatcache

Testing started
2024-01-08 14:39:59.249764-0500 WebDriverAgentRunner-Runner[9501:11782632] [Default] Running tests...
Test Suite 'All tests' started at 2024-01-08 14:39:59.640.
Test Suite 'WebDriverAgentRunner.xctest' started at 2024-01-08 14:39:59.640.
Test Suite 'UITestingUITests' started at 2024-01-08 14:39:59.641.
    t =      nans Suite Set Up
2024-01-08 14:39:59.660805-0500 WebDriverAgentRunner-Runner[9501:11782632] [User Defaults] Couldn't write values for keys (
    KeyboardAutocorrection
) in CFPrefsPlistSource<0x28382dd00> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2024-01-08 14:39:59.661494-0500 WebDriverAgentRunner-Runner[9501:11782632] [User Defaults] Couldn't write values for keys (
    "KeyboardAutocorrection_changedAt"
) in CFPrefsPlistSource<0x28382dd00> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2024-01-08 14:39:59.661857-0500 WebDriverAgentRunner-Runner[9501:11782632] [User Defaults] Couldn't write values for keys (
    "KeyboardAutocorrection_buildAtChange"
) in CFPrefsPlistSource<0x28382dd00> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2024-01-08 14:39:59.662196-0500 WebDriverAgentRunner-Runner[9501:11782632] [User Defaults] Couldn't write values for keys (
    "KeyboardAutocorrection_previousValue"
) in CFPrefsPlistSource<0x28382dd00> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2024-01-08 14:39:59.662543-0500 WebDriverAgentRunner-Runner[9501:11782632] [User Defaults] Couldn't write values for keys (
    "KeyboardAutocorrection_analyzedAt"
) in CFPrefsPlistSource<0x28382dd00> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2024-01-08 14:39:59.670971-0500 WebDriverAgentRunner-Runner[9501:11782632] [User Defaults] Couldn't write values for keys (
    KeyboardPrediction
) in CFPrefsPlistSource<0x28382dd00> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2024-01-08 14:39:59.671333-0500 WebDriverAgentRunner-Runner[9501:11782632] [User Defaults] Couldn't write values for keys (
    KeyboardShowPredictionBar
) in CFPrefsPlistSource<0x28382dd00> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2024-01-08 14:39:59.671674-0500 WebDriverAgentRunner-Runner[9501:11782632] [User Defaults] Couldn't write values for keys (
    DidShowGestureKeyboardIntroduction
) in CFPrefsPlistSource<0x28382dd00> (Domain: com.apple.keyboard.preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
Test Case '-[UITestingUITests testRunner]' started.
    t =     0.00s Start Test at 2024-01-08 14:39:59.677
    t =     0.00s Set Up
2024-01-08 14:39:59.678026-0500 WebDriverAgentRunner-Runner[9501:11782632] Built at Dec 18 2023 16:53:03
2024-01-08 14:39:59.685274-0500 WebDriverAgentRunner-Runner[9501:11782632] ServerURLHere->http://192.168.33.251:8100<-ServerURLHere

Nothing more after the ServerURLHere.