After upgrading to Xcode 6.3, I now get an alert panel with the error: The Bonjour service could not be resolved. The server may be temporarily unavailable. Contact your system administrator.
How can I fix this?
Asked
Active
Viewed 898 times
16

ktak
- 596
- 3
- 9
-
This duplicate was put on hold due to being off-topic. http://stackoverflow.com/questions/29644543/the-bonjour-service-could-not-be-resolved – Mark McCorkle Apr 16 '15 at 18:23
-
3Questions about general computing hardware and software are off-topic for Stack Overflow **unless they directly involve tools used primarily for programming**. This question directly involves Xcode which is primarily used for programming. – ktak Apr 16 '15 at 18:24
-
5I'm voting to close this question as off-topic because it was asked and voted off-topic on a duplicate question. http://stackoverflow.com/questions/29644543/the-bonjour-service-could-not-be-resolved – Mark McCorkle Apr 16 '15 at 18:25
-
3Neither mine (closed) or this one is an off-topic, what's wrong with you @DCGoD ? This is a problem many Xcode 6.3 user experience... – Fengson Apr 17 '15 at 07:57
-
I voted to reopen this question. I agree with the OP. I'll vote to reopen the other linked question(s) too. (though I would then vote to close one of the questions as a duplicate, probably the other since this has an answer) – James Webster Jun 19 '15 at 13:25
1 Answers
32
Either delete or move out the file ~/Library/Application Support/Xcode/XCSServiceManager_KnownServices.plist
.

ktak
- 596
- 3
- 9
-
I have 0 files inside ~/Library/Application Support/Xcode/ still getting "The Bonjour service could not be resolved" error in Xcode 9. Can you please help here for further troubleshooting? – harshit2811 Oct 31 '17 at 07:48
-
this answer worked for me: https://stackoverflow.com/questions/24788591/xcode-cannot-click-next-while-creating-bots – AsimRazaKhan Jul 31 '18 at 12:34