Entries tagged "Cocoa"
06 dec 2011
dyld: Symbol not found: _OBJC_CLASS_$_NSAttributedString
Updating Xcode seemed to screw up my project (again). Firstly it set the deployment target for Max Astro to iOS 5.0 and I suspect it changed the linker settings for the project as well. At first I didn't notice, after all who runs an iOS 3.1.3 device...
25 may 2011
MiniTune 1.02 released
Yesterday MiniTune 1.02 was released to the Apple App Store....
13 may 2011
XCode: Archive validation fails
If you ever see a message from archive validation that states
Path x in Bom is missing from payload
then you might be about to enter a world of pain that I've just exited from.
17 apr 2011
defaultInputDeviceWithMediaType: QTMediaTypeVideo is always nil!
I've been playing around with the QTKit in Cocoa. I looked at the sample code and bar the usual Quicktime weirdness and some threading nuances it all seemed pretty simple. The sample code ran just fine and thanks to the macam drivers I could use my PSX3 Eye with my Mac....
02 apr 2011
Cocoa: All Apps That Are Browsers
For a little side project (that I abandoned) I needed to find all installed web browsers in OS X. After a little poking about in the API docs I can up with this....