英文:
Network Link Conditioner
问题
我正在尝试限制我的真实iPhone上的网络速度,以模拟使用慢速连接的用户。我已经打开了开发者模式并启用了网络链接调节器,但没有配置文件显示出来。
我尝试在Xcode的设备和模拟器中使用网络链接设置来限制,但我收到了设置失败的消息。
我已经多次重新启动了我的手机,打开/关闭了开发者模式,重新启动了Xcode,重新启动了我的Mac,并重置了iOS上的网络设置。添加配置文件按钮什么都不做,只会使文本变大然后再缩小。似乎没有任何效果。我很茫然。如何才能让我的配置文件显示并正常工作,以便在我的真实设备上测试受限制的连接?
英文:
I am trying to throttle my network on my real iPhone to simulate users with slow connections. I have turned on Developer Mode and Enabled Network Link Conditioner and no profiles are showing up.
I tried to go to the device and simulator in Xcode and throttle using the network link setting and I got the message setup failed.
I have restarted my phone multiple times, turned on/off developer mode, restarted Xcode, restarted my mac, and reset my network settings on IOS. The add profile button does nothing but make the text bigger and shrink back down. Nothing appears to be working. I am at a loss. How do I get my profiles to show up and work so I can test throttled connections on my real device?
答案1
得分: 2
在Xcode中,你可以打开(窗口 -> 设备和模拟器),连接你的设备并选择它,然后你将有选项来控制网络条件。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论