How to fix iOS "ERROR: Command failed (Result:-532462766)"

I am trying to launch my test game on my iPhone6s but am getting the error below. I believe it has something to do with the line “ERROR: Command failed (Result:-532462766)” but I cannot figure it out. I have looked online and some people state to download iTunes only from the iTunes site but when I try, then Unreal won’t recognize my phone and won’t list it as a launch options and state that iTunes is not installed and also states “Platform SDK Missing”. But when I install iTunes from the Windows store, it allows me to launch to my phone but then the below error occurs.

Can anyone help me figure this out?

LogPlayLevel: Unhandled Exception: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:41000
LogPlayLevel: at DeploymentServer.Program.GetServiceClient(String LocalCommand) in D:\Build++UE4\Sync\Engine\Saved\CsTools\Engine\Source\Programs\IOS\DeploymentServer\Program.cs:line 717
LogPlayLevel: at DeploymentServer.Program.ClientLoop(String[] Args, String LocalCommand) in D:\Build++UE4\Sync\Engine\Saved\CsTools\Engine\Source\Programs\IOS\DeploymentServer\Program.cs:line 1012
LogPlayLevel: at DeploymentServer.Program.Main(String[] Args) in D:\Build++UE4\Sync\Engine\Saved\CsTools\Engine\Source\Programs\IOS\DeploymentServer\Program.cs:line 1158
LogPlayLevel: Took 53.1023828s to run DeploymentServer.exe, ExitCode=-532462766
LogPlayLevel: Error: ERROR: Command failed (Result:-532462766): C:\Program Files\Epic Games\UE_4.22\Engine\Binaries\DotNET\IOS\DeploymentServer.exe Install -ipa “C:\Users\Desktop\Everything\Unreal Projects\iOSQuickStart\Binaries\IOS\iOSQuickStart.ipa” -device All_iOS_On_DESKTOP-1DTJ7UE -additionalcommandline “-SessionId=C6AB4FCF475FC051BA614B9781662EFA
-SessionOwner=”" -SessionName=“Launch On Device” ". See logfile for details: ‘DeploymentServer-2021.02.18-15.47.13.txt’
LogPlayLevel: (see C:\Users\AppData\Roaming\Unreal Engine\AutomationTool\Logs\C+Program+Files+Epic+Games+UE_4.22\Log.txt for full exception trace)
LogPlayLevel: AutomationTool exiting with ExitCode=-532462766 (-532462766)
LogPlayLevel: Completed Launch On Stage: Deploy Task, Time: 115.979631
LogPlayLevel: BUILD FAILED
PackagingResults: Error: Deployment failed! Unknown Error

@anonymous_user_6ef0488a1 I am running into the same error. Has this been resolved somewhere?