I have an application that builds and executes successfully on OS 10.5 and xcode 3.1. However, it crashes on OS 10.6 and xcode 3.2.5 when trying to simulate the interface nib file in interface builder, see crash message below.
Does anyone know how I update an interface builder file to run on the latest OS?
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unlocking Focus on wrong view (<NSMatrix: 0x100549460>), expected <NSView: 0x100530970>'
Does anyone know how I update an interface builder file to run on the latest OS?
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unlocking Focus on wrong view (<NSMatrix: 0x100549460>), expected <NSView: 0x100530970>'