How do you export or release a Mac OS X program made in Xcode? Program does not load on other comput

Posted by SolidSnake4444 on Stack Overflow See other posts from Stack Overflow or by SolidSnake4444
Published on 2010-05-17T18:39:07Z Indexed on 2010/05/17 18:40 UTC
Read the original article Hit count: 214

I made a program in Xcode, being a simple calculator that takes a first number, and a second number, and then either adds,subtracts,multiplies, or divides depending on the radio button. I build and run and the program comes up and works fine. When I went to show my friends on their macs, when you double click on the program the program pops in the tray for like .05 seconds and then disappears and we never can actually run the program. It still works perfect however on my computer.

What am I doing wrong? How can I take the program I made, and run it on different macs? I have the release set to 10.5 but the active SDK to 10.6. It runs in both 10.5 and 10.6 simulators. One friend has 10.6.3 like me and the other has 10.5.x(cant remember the last part).

To get the app, I changed from debug to release and set active SDK to 10.5. Then in the release folder I found the app and sent that over iChat.

I feel this will be a problem in the future if I ever make a legit application to distribute.

Thank you!

© Stack Overflow or respective owner

Related posts about macosx

Related posts about xcode