ml-explore / mlx-swift-examples

Examples using MLX Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

h21k opened this issue · 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)

You can't install a command line tool on iOS. Try the LLMEval application -- that one should work fine.

oh man, thank you! I didn't spot that I selected llm-tool in the top bar and wondered why it is required.. thx that worked