NSTextField Cross-Compiling Issues.
NSTextField Cross-Compiling Issues.
- Subject: NSTextField Cross-Compiling Issues.
- From: "Huyler, Christopher M" <email@hidden>
- Date: Fri, 19 Mar 2004 17:36:51 -0500
- Thread-topic: NSTextField Cross-Compiling Issues.
We currently have a G5 running Mac OS X 10.3.2 and Xcode 1.1. When I
installed Xcode I chose to install all the SDKs. I created a new
project and followed the instructions on developer.apple.com to
configure my project to support Mac OS X 10.2. I set the "target SDK"
for the project to "MacOSX10.2.7" and set "Mac OS X Deployment Target"
to "Mac OS X 10.2". I developed an interface using Interface Builder
and I used the Compatibility Checking feature to make sure it would work
on 10.2.
After I built the project, I ran some tests on 10.3.2 and everything
worked fine. Then I copied the application to a 10.2.0 and everything
worked fine there too. Then, I copied it to a 10.2.8 machine and
everything appeared to work alright until I tried to right-click and
paste some information into a text field. I got the resulting crash log
below. Could you tell me what I am doing wrong? It looks like it is
trying to launch the spell checker...I have no idea why. The text field
I am pasting into is only for entering a license key, I don't need spell
checking.
**********
Date/Time: 2004-03-19 09:43:58 -0500
OS Version: 10.2.8 (Build 6R73)
Host: a-d-s-computer.ca.com
Command: AVLicense
PID: 8805
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x7481a36f
Thread 0 Crashed:
#0 0x9024dfdc in _FreeSegGetLength
#1 0x90235d80 in _CSStoreValidateTable
#2 0x90269a6c in _CSStoreValidate
#3 0x9280bb40 in _LSDBStoreCreateFromFile
#4 0x9280be68 in _LSDatabaseCreate
#5 0x9280c420 in _LSContextInit
#6 0x92804cc0 in LSOpenFromURLSpec
#7 0x931a98d8 in -[NSWorkspace
_openFile:withApplication:as
Service:andWait:andDeactivate:]
#8 0x931a99c0 in -[NSWorkspace _launch
Service:andWait:]
#9 0x931a9b40 in -[NSApplication(NSServicesMenuPrivate)
_launchSpellChecker:]
#10 0x931ad5b8 in -[NSSpellChecker
_chosenSpellServer:launchIfNecessary:]
#11 0x931adc98 in -[NSSpellChecker guessesForWord:]
#12 0x931ace3c in -[NSTextView _spellingGuessesForRange:]
#13 0x931aca88 in -[NSTextView menuForEvent:]
#14 0x9334f810 in -[NSView rightMouseDown:]
#15 0x93327110 in -[NSTextView rightMouseDown:]
#16 0x930c1694 in -[NSWindow sendEvent:]
#17 0x930a8e20 in -[NSApplication sendEvent:]
#18 0x930b1dac in -[NSApplication run]
#19 0x9315fc58 in NSApplicationMain
#20 0x00006f80 in _start (crt.c:267)
#21 0x00006e00 in start
PPC Thread State:
srr0: 0x9024dfdc srr1: 0x0000d030 vrsave: 0x00000000
xer: 0x00000000 lr: 0x90235e78 ctr: 0x90000ee0 mq: 0x00000000
r0: 0x90235d80 r1: 0xbfffe480 r2: 0x28008246 r3: 0x01546000
r4: 0x732d436f r5: 0xbfffe4c0 r6: 0xbfffe4d0 r7: 0xbfffe4d4
r8: 0x65206174 r9: 0x00000000 r10: 0x00000001 r11: 0xa02218b0
r12: 0x90000ee0 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
r20: 0x00000000 r21: 0x00000000 r22: 0x00000001 r23: 0x00000000
r24: 0x0150e0f0 r25: 0x00000001 r26: 0x67653031 r27: 0x00000000
r28: 0x01543144 r29: 0x01546000 r30: 0x732d436f r31: 0x90235be8
--
Christopher Huyler
Computer Associates Intl.
mailto:email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.