Where is; How do I get a .exe file from Xcode?
Where is; How do I get a .exe file from Xcode?
If you're asking where you can find the executable you generate in Xcode, it's under the Products folder, you should see a file with a .app extension. Right-Click (or Control-click) and select Show in Finder. That's the equivalent to the .exe file in Windows/DOS
Ah, right. Those don't have any extension and are found here: {project folder}/Build/{release mode}/ and will have the same name as their associated Xcode target.I am looking for the executables that Xcode3 produced that runs on the command line in X11