Re: Standard C++
Re: Standard C++
- Subject: Re: Standard C++
- From: Dan Korn <email@hidden>
- Date: Mon, 17 Mar 2008 13:53:12 -0500
On Mar 17, 2008, at 12:56 PM, Paulo Ferreira wrote:
When click 'Build', nothing seems to happen. When I am in the
'project manager', crtl+click in my file, and click in the 'compile'
option, nothing seems to happen!
Go into your Xcode preferences, on the "Building" tab, under "Build
Results Window," and change "Open during builds" to "Always." I'm not
sure why this isn't the default.
Oh, and while you're in the Preferences, I also recommend going to the
"Debugging" tab and UN-checking "Load symbols lazily."
So, my first, and stupid, question is: Where Xcode saves my compile
file? or Am I doing the wrong procedure?
By default, there will be a "build" folder in the same location as
your .xcodeproj bundle (project "file"). Under there will be a folder
with the name of the Configuration you're building, which should
contain your built executable, if the build was successful. For more
info:
<http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/05_07_bs_building_product/chapter_35_section_2.html
>
Dan
(fellow relative newbie)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Standard C++ (From: Paulo Ferreira <email@hidden>) |