Versioning
Versioning
- Subject: Versioning
- From: vrishba <email@hidden>
- Date: Fri, 2 Jun 2006 02:52:42 -0700 (PDT)
Hello,
I've succesfully compiled an application using XCode
1.5 on osx 10.3.2.
Now i want to make the move to osx 10.4.6 on mac
intel.
So i installed XCode 2.3, and loaded my project.
XCode automatically upgraded the project, and i also
had to do some minor tweaks, but then i got everything
running well on the mac intel.
But now if i make a universal binary of it, and run it
on my previous machine (10.3.2, ppc) the application
won't start, it even doesn't reach the start of main.
I have the very impression that there is a linking
problem.
Now how can i know what the problem is??
There is no error message, and even when i debug the
app using XCode 1.5, i only see this call list:
__dyld_halt
__dyld_link_edit_error
__dyld_load_library_image
__dyld_load_images_libraries
__dyld_load_executable_image
__dyld__dyld_init
I also tried building the app with Deployment target
10.3 in XCode 2.3, but that doesn't make a difference.
I also tried building with *static* standard C
library, no difference either.
Can someone help please?
Thanks,
Vrish
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
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