无法找到具有指定主机名的服务器崩溃

时间:2014-05-31 13:11:29

标签: ios jenkins localhost crashlytics

我在Jenkins上运行iOS项目工作。这是一个多目标方案。我取消选中了parallelize build。直到上周才工作得很好。我一直收到这些消息:

2014-05-31 14:42:44.788 run[62805:507] Crashlytics.framework/run 1.3.8
2014-05-31 14:42:56.193 run[62805:507] 

Crashlytics: Could not be onboarded statusCode 0 Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo=0x10061ae00 {NSUnderlyingError=0x10061cca0 "A server with the specified hostname could not be found.", NSErrorFailingURLStringKey=https://api.crashlytics.com/spi/v1/platforms/ios/apps/com.contagme.Tbusiness/built, NSErrorFailingURLKey=https://api.crashlytics.com/spi/v1/platforms/ios/apps/com.contagme.Tbusiness/built, NSLocalizedDescription=A server with the specified hostname could not be found.}
2014-05-31 14:43:02.951 run[62805:507] 

Crashlytics: business.app.dSYM could not be uploaded statusCode 0 Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo=0x10023ffb0 {NSUnderlyingError=0x100221170 "A server with the specified hostname could not be found.", NSErrorFailingURLStringKey=https://api.crashlytics.com/api/v1/8b3cc2afd185191b47ce70547f29a014d00fff47/dsyms, NSErrorFailingURLKey=https://api.crashlytics.com/api/v1/8b3cc2afd185191b47ce70547f29a014d00fff47/dsyms, NSLocalizedDescription=A server with the specified hostname could not be found.}

我的解释:

无法访问Crashlytics服务器。我能做什么?有没有办法如何部署崩解,而不必依赖连接?崩溃服务器的不可达性真的是这个问题的根源吗?

0 个答案:

没有答案