Need help resolving ‘No such file or directory’ error message during iOS build

Hello,

I am encountering the following error message while trying to build my project using Unreal Engine for iOS:

LogPlayLevel: UAT: ********** STAGE COMMAND COMPLETED **********
LogPlayLevel: UAT: ********** DEPLOY COMMAND STARTED **********
LogPlayLevel: UAT: Running: /Users/Shared/Epic Games/UE_5.3/Engine/Extras/ThirdPartyNotUE/libimobiledevice/Mac/ideviceinstaller -u 00008110-0018191A3443401E -i “/Users/AM2170/Documents/Unreal Projects/MyProject3/Saved/StagedBuilds/IOS/MyProject3-IOS-Shipping.app”
LogPlayLevel: Error: UAT: ERROR: stat: /Users/AM2170/Documents/Unreal Projects/MyProject3/Saved/StagedBuilds/IOS/MyProject3-IOS-Shipping.app: No such file or directory
LogPlayLevel: UAT: Took 0.52s to run ideviceinstaller, ExitCode=255
LogPlayLevel: UAT: Command failed (Result:255): /Users/Shared/Epic Games/UE_5.3/Engine/Extras/ThirdPartyNotUE/libimobiledevice/Mac/ideviceinstaller -u 00008110-0018191A3443401E -i “/Users/AM2170/Documents/Unreal Projects/MyProject3/Saved/StagedBuilds/IOS/MyProject3-IOS-Shipping.app”. See logfile for details: ‘ideviceinstaller-2024.01.22-14.03.01.txt’
LogPlayLevel: UAT: AutomationTool executed for 0h 2m 5s
LogPlayLevel: UAT: AutomationTool exiting with ExitCode=255 (255)
LogPlayLevel: Completed Launch On Stage: Deploy Task, Time: 49.398755
LogPlayLevel: Error: UAT: RunUAT ERROR: AutomationTool was unable to run successfully. Exited with code: 255
PackagingResults: Error: 起動に失敗しました! Unknown Error

This error message indicates that the specified path does not exist. I have tried the following steps to resolve the issue:

Double-checked the accuracy of the path to ensure there are no typos or errors.
Verified that the file or directory actually exists at the specified location. Upon manual inspection, it was confirmed that the file is indeed missing.

However, the problem persists even after attempting the above steps. I am seeking further assistance to determine what might be the missing piece in this puzzle.

Any experienced developers who have encountered a similar issue and can provide guidance on resolving this error message would be greatly appreciated. The Unreal Engine version is [5.3.2], and the Mac OS version is [12.7.2].
Thank you.

Hi did you solve this? I have the same problem