Xcode simulator constantly download something

前端 未结 1 381
执笔经年
执笔经年 2021-01-11 17:24

Xcode 11.2.1 simulator 13.2.2 constantly download something daily about 450 MB through nsurlsessiond. Is this usual? some logs

% sudo lsof | grep nsurlsessi         


        
相关标签:
1条回答
  • 2021-01-11 18:12

    Temporary solution based on this thread:

    rename the file com.apple.nsurlsessiond(Dont delete) in

    /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/

    to something -com.apple.nsurlsessiond

    and also the file nsurlsessiond(Dont delete) in

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/libexec/

    to something -nsurlsessiond

    0 讨论(0)
提交回复
热议问题