Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8273941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:36:12+00:00 2026-06-08T07:36:12+00:00

I have to programmatically terminate (not forcibly) an application from my Cocoa code. Actually,

  • 0

I have to programmatically terminate (not forcibly) an application from my Cocoa code.

Actually, here’s what it looks like:

-(BOOL) terminateAppWithBundle:(NSString*)bundle {
    NSArray* array = [NSRunningApplication runningApplicationsWithBundleIdentifier:bundle];
    if ([array count] > 0){        
        NSRunningApplication* app = (NSRunningApplication*)[array objectAtIndex:0];
        [array makeObjectsPerformSelector:@selector(terminate)];
        float time = 0;
        while (!app.isTerminated){
            [NSThread sleepForTimeInterval:0.2];
            time += 0.2;
            if (time >= 15){
                return NO;
            }
        }
    }
    return YES;
}

It works very well… but only on Snow Leopard and Lion.
On Leopard (which i would like to support) the application crashes on start with this error message:

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Symbol not found: _OBJC_CLASS_$_NSRunningApplication

I guess it’s because NSRunningApplication is not part of the 10.5 SDK… how can i do the same without using that class?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T07:36:13+00:00Added an answer on June 8, 2026 at 7:36 am

    Solved by myself with AppleScript:

    -(BOOL) terminateiTunes {
        NSAppleScript *closeiTunes = [[NSAppleScript alloc] initWithSource:@"tell application \"iTunes\" to quit"];
        [closeXcode executeAndReturnError:nil];
        return YES;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have my ipad code created programmatically not using nib.I converted my ipad app
I would like to have a LinkButton programmatically selected. So I have a code
I have some Javascript code that will programmatically register an COM interop assembly by
I have added a UILabel to my view programmatically like this: myLabel = [[UILabel
I have a textField in my application which will be initiated programmatically (textField.setText() )
I have a combobox from which i need to programmatically disable items depending on
I have a programmatically generated dijit.form.Select. Unlike most other widgets, the Selects do not
I have to programmatically create a task for a user that was not explicitly
The Linux type is Ubuntu. I have created programmatically through a java application a
I have a programmatically created HTML document on which I would like to show

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.