Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Fenrir

macrumors newbie
Original poster
Mar 15, 2007
5
0
I built an application in Xcode with C++ and Objective C on a mac running OSX 10.4.8. Now I'm trying to get that application running on another mac. I've copied over the entire directory structure for my project. When I try to run the application on the new mac, the program immediately shuts down. An icon begins to appear in the task bar, but the program quits and that disappears. The mac I'm trying to move the program to is running 10.4.9. Any ideas on what could be going on here?
 

mduser63

macrumors 68040
Nov 9, 2004
3,042
31
Salt Lake City, UT
Did you build it using the Debug configuration? If so, you'll need to switch to Release mode, because Debug by default uses Zerolink. Executables built with Zerolink won't run when transferred to another computer.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.