Re: Changing Default Device and Sample Rate via Objective C
Re: Changing Default Device and Sample Rate via Objective C
- Subject: Re: Changing Default Device and Sample Rate via Objective C
- From: "René J.V. Bertin" <email@hidden>
- Date: Tue, 02 Oct 2012 15:58:08 +0200
You have the filenames in the file inspector, so in a terminal you could try either
locate <filename>
or
mdfind -name <filename>
And then in XCode, you do a get info (Cmd-i) on the file, and navigate to the containing folder.
(this is the way it'd work in older versions of XCode). If they're header files, you can also add the containing folder to the header include search path via the project or target build settings pane.
In the versions of XCode I know, this is both more intuitive and 'intelligent' than in MSVC O:^)
R.
On Oct 02, 2012, at 15:39, email@hidden wrote:
> Yeah, this is the part I can't seem to figure out. The classes do show up red in the file inspector which I know means they are not found where they are expected. However, I can't seem to figure out how to tell Xcode where to look for them. I tried cmd-option-1 but it doesn't do anything except for flash the View menu briefly. *sigh*
>
> Your help is appreciated.
>
> Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden