Running app on another computer

Hi,
I’ve been AppleScripting for a while but I’m new to X code. When I create an application it runs fine on the computer it was created on but when I transfer it to another computer, it doesn’t run. It looks like it tries to initiate but then quits. Is there a step I’m leaving out?

Thanks.
-Rob

Depending on what version of Xcode you have, you’ll probably need to change the Active Build Configuration (under the Project menu) to either Deployment or Release.

That was it!
Thanks, much appriciated.
-Rob

And does that machine have to have Xcode installed for the app to run?

No.

Many thanks for the quick response!
Mike