我在 Jenkins 上运行 iOS 项目工作。这是一个多目标方案。我有未选中的并行化构建。直到上周都工作得很好。我不断收到这些消息:
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 服务器。我能做些什么?有什么方法可以部署 crashlytics 而现在不必依赖连接?crashlytics 服务器的不可达性真的是这个问题的根源吗?