vote up 0 vote down star

Hello,

Today has been a headache - first my upgrade to xcode 3.1.3 trashed all my certs/provisions. After two attempts, I got them fixed.

Now, I'm dealing with the issue in the subject, no console output. Absolutlely nothing is getting printed to the console - No startup info, not when I "print" a variable from xcode when stopped on a breakpoint, not NSLog() either.

Nothing.

I've restarted my Mac, restarted Xcode, etc. I've made it so clears the console and opens it on project build. I had GDB log to a file, and that works, so the plumbing is cool. Its just the console itself is dead.

Image: (and this is after attempting to print the contents of a variable while the app is running) http://mr-sk.com/iphone/screen-capture-2.png

It doesn't seem to matter if I'm on the device or the simulator ...

Thanks for any help,

  • sk
flag

33% accept rate
4  
File a bug report with apple - XCode 3.1.3 is considered pre-release software as of now and is under NDA – zPesk May 10 at 2:40
Filed a bug report. – mr-sk May 10 at 2:49
Do you see anything in the gdb output window rather than the console window? – Roger Nolan May 10 at 7:41
Yes, I have TONS of data coming into the gdb.log file - almost too much to make much sense of it all. – mr-sk May 11 at 0:45

3 Answers

vote up 0 vote down

Thanks zPesk.

link|flag
vote up 0 vote down

That looks like the split bar is pinned all the way to the right side. Look for the dimple and drag it back toward the right.

link|flag
I wish. I read your comment and was ready to kick myself in the butt, but when I tried to fix it, it didn't work. Damn - that' would have been a great save ... – mr-sk May 10 at 4:33
Well, the view geometry is clearly screwed up. Try deleting your .perspective and .mode* files from your .xcodeproject/ wrapper. – cdespinosa May 10 at 19:21
Very cool - wasn't aware of those files/configurations. I fixed this by creating a new project and moving all my files into it. Kind of a pain, but it works again. – mr-sk May 11 at 0:46
vote up 0 vote down

I'd also try asking in the iPhone developers portal forum, since you can ask about beta versions of stuff there...

link|flag
I did, I posted on their forum as well. Thank you. – mr-sk May 11 at 0:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.