A server with the specified hostname could not be found

IosXcodeApp StoreItunes

Ios Problem Overview


When I try to submit my app on the App Store through Xcode I got this error.

> A server with the specified hostname could not be found.

Is this temporary error at Apple or something to do with Xcode?

Is anyone else facing this problem?

Ios Solutions


Solution 1 - Ios

It might be DNS Pollution issue, at least for my case (in China).

If you're also in China or some places that has DNS Pollution issue, you might solve this by modifying the DNS (to 8.8.8.8 as an example) for your Mac as well.


I got this error inner my iPad App & this happens randomly, it's such boring. Keep trying is not a good solution for me, though it might works somehow. Finally, I just changed my Wi-Fi DNS and no more error now. Steps:

  1. Your device, Settings/Wi-Fi
  2. Choose connected Wi-Fi pot
  3. Press DHCP/DNS
  4. Set to 8.8.8.8

Solution 2 - Ios

In Xcode, select Target -> Capabilities, and check "Outgoing Connections (Client)" to enable App Sandbox.

Solution 3 - Ios

Keep Trying!

I have had this a few times (including today), and each time, without changing anything, it has worked when I tried again.

Sometimes the 2nd time, other times 20 minutes later.

Solution 4 - Ios

I received A server with the specified hostname could not be found.. I figured out my MacOS app had turned on App Sandboxing. The easiest way to avoid problem is to turn off Sandbox.

Solution 5 - Ios

If the problem occured in a MacOS project, as @nstein commented in this answer just go to your Target's Signing & Capabilities and allow Incoming and Outgoing network options.

Solution 6 - Ios

That fixed the problem for me, when trying to upgrade to El Capitan:

sudo softwareupdate --clear-catalog

Solution 7 - Ios

For me it was an issue with enabling Outgoing connections in Capabilities tab.

enter image description here

Solution 8 - Ios

I faced the same problem, it turned out to be VPN related. If you are testing on a device against a corporate network, chances are your Mac has proper VPN set up, but your phone does not. Connect phone to the corporate VPN for your apps deployed to device to see corporate servers.

Solution 9 - Ios

I restarted my MacBook Pro and then I build again, the error was fixed.

Solution 10 - Ios

I got this message when the device has mobile data turned on and no wifi connection, but the internet is not properly connected.

Try to connect to a wifi network with an internet connection or turning off the mobile data.

Solution 11 - Ios

I faced same problem. Actually i face it often. Following three steps work for me always

  1. Change DNS to 8.8.8.8 and 4.2.2.2
  2. Open net.properties and change "# https.proxyPort=443" to "https.proxyPort=80". You can find net.properties here /Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/MacOS/itms/java/lib/net.properties
  3. Open Application Loader->Preferences->Advanced and uncheck Signiant and Aspera. Make sure DAV is checked.

Thants all. Now you can submit app using both application loader and Xcode.

Solution 12 - Ios

A server with the specified hostname could not be found.

I faced the same problem, In my case it was because of-

  1. Server was not configured properly.
  2. Server subscription has been expired

Contacting to server hosting company resolve my problem.

I think this is not temporary error at apple or something to do with Xcode?

Solution 13 - Ios

First of all check your internet connection.. go to safari and check by searching something on google(dont try google.com only.. because it can be cached). If it is working fine, then try now in your app. It must work. This is fired while not having proper internet connection.

Solution 14 - Ios

Just to share my experience

It was caused by the Sharing > Internet Sharing inside System Preferences

I was testing and created NAT64 Network unchecking it solved my problem.

enter image description here

Solution 15 - Ios

I faced this issue when we changed from one domain to another for API service.

Restarting the network router/modem fixed this issue.

Solution 16 - Ios

I got this error message when "/" from my URL is missing . Hope this help someone.

ex: actual URL is "https://www.myweb.com/login" .My URL which "https://www.myweb.comlogin" caused this error

Solution 17 - Ios

Just restart your network router device.

> Obs. If it is already has automatic DNS settings.

Solution 18 - Ios

Turn off the push notification. Then,Restart your XCode and Turn back ON the Push Notification. It works for me.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionZeeshanView Question on Stackoverflow
Solution 1 - IosKjulyView Answer on Stackoverflow
Solution 2 - IosAlex ChaseView Answer on Stackoverflow
Solution 3 - IosShane RaynerView Answer on Stackoverflow
Solution 4 - IosSzuView Answer on Stackoverflow
Solution 5 - IosFarukView Answer on Stackoverflow
Solution 6 - IosTheofilos PapapanagiotouView Answer on Stackoverflow
Solution 7 - IosAkhilView Answer on Stackoverflow
Solution 8 - IosAlex StoneView Answer on Stackoverflow
Solution 9 - IosGrigoView Answer on Stackoverflow
Solution 10 - IosFedeHView Answer on Stackoverflow
Solution 11 - IosMoin UddinView Answer on Stackoverflow
Solution 12 - Iosasheesh VermaView Answer on Stackoverflow
Solution 13 - IosMehul ThakkarView Answer on Stackoverflow
Solution 14 - Ios0yeojView Answer on Stackoverflow
Solution 15 - IosAamirRView Answer on Stackoverflow
Solution 16 - IosdathaView Answer on Stackoverflow
Solution 17 - IosDaniel BeltramiView Answer on Stackoverflow
Solution 18 - IosHaileappView Answer on Stackoverflow