Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: the platform is not currently connected

Tags:

c

xcode

apple-m1

I get this error when I build my console application (C language) in Xcode.

Could not launch “teszt”
Domain: IDEDebugSessionErrorDomain
Code: 3
Failure Reason: the platform is not currently connected
User Info: {
    DVTErrorCreationDateKey = "2022-11-02 18:46:50 +0000";
    DVTRadarComponentKey = 855031;
    IDERunOperationFailingWorker = DBGLLDBLauncher;
    RawUnderlyingErrorMessage = "the platform is not currently connected";
}

I don't really know how to move forward. I tried to read after but I couldn't find any concrete solution.

like image 736
Nandor Dukat Avatar asked Oct 31 '25 06:10

Nandor Dukat


1 Answers

In my case problem was that Xcode was started in Rosetta mode. I turned off Rosetta mode and everything became fine

like image 160
Alexey Lysenko Avatar answered Nov 03 '25 01:11

Alexey Lysenko