Relative Content

Tag Archive for xcode

Can’t see iPhone 16 simulators on Xcode 16.1 beta

I have the latest Xcode 16.1 beta installed. I have the iOS 18.1 installed too. For some reasons, I don’t see any iPhone 16 simulator in Xcode. I tried to install it, but Xcode simply didn’t give me any iPhone 16 selection. The latest I can see is the iPhone 15 simulators.

How to launch Xcode to debug executable from command line

In my previous question, I asked how to debug a C executable which as been compiled with debug symbols without making a project in Xcode. That works well, but it is a bit annoying having to do Debug -> Debug Executable. I found out about the tool xed, which launches a file from the command line in Xcode, but when I do xed <executable name>, I’m not sure how to directly debug it; it seems to me like I still need to go through Debug -> Debug Executable and select the file from the explorer.