I up to date Xcode to model 16.3, and my gadget has model 18.4 (I might run apps earlier than updating Xcode). Now I am unable to run the app on my bodily gadget, I can solely run it on simulators.
I get this error:
Unable to discover a legitimate DDI for the iOS platform. Run ‘devicectl checklist preferredDDI’ from the command line to get extra particulars on why no legitimate DDI might be discovered.
After I do the command line xcrun devicectl checklist preferredDDI
, I get Host CoreDevice model: 443.19
I attempted with xcrun devicectl handle ddis replace
and I get errors:
ERROR: Didn't replace developer disk photos on the host. (com.apple.dt.CoreDeviceError error 12010 (0x2EEA))
--------------------------------------------------------------------------------
ERROR: Request to replace the host's developer disk photos failed. (com.apple.dt.CoreDeviceError error 12013 (0x2EED))
--------------------------------------------------------------------------------
ERROR: Didn't replace developer disk photos on the host. (com.apple.dt.CoreDeviceError error 12010 (0x2EEA))
--------------------------------------------------------------------------------
ERROR: Failed to repeat a developer disk picture to the underlying system. (com.apple.dt.CoreDeviceError error 12009 (0x2EE9))
DeveloperDiskImageInstallLocation = file:///Library/Developer/DeveloperDiskImages_EFFE28BC-329E-4D38-9865-267F6BFA8461.staged/
NSURL = file:///Library/Developer/CoreDevice/CandidateDDIs/tvOS_DDI.dmg
--------------------------------------------------------------------------------
ERROR: The operation couldn’t be accomplished. (POSIX error -1 - Unknown error: -1) (NSPOSIXErrorDomain error -1 (0xFFFFFFFF))
--------------------------------------------------------------------------------
How can I remedy it?