Anyone out there successfully using Shark with XCode 3.2.6? Even creating something simple like:
and compiling it with "g++ -g something.C"... running it and trying to sample it with Shark is not working.... It just shows up with "Unknown Library" and unreadable symbols.
Any ideas?
Alternatively... anyone have a link for downloading XCode 3.2.5? I can't find a link for it anymore (damn you Apple!).
Code:
int main()
{
int i=0;
for(;;)
i++;
}
and compiling it with "g++ -g something.C"... running it and trying to sample it with Shark is not working.... It just shows up with "Unknown Library" and unreadable symbols.
Any ideas?
Alternatively... anyone have a link for downloading XCode 3.2.5? I can't find a link for it anymore (damn you Apple!).