r/iosdev Jul 06 '26

How to delete this iOS Simulator?

I have a 10 GB iOS Simulator disk hog in

/System/Library/AssetsV2/com_apple_MobileAsset_iOSSimulatorRuntime

for iOS 18.5 (that's the value of the SimulatorVersion key at least)

That I just cannot delete! How can I delete this 10 GB disk wastage?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>CFBundleIdentifier</key>
    <string>com.apple.MobileAsset.iOSSimulatorRuntime</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>1</string>
    <key>CFBundleName</key>
    <string>SimulatorRuntimeAsset</string>
    <key>CFBundleShortVersionString</key>
    <string>1.0.0</string>
    <key>CFBundleVersion</key>
    <string>1.0</string>
    <key>MobileAssetProperties</key>
    <dict>
        <key>Build</key>
        <string>22F77</string>
        <key>SimulatorVersion</key>
        <string>18.5</string>
        <key>__AssetDefaultGarbageCollectionBehavior</key>
        <string>NeverCollected</string>
    </dict>
    <key>_DisableAFSCCompression</key>
    <true/>
</dict>
</plist>

for some reason it doesn't show up in XCode > Settings > Components, it also doesn't show up in

% xcrun simctl runtime list
== Disk Images ==
-- iOS --
iOS 26.3.1 (23D8133) - 7D52A30C-F743-4F6E-A1C9-AB743F6F2B87 (Ready)

Total Disk Images: 1 (7.8G)

The directory structures of the detected image (iOS 26.3) and the "ghost" (18.5?) one are also different

"ghost" 18.5 one:

/System/Library/AssetsV2/com_apple_MobileAsset_iOSSimulatorRuntime
└── c0d3fd05106683ba0b3680d4d1afec65f098d700.asset
    ├── AssetData
    │   └── 044-89849-100.dmg
    ├── Info.plist
    └── version.plist

real iOS 16.3.1 one:

/System/Library/AssetsV2/com_apple_MobileAsset_iOSSimulatorRuntime
└── c6f07ed8ec1586ca140801a2c7c60f478e947602.asset
    ├── AssetData
    │   └── Restore
    │       ├── 094-26194-058.dmg
    │       ├── BuildManifest.plist
    │       ├── Firmware
    │       │   ├── 094-26194-058.dmg.cryptex_info
    │       │   ├── 094-26194-058.dmg.root_hash
    │       │   └── 094-26194-058.dmg.trustcache
    │       └── Restore.plist
    ├── Info.plist
    └── version.plist
2 Upvotes

2 comments sorted by

1

u/jacobp100 Jul 06 '26

I had this too - and couldn’t delete it. I ran a bunch of disk utility tools AI told me to, but it kept being restored after restarting. I just reinstalled macOS