我的问题是我无法在 ios 13 和 xcode 11 中发出任何网络请求
Posted
技术标签:
【中文标题】我的问题是我无法在 ios 13 和 xcode 11 中发出任何网络请求【英文标题】:My issue is that I am unable to make any network request in ios 13 and xcode 11 【发布时间】:2019-10-15 12:05:56 【问题描述】:我为我的客户创建了一个关于外汇的应用程序。我的应用程序在 ios 12 中运行良好,但是当我在 IOS 13 模拟器上安装我的应用程序时,它没有发出任何网络请求。
Alamofire.request(URL_USER_LOGIN, method: .post, parameters:params).responseJSON response in
if response.result.isSuccess
let response : JSON = JSON(response.result.value!)
if response[0]["response"].intValue == 1
print("Success")
else
print("Error")
else
print("Connection Error")
【问题讨论】:
【参考方案1】:将 Alamofire 更新到最新版本。
如果你使用 cocapods,你可以更新你的 pod,pod update Alamofire
【讨论】:
以上是关于我的问题是我无法在 ios 13 和 xcode 11 中发出任何网络请求的主要内容,如果未能解决你的问题,请参考以下文章
有没有办法在iOS 12.2上使用过时版本的Xcode和macOS运行应用程序?
iOS 13.3 (Xcode 11.3.1) 下的模拟器无法正常运行
辅助功能检查器无法在 MacOS Catalina 和 Mojave 上的 Xcode 11.x、iOS 13.x 上运行