LMAO
Turns out the afore mentioned lamp wasn’t really a lamp after all!
» The lamp is a lie - My Confined Space: “”
You are currently browsing the PolyMicro Systems weblog archives for August, 2008.
LMAO
Turns out the afore mentioned lamp wasn’t really a lamp after all!
» The lamp is a lie - My Confined Space: “”
Trying to learn how Cocoa bindings work is like trying to learn to tie knots blindfolded. I understand the theory, but the practical application and debugging in my real world application is proving to be very frustrating.
Messages like the contentValues and content bindings need to be bound to the same observable object and unrecognized selector sent to instance 0x16493b40 in the console window are not extremely helpful either.
It would be nice to know which contentValues and content bindings they are talking about and which instance for crying out loud. Which I am almost on the verge of doing.
After playing around for two days in gdb I returned to Xcode to discover the Xcode debugger was having great difficulty syncing up. If I tried to manually sync I would get an error about a dylib not being found (even though it was fine). After trashing prefs and cache files the problem persisted. I switched over to another account and all was well so it had to be something about my home folder.
More poking and prodding was fruitless when it occured to me that .gdbinit might be the culprit. And so it was, moved .gdbinit aside and all is once again well. I will just have to manually source it when I need to use since I can’t see a way to determine if Xcode is loading or not.