Compatibility from Panther to Leopard
Compatibility from Panther to Leopard
- Subject: Compatibility from Panther to Leopard
- From: Kevin Molcard <email@hidden>
- Date: Tue, 14 Apr 2009 16:57:04 +0200
Hi all,
I want to have an application compatible from Panther to Leopard.
I have these settings in my .xcconfig:
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
MACOSX_DEPLOYMENT_TARGET = 10.4
SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk
Unfortunately, it crashes immediately after launch on Panther.
My project xcode 2.4 is compatible so I can easily debug it on Tiger and
Leopard. But I am not able to debug it on Panther because I can't open
the .xcodeproj with xcode 1.5, the latest one on Panther (if I don't
make a mistake).
So I tried to remote debug my app with one Mac on Panther (the remote
host) and one on Leopard. I followed the instruction given on this page
to do my setup:
http://developer.apple.com/documentation/developertools/conceptual/XcodeDebugging/800-Debugging_Programs_Remotely/remote_debugging.html
Now I can launch the app on the remote host via the local debugger but I
can't break and when the app crashes I only see disassembly.
So I have 2 questions:
- Did I forget something which could explain that my app is crashing at
the beginning?
- How can I debug an application on Tiger from a xcode 2.4 compatible
project?
Thanks in advance
--
Kevin Molcard
Sofware Engineer
_______________________________________________
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