• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Building on 10.4, targeting 10.3.9+ unsuccessful
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building on 10.4, targeting 10.3.9+ unsuccessful


  • Subject: Building on 10.4, targeting 10.3.9+ unsuccessful
  • From: Christopher Ashworth <email@hidden>
  • Date: Mon, 21 Nov 2005 22:56:55 -0500

Hi all,

I am having problems with cross-development that much googling and searching of list archives has failed to resolve.

I am running OS 10.4.3, and using XCode 2.1. (Just downloaded 2.2 to have a go with that, but haven't used it yet.) I have followed all the steps in the Cross-Development Programming Guide, i.e. setting the target SDK to 10.3.9, the deployment target to 10.3, ensured I'm using gcc 4.0, etc.

The application compiles (using the deployment target) without any warnings and runs on my 10.4 system. On a 10.3.9 system it crashes. I have included what I take to be the relevant crash log output below. It crashes at the same place every time.

While trying to fix it, I have also tried:

- disabling prebinding
- setting optimization level to none

Help?

Christopher



==== CRASH LOG EXCERPT:

OS Version:     10.3.9 (Build 7W98)
Report Version: 2

[...snip...]

Exception:  EXC_BREAKPOINT (0x0006)
Code[0]:    0x00000001
Code[1]:    0x9086be80


Thread 0 Crashed:
0 libobjc.A.dylib 0x9086be80 _objc_trap + 0
1 libobjc.A.dylib 0x9086be14 _objc_fatal + 0x48
2 libobjc.A.dylib 0x908629c0 class_initialize + 0x120
3 libobjc.A.dylib 0x90861524 _class_lookupMethodAndLoadCache + 0x84
4 libobjc.A.dylib 0x90861298 objc_msgSend + 0xb8
5 libobjc.A.dylib 0x908629e0 class_initialize + 0x140
6 libobjc.A.dylib 0x90861524 _class_lookupMethodAndLoadCache + 0x84
7 libobjc.A.dylib 0x90861298 objc_msgSend + 0xb8
8 com.figure53.qlab 0x00007998 -[Workspace init] + 0x80
9 com.figure53.qlab 0x0000879c -[WorkspaceDocument makeWindowControllers] + 0x40
10 com.apple.AppKit 0x92fecba4 -[NSDocumentController openUntitledDocumentOfType:display:] + 0x6c
11 com.apple.AppKit 0x92fc068c -[NSDocumentController _openUntitled] + 0x88
12 com.apple.AppKit 0x92f936c0 -[NSApplication _doOpenUntitled] + 0x148
13 com.apple.AppKit 0x92fc090c -[NSApplication (NSAppleEventHandling) _handleAEOpen] + 0xb0
14 com.apple.AppKit 0x92f93998 -[NSApplication (NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 0x78
15 com.apple.Foundation 0x90a7af94 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 0x164
16 com.apple.Foundation 0x90a8182c _NSAppleEventManagerGenericHandler + 0x78
17 com.apple.AE 0x916f4a10 _Z20aeDispatchAppleEventPK6AEDescPS_mPh + 0xd0
18 com.apple.AE 0x916f7858 _Z25dispatchEventAndSendReplyPK6AEDescPS_ + 0x2c
19 com.apple.AE 0x916f4c50 aeProcessAppleEvent + 0x11c
20 com.apple.HIToolbox 0x92974338 AEProcessAppleEvent + 0x3c
21 com.apple.AppKit 0x92e82994 _DPSNextEvent + 0x358
22 com.apple.AppKit 0x92e99240 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
23 com.apple.AppKit 0x92ead5c0 -[NSApplication run] + 0x21c
24 com.apple.AppKit 0x92f69cc4 NSApplicationMain + 0x1d0
25 com.figure53.qlab 0x00005dc4 _start + 0x188 (crt.c:267)
26 com.figure53.qlab 0x00005c38 start + 0x30


[...snip...]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Building on 10.4, targeting 10.3.9+ unsuccessful
      • From: Daniel Jalkut <email@hidden>
  • Prev by Date: Re: otest -- only useful for bundles?
  • Next by Date: Re: Building on 10.4, targeting 10.3.9+ unsuccessful
  • Previous by thread: Re: Simple Icon Composer Question
  • Next by thread: Re: Building on 10.4, targeting 10.3.9+ unsuccessful
  • Index(es):
    • Date
    • Thread