Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
I had a same problem. I have Just unchecked: Target-> Edit Scheme -> Run -> Info -> Debug executable.
It works for me.
The other answer (turning off the debugger) worked for me, but the underlying reason for this seemed to be that I was running incompatible Xcode and Swift versions (13.4 and 5.7, respectively). After installing the Swift 5.6 toolchain and switching to it in my project, it worked fine. You can see a compatibility matrix here for Xcode / Swift here: https://developer.apple.com/support/xcode/