草庐IT

request_region

全部标签

ios - 在 Xcode 8 上出现 "SpringBoard was unable to service the request"错误

当我在Xcode8.0的模拟器上构建应用程序时,出现“SpringBoard无法为请求提供服务”错误。请告诉我如何解决Xcode的这个错误。 最佳答案 强制退出模拟器,Xcode真的很适合我。 关于ios-在Xcode8上出现"SpringBoardwasunabletoservicetherequest"错误,我们在StackOverflow上找到一个类似的问题: https://stackoverflow.com/questions/39826112/

ios - 异常 : 'Invalid Region <center:+inf, +0.00000000 span:+1.00000000, +0.50000000>' when trying to display the map

当我尝试显示map时出现此异常:Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'InvalidRegion'我的相关代码是这样的:-(void)viewWillAppear:(BOOL)animated{[mapViewremoveAnnotations:mapView.annotations];//locationManagerupdateaslocationlocationManager=[[CLLocationManageralloc]init];locationManager.de

ios - Xcode 7.1 "The request timed out."错误

我正在尝试从Xcode7.1生成临时构建。因此目前Xcode尝试在处理生成构建之前从开发人员门户获取团队列表。但我收到“请求超时”。Xcode从开发人员门户获取团队列表时出现错误(多次),因此我无法生成构建。我不知道是什么问题。有什么解决办法吗?我还检查了以下网址:https://developer.apple.com/system-status/.但它显示整个系统运行良好。 最佳答案 Xcode7.1.1已经解决了这个问题。 关于ios-Xcode7.1"Therequesttimed

ios7 和 captive portals-changes to apple request URL

看起来在ios7中,设备发送请求以检查它在连接到wifi后是否有互联网连接的URL已更改(更糟!)。在ios6和更早版本中,请求是:GET/library/test/success.htmlHTTP/1.0Host:www.apple.comUser-Agent:CaptiveNetworkSupport/1.0wisprConnection:close(source)但现在在ios7中,它可以访问“最多200”(根据cisco)。亲自测试后,我可以确认请求随机转到appleiphonecell.com、captive.apple.com、airport.us、ibook.info等。

ios - 错误 : Error Domain=NSURLErrorDomain Code=-1001 "The request timed out."

我正在开发Xcode6.1、iOS8.1中的应用程序;该应用程序在2天前运行完全正常,但今天当我执行它时,我在Web服务中遇到错误,错误打印在下面。Error:ErrorDomain=NSURLErrorDomainCode=-1001"Therequesttimedout."UserInfo=0x7c6899b0{NSErrorFailingURLStringKey=,NSErrorFailingURLKey=,NSLocalizedDescription=Therequesttimedout.,NSUnderlyingError=0x7c688f60"Therequesttimed

ios - 谷歌 400 错误 : invalid request Custom scheme URIs are not allowed for 'Web' client type

当我在我的iOS应用程序中登录Gmail时,出现以下错误(屏幕截图)并且没有显示登录字段。我们正在WKWebView中加载登录屏幕。我们正在使用自定义URI重定向,但为什么Google现在会抛出此错误。自定义URI有哪些替代方案?Swift2.3项目使用OAuthSwiftv0.6.0cocoapod这只是在过去一周左右才开始的,我相信Google的API发生了一些变化。我读到谷歌正在弃用OAuth的WebView,并将在2017年4月20日阻止请求。如谷歌开发者博客中所示:https://developers.googleblog.com/2016/08/modernizing-oa

ios - 模块 'Alamofire' 没有名为 'request' 的成员

我是iOS开发的新手,我按照README中的说明安装了Alamofire,但我和其他用户一样遇到这个错误,我不知道如何解决。 最佳答案 2019年更新如果您遇到此错误并且您使用“alamofire5”分支,只需将Alamofire.request更改为AF.request。 关于ios-模块'Alamofire'没有名为'request'的成员,我们在StackOverflow上找到一个类似的问题: https://stackoverflow.com/ques

ios - Xcode 9 错误 : "iPhone has denied the launch request"

使用Xcodebeta9(v4),我尝试通过单击“播放”按钮来启动该应用程序。我收到“构建成功”消息,但就在启动之前,Xcode中出现一条弹出消息:"iPhonehasdeniedthelaunchrequest."它昨天曾经工作过。它确实适用于模拟器。我重新启动了我的电脑,iPhone,卸载了应用程序,清理了构建。想法用完了。 最佳答案 可能是代码签名问题。确保您与开发人员而不是分销商签约。 关于ios-Xcode9错误:"iPhonehasdeniedthelaunchrequest

php - 在双 nginx 反向代理中正确处理 request_uri?

所以,基本上我在Dockerphp7-fpm容器中运行Joomla,然后我有一个nginx容器,其中joomla.conf文件定义如下:#https://docs.joomla.org/nginxserver{listen8081;error_log/var/log/nginx/error.log;access_log/var/log/nginx/access.log;server_namephp-docker.local;root/usr/src/joomla;indexindex.phpindex.htmlindex.htmdefault.htmldefault.htm;locat

php - 在双 nginx 反向代理中正确处理 request_uri?

所以,基本上我在Dockerphp7-fpm容器中运行Joomla,然后我有一个nginx容器,其中joomla.conf文件定义如下:#https://docs.joomla.org/nginxserver{listen8081;error_log/var/log/nginx/error.log;access_log/var/log/nginx/access.log;server_namephp-docker.local;root/usr/src/joomla;indexindex.phpindex.htmlindex.htmdefault.htmldefault.htm;locat