如何停止 Xcode 模拟器耗尽网络数据
How to stop Xcode simulator draining network data
每次我打开 Xcode 模拟器时,它都会调用一个名为 nsurlsessiond
的 activity 并耗尽我的网络数据。我只是打开模拟器,我什至没有进行任何 api 调用,它仍然耗尽了我的网络数据。
我每天限制 1.5GB
Xcode 版本是版本 11.2.1 (11B53)。
我删除了一些我不使用的模拟器。
以前模拟器不会像这样耗尽数据。谁能告诉我为什么会这样。
我使用 Wireshark 从 tcpDump 文件中获得了这个输出。
终于找到临时解决办法了!
在
中重命名文件com.apple.nsurlsessiond(不要删除)
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/UserEventPlugins/com.apple.nsurlsessiond.plugin/
某事-com.apple.nsurlsessiond
以及
中的文件 nsurlsessiond(请勿删除)
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/
到某事-nsurlsessiond
每次我打开 Xcode 模拟器时,它都会调用一个名为 nsurlsessiond
的 activity 并耗尽我的网络数据。我只是打开模拟器,我什至没有进行任何 api 调用,它仍然耗尽了我的网络数据。
我每天限制 1.5GB
Xcode 版本是版本 11.2.1 (11B53)。
我删除了一些我不使用的模拟器。
以前模拟器不会像这样耗尽数据。谁能告诉我为什么会这样。
我使用 Wireshark 从 tcpDump 文件中获得了这个输出。
终于找到临时解决办法了!
在
中重命名文件com.apple.nsurlsessiond(不要删除)/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/UserEventPlugins/com.apple.nsurlsessiond.plugin/
某事-com.apple.nsurlsessiond
以及
中的文件 nsurlsessiond(请勿删除)/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/
到某事-nsurlsessiond