mlx-swift-examples icon indicating copy to clipboard operation
mlx-swift-examples copied to clipboard

llm-tool CoreDevice error (The provided item to be installed is not of a type that CoreDevice recognizes)

Open h21k opened this issue 1 year ago • 0 comments

Hi,

I am at a loss atm. I am getting this error when I try to build the app on my phone.

Failed to install the app on the device.
Domain: com.apple.dt.CoreDeviceError
Code: 3002
Failure Reason: The provided item to be installed is not of a type that CoreDevice recognizes.
User Info: {
    DVTErrorCreationDateKey = "2024-04-26 00:09:50 +0000";
    IDERunOperationFailingWorker = IDEInstallCoreDeviceWorker;
    NSURL = "file:///Users/kenobi/Library/Developer/Xcode/DerivedData/mlx-swift-examples-gdtjcofpcjpxxlawavlgujzucuvq/Build/Products/Release-iphoneos/llm-tool";
}
--
Failed to install the app on the device.
Domain: com.apple.dt.CoreDeviceError
Code: 3002
Failure Reason: The provided item to be installed is not of a type that CoreDevice recognizes.
User Info: {
    IDERunOperationFailingWorker = IDEInstallCoreDeviceWorker;
    NSURL = "file:///Users/kenobi/Library/Developer/Xcode/DerivedData/mlx-swift-examples-gdtjcofpcjpxxlawavlgujzucuvq/Build/Products/Release-iphoneos/llm-tool";
}
--
macOS Version 14.4.1 (Build 23E224)
Xcode 15.3 (22618) (Build 15E204a)

h21k avatar Apr 26 '24 00:04 h21k