Entries tagged "Cocoa"

dyld: Symbol not found: _OBJC_CLASS_$_NSAttributedString

06 dec 2011

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...

MiniTune 1.02 released

25 may 2011

Yesterday MiniTune 1.02 was released to the Apple App Store....

XCode: Archive validation fails

13 may 2011

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.

defaultInputDeviceWithMediaType: QTMediaTypeVideo is always nil!

17 apr 2011

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....

Cocoa: All Apps That Are Browsers

02 apr 2011

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....