How do I quit / exit / stop Xcode Server? Announcing the arrival of Valued Associate #679:...

What font is "z" in "z-score"?

Why are both D and D# fitting into my E minor key?

Compare a given version number in the form major.minor.build.patch and see if one is less than the other

Around usage results

How do I find out the mythology and history of my Fortress?

Is it fair for a professor to grade us on the possession of past papers?

What is the longest distance a player character can jump in one leap?

What is homebrew?

For a new assistant professor in CS, how to build/manage a publication pipeline

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

Where are Serre’s lectures at Collège de France to be found?

How to convince students of the implication truth values?

How do pianists reach extremely loud dynamics?

Why wasn't DOSKEY integrated with COMMAND.COM?

How to react to hostile behavior from a senior developer?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

What is the meaning of the simile “quick as silk”?

Is there such thing as an Availability Group failover trigger?

Is it a good idea to use CNN to classify 1D signal?

Can anything be seen from the center of the Boötes void? How dark would it be?

When a candle burns, why does the top of wick glow if bottom of flame is hottest?

Is CEO the profession with the most psychopaths?

If my PI received research grants from a company to be able to pay my postdoc salary, did I have a potential conflict interest too?

Chinese Seal on silk painting - what does it mean?



How do I quit / exit / stop Xcode Server?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How can I get more info on high-CPU rundll32.exe process?Is there a windows app or simple scripting way to persuade windows to shutdown after a process ends?How to find and stop a process on a MacWindows “Exit Explorer” option missingWhy would Firefox put anything in the clipboard on exit?How to run a MSC file extension using Regedit?How to kill a process that just won't quit (killall -u username included)cmd-Difference between quit and exitHow can I close a process that slows down my computer to a crawl?Stop multiple processes in server





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







16















I have this little hammer up next to volume, power, time, etc. How do I make it go away? The options menu is grayed-out. No menu item to shut it down that I can find.










share|improve this question























  • How the heck did this thing start to begin with? I don't recall having started up XCode Server. And why the heck doesn't it have a quit option?? >:C

    – user124384
    Jan 9 at 21:56


















16















I have this little hammer up next to volume, power, time, etc. How do I make it go away? The options menu is grayed-out. No menu item to shut it down that I can find.










share|improve this question























  • How the heck did this thing start to begin with? I don't recall having started up XCode Server. And why the heck doesn't it have a quit option?? >:C

    – user124384
    Jan 9 at 21:56














16












16








16


1






I have this little hammer up next to volume, power, time, etc. How do I make it go away? The options menu is grayed-out. No menu item to shut it down that I can find.










share|improve this question














I have this little hammer up next to volume, power, time, etc. How do I make it go away? The options menu is grayed-out. No menu item to shut it down that I can find.







process exit






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jun 15 '17 at 4:15









jeffamaphonejeffamaphone

244210




244210













  • How the heck did this thing start to begin with? I don't recall having started up XCode Server. And why the heck doesn't it have a quit option?? >:C

    – user124384
    Jan 9 at 21:56



















  • How the heck did this thing start to begin with? I don't recall having started up XCode Server. And why the heck doesn't it have a quit option?? >:C

    – user124384
    Jan 9 at 21:56

















How the heck did this thing start to begin with? I don't recall having started up XCode Server. And why the heck doesn't it have a quit option?? >:C

– user124384
Jan 9 at 21:56





How the heck did this thing start to begin with? I don't recall having started up XCode Server. And why the heck doesn't it have a quit option?? >:C

– user124384
Jan 9 at 21:56










4 Answers
4






active

oldest

votes


















19














Open "Activity Monitor" App and Just kill "XCode Server Builder" and also has a server you can kill it.



Activity Monitor Screenshot






share|improve this answer

































    7














    Just had this problem, I ran the following command in the terminal to fixed it



    kill $(ps aux | grep 'Xcode' | awk '{print $2}')


    which kills all processes with Xcode in their name.



    Commmand from: https://agilewarrior.wordpress.com/2012/06/28/how-to-kill-xcode-from-the-command-line/






    share|improve this answer



















    • 1





      I don't want to kill the IDE though.

      – jeffamaphone
      Jun 19 '17 at 1:52



















    1














    You can use Activity Monitor app to visualize all your running processes, the select the "Xcode Server" one, and click on the cross icon on the top left. That will kill the process.






    share|improve this answer































      0














      i was killing the process but it was restarting automatically after it, so I opened xcode > preferences > Server and Bots and switched to off:



      server and bots preferences






      share|improve this answer
























        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "3"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1219415%2fhow-do-i-quit-exit-stop-xcode-server%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        19














        Open "Activity Monitor" App and Just kill "XCode Server Builder" and also has a server you can kill it.



        Activity Monitor Screenshot






        share|improve this answer






























          19














          Open "Activity Monitor" App and Just kill "XCode Server Builder" and also has a server you can kill it.



          Activity Monitor Screenshot






          share|improve this answer




























            19












            19








            19







            Open "Activity Monitor" App and Just kill "XCode Server Builder" and also has a server you can kill it.



            Activity Monitor Screenshot






            share|improve this answer















            Open "Activity Monitor" App and Just kill "XCode Server Builder" and also has a server you can kill it.



            Activity Monitor Screenshot







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jan 25 '18 at 5:16









            JonathanDavidArndt

            82741430




            82741430










            answered Jan 9 '18 at 14:14









            hkulekcihkulekci

            29124




            29124

























                7














                Just had this problem, I ran the following command in the terminal to fixed it



                kill $(ps aux | grep 'Xcode' | awk '{print $2}')


                which kills all processes with Xcode in their name.



                Commmand from: https://agilewarrior.wordpress.com/2012/06/28/how-to-kill-xcode-from-the-command-line/






                share|improve this answer



















                • 1





                  I don't want to kill the IDE though.

                  – jeffamaphone
                  Jun 19 '17 at 1:52
















                7














                Just had this problem, I ran the following command in the terminal to fixed it



                kill $(ps aux | grep 'Xcode' | awk '{print $2}')


                which kills all processes with Xcode in their name.



                Commmand from: https://agilewarrior.wordpress.com/2012/06/28/how-to-kill-xcode-from-the-command-line/






                share|improve this answer



















                • 1





                  I don't want to kill the IDE though.

                  – jeffamaphone
                  Jun 19 '17 at 1:52














                7












                7








                7







                Just had this problem, I ran the following command in the terminal to fixed it



                kill $(ps aux | grep 'Xcode' | awk '{print $2}')


                which kills all processes with Xcode in their name.



                Commmand from: https://agilewarrior.wordpress.com/2012/06/28/how-to-kill-xcode-from-the-command-line/






                share|improve this answer













                Just had this problem, I ran the following command in the terminal to fixed it



                kill $(ps aux | grep 'Xcode' | awk '{print $2}')


                which kills all processes with Xcode in their name.



                Commmand from: https://agilewarrior.wordpress.com/2012/06/28/how-to-kill-xcode-from-the-command-line/







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 15 '17 at 15:55









                tetratunatetratuna

                711




                711








                • 1





                  I don't want to kill the IDE though.

                  – jeffamaphone
                  Jun 19 '17 at 1:52














                • 1





                  I don't want to kill the IDE though.

                  – jeffamaphone
                  Jun 19 '17 at 1:52








                1




                1





                I don't want to kill the IDE though.

                – jeffamaphone
                Jun 19 '17 at 1:52





                I don't want to kill the IDE though.

                – jeffamaphone
                Jun 19 '17 at 1:52











                1














                You can use Activity Monitor app to visualize all your running processes, the select the "Xcode Server" one, and click on the cross icon on the top left. That will kill the process.






                share|improve this answer




























                  1














                  You can use Activity Monitor app to visualize all your running processes, the select the "Xcode Server" one, and click on the cross icon on the top left. That will kill the process.






                  share|improve this answer


























                    1












                    1








                    1







                    You can use Activity Monitor app to visualize all your running processes, the select the "Xcode Server" one, and click on the cross icon on the top left. That will kill the process.






                    share|improve this answer













                    You can use Activity Monitor app to visualize all your running processes, the select the "Xcode Server" one, and click on the cross icon on the top left. That will kill the process.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Oct 8 '17 at 13:59









                    Ben GBen G

                    1111




                    1111























                        0














                        i was killing the process but it was restarting automatically after it, so I opened xcode > preferences > Server and Bots and switched to off:



                        server and bots preferences






                        share|improve this answer




























                          0














                          i was killing the process but it was restarting automatically after it, so I opened xcode > preferences > Server and Bots and switched to off:



                          server and bots preferences






                          share|improve this answer


























                            0












                            0








                            0







                            i was killing the process but it was restarting automatically after it, so I opened xcode > preferences > Server and Bots and switched to off:



                            server and bots preferences






                            share|improve this answer













                            i was killing the process but it was restarting automatically after it, so I opened xcode > preferences > Server and Bots and switched to off:



                            server and bots preferences







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered 15 hours ago









                            juhlilajuhlila

                            1216




                            1216






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Super User!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1219415%2fhow-do-i-quit-exit-stop-xcode-server%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                                Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                                looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...