FROM : patrick machielse
DATE : Wed Dec 15 20:50:06 2004
Op 15-dec-04 om 13:34 heeft Dennis Falling het volgende geschreven:
> It only lists two problems, both of which it says it can ignore:
>
> NSProgressIndicator - NSView's "Hidden" Option will be ignored on Mac
> OS X versions prior to 10.3.
>
> NSTableView - NSTableView's "Use alternating row background" option
> will be ignored on Mac OS X versions prior to 10.3.
>
> Ideas?
> On Dec 14, 2004, at 9:36 PM, Evan Schoenberg wrote:
>
>> Try the Compatibility Checking under File in Interface Builder for
>> the .nib file(s) in question.. my guess is that you've got something
>> in your nib which is 10.3-only.
>>
>> On Dec 14, 2004, at 2:48 PM, Dennis Falling wrote:
>>
>>> I still can't get my app working on Jaguar (10.2.8).
>>>
>>> Console error:
>>> Exception: EXC_BREAKPOINT (0x0006)
>>> Code[0]: 0x00000001Code[1]: 0x97e5497c
>>>
>>> Thread 0 Crashed:
>>> #0 0x97e5497c in _NSRaiseError
>>> #1 0x97e54804 in +[NSException raise:format:]
>>> #2 0x97e00bbc in -[NSObject(NSForwardInvocation) forward::]
>>> #3 0x9068c130 in _objc_msgForward
>>> #4 0x97e2d260 in -[NSSet makeObjectsPerformSelector:]
What kind of exception is raised? -[NSSet makeObjectsPerformSelector:]
will 'raise NSInvalidArgumentException if aSelector is NULL'
Patrick
DATE : Wed Dec 15 20:50:06 2004
Op 15-dec-04 om 13:34 heeft Dennis Falling het volgende geschreven:
> It only lists two problems, both of which it says it can ignore:
>
> NSProgressIndicator - NSView's "Hidden" Option will be ignored on Mac
> OS X versions prior to 10.3.
>
> NSTableView - NSTableView's "Use alternating row background" option
> will be ignored on Mac OS X versions prior to 10.3.
>
> Ideas?
> On Dec 14, 2004, at 9:36 PM, Evan Schoenberg wrote:
>
>> Try the Compatibility Checking under File in Interface Builder for
>> the .nib file(s) in question.. my guess is that you've got something
>> in your nib which is 10.3-only.
>>
>> On Dec 14, 2004, at 2:48 PM, Dennis Falling wrote:
>>
>>> I still can't get my app working on Jaguar (10.2.8).
>>>
>>> Console error:
>>> Exception: EXC_BREAKPOINT (0x0006)
>>> Code[0]: 0x00000001Code[1]: 0x97e5497c
>>>
>>> Thread 0 Crashed:
>>> #0 0x97e5497c in _NSRaiseError
>>> #1 0x97e54804 in +[NSException raise:format:]
>>> #2 0x97e00bbc in -[NSObject(NSForwardInvocation) forward::]
>>> #3 0x9068c130 in _objc_msgForward
>>> #4 0x97e2d260 in -[NSSet makeObjectsPerformSelector:]
What kind of exception is raised? -[NSSet makeObjectsPerformSelector:]
will 'raise NSInvalidArgumentException if aSelector is NULL'
Patrick
| Related mails | Author | Date |
|---|---|---|
| patrick machielse | Dec 15, 20:50 | |
| Dennis Falling | Dec 16, 04:48 | |
| patrick machielse | Dec 16, 10:41 | |
| Dennis Falling | Dec 16, 16:06 | |
| j o a r | Dec 16, 16:17 | |
| Dennis Falling | Dec 16, 16:44 | |
| j o a r | Dec 16, 16:49 | |
| patrick machielse | Dec 16, 21:05 | |
| Pete Gontier | Dec 16, 21:54 | |
| Dennis Falling | Dec 20, 20:40 |






Cocoa mail archive

