Jump to content

after kext installation getting timeout when rebuilding caches. Desperately need of help.


MacFaulty
 Share

28 posts in this topic

Recommended Posts

Hello,

 

So, I got ML successfully working on an Intel i5 laptop (check signature for more specs) and it has been working very well for a long time. Now I came across a kext which might enable my Marvell Yukon 88E8059 Ethernet (wired) card, but now I installed the kext and ran kext utility. Repairing disk permissions goes all well, but when it comes to rebuilding the system cache it says: Timeout: 60secs! - Don't worry, nothing fatal! :wallbash:

 

However, now I boot and my WiFi etc. is gone. It also takes a veeerrry long time before my USB ports are recognized. I am booting with -f which sometimes works and sometimes not (and -v for debugging). I also installed a 3rd party PS2 kext to get keyboard / touchpad internal working, but it takes a long time before I can type in my password at logon screen.

 

Can anybody help me rebuild my cache without a timeout?

 

edit: I tried rebuilding my cache also in safe mode, but to no success. How in EARTH do I get this working again? Searched all over Google, more than 20 pages looked for info and clicked over 60 links, but no info about this specific subject found, nor a solution. :help::(

 

I really appreciate any help.

 

Cheers,

 

P.S. Happy Halloween everybody! Though I live in Holland I like to do some Halloween stuff (they don't do that much in Holland, at least not in our area) :(

Link to comment
Share on other sites

copy and paste this in terminal app

 

 

#!/bin/bash

chown -R root:wheel /System/Library/Extensions

chmod -R go=u-w /System/Library/Extensions

sudo chown root:admin /

sudo kextcache -system-prelinked-kernel

sudo kextcache -system-caches

sudo chown root:admin /

sudo update_dyld_shared_cache -debug -force -root /

sudo diskutil repairPermissions /

sudo update_dyld_shared_cache -root / -force

cd /System/Library/Caches

rm -rf /System/Library/Caches/com.apple.kext.caches/Startup/IOKitPersonalities_i386.ioplist.gz

rm -rf /System/Library/Caches/com.apple.kext.caches/Startup/KextPropertyValues_OSBundleHelper_i386.plist.gz

sudo kextcache -v 1 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext -z /System/Library/Extensions/

sleep3

Killall Terminal

sleep1

Link to comment
Share on other sites

For mountain lion, it's not a good idea to put Extensions folder inside Extra.

Hope you didn't do such things.

 

For rebuilding kernel cache, I always manually type this command in terminal. It's really simple btw.

sudo touch /System/Library/Extensions/

after executing the command, repair your disk permissions in disk utility or command line:

diskutil repairpermissions /

Link to comment
Share on other sites

For mountain lion, it's not a good idea to put Extensions folder inside Extra.

Hope you didn't do such things.

 

For rebuilding kernel cache, I always manually type this command in terminal. It's really simple btw.

sudo touch /System/Library/Extensions/

after executing the command, repair your disk permissions in disk utility or command line:

diskutil repairpermissions /

 

No, I already knew that one. Also tried the touch command already, but no success or I haven't been waiting long enough though. How long does it take to fully rebuild caches with touch command?

But the strangest thing of this is that Kext Utility won't rebuild cache properly anymore, also tried a new download but no success.

 

Once I'm logged on my hack I'll try the code from iFire first and see if that helps.

 

Hopefully this is an answer to my question :)

 

edit: How is it possible that ML boots normally with a cache and not properly without a cache, even if you use -f flag? Because (just an example) my WiFi won't work if I boot without caches!? :wacko:

Link to comment
Share on other sites

Hello,

 

Here is the full output of the Terminal. As I couldn't remove the IOKitPersonalities via Terminal I did it with Finder (which did worked).

So, booted now but all issues are still the same though :(

 

Last login: Thu Nov  1 09:34:29 on console
MacBook-Pro-van-Wout:~ wout$ chown -R root:wheel /System/Library/Extensions
MacBook-Pro-van-Wout:~ wout$ chmod -R go=u-w /System/Library/Extensions
MacBook-Pro-van-Wout:~ wout$ sudo chown root:admin /
Password:
MacBook-Pro-van-Wout:~ wout$ sudo kextcache -system-prelinked-kernel
IOKitWaitQuiet() timed out.
/ locked; waiting for lock.
Lock acquired; proceeding.
Kernel file /mach_kernel does not contain requested arch: i386
IOUserEthernet.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOUserEthernet.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AirPortAtheros40.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO80211Family.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
AirPortAtheros40.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AppleBluetoothHIDMouse.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothHIDMouse.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AppleBluetoothHIDKeyboard.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothHIDKeyboard.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AppleBluetoothMultitouch.kext - no dependency found for com.apple.iokit.IOBluetoothFamily.
AppleBluetoothMultitouch.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothMultitouch.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IOUserEthernet.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
AirPortAtheros40.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO80211Family.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
AppleBluetoothHIDMouse.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothHIDKeyboard.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothMultitouch.kext - no dependency found for com.apple.iokit.IOBluetoothFamily.
AppleBluetoothMultitouch.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
IOUserEthernet.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
Prelink failed for com.apple.iokit.IOUserEthernet; omitting from prelinked kernel.
IO80211Family.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
Prelink failed for com.apple.iokit.IO80211Family; aborting prelink.
Failed to generate prelinked kernel.
MacBook-Pro-van-Wout:~ wout$ sudo kextcache -system-caches
MacBook-Pro-van-Wout:~ wout$ sudo chown root:admin /
MacBook-Pro-van-Wout:~ wout$ sudo update_dyld_shared_cache -debug -force -root /
update_dyld_shared_cache: finding roots in: //var/db/dyld/shared_region_roots/
update_dyld_shared_cache: adding root: //System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
update_dyld_shared_cache: adding root: //System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
update_dyld_shared_cache: adding root: //System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowServer
update_dyld_shared_cache: adding root: //Applications/Safari.app/Contents/MacOS/Safari
update_dyld_shared_cache: adding root: //Applications/Mail.app/Contents/MacOS/Mail
update_dyld_shared_cache: adding root: //Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
update_dyld_shared_cache: adding root: //Applications/Messages.app/Contents/MacOS/Messages
update_dyld_shared_cache: adding root: //Applications/Calendar.app/Contents/MacOS/Calendar
update_dyld_shared_cache: adding root: //Applications/Automator.app/Contents/MacOS/Automator
update_dyld_shared_cache: adding root: //bin/sh
update_dyld_shared_cache: adding root: //bin/sh
update_dyld_shared_cache: adding root: //bin/bash
update_dyld_shared_cache: adding root: //bin/bash
update_dyld_shared_cache: adding root: //System/Library/PrivateFrameworks/RemoteViewServices.framework/XPCServices/com.apple.security.pboxd.xpc/Contents/MacOS/com.apple.security.pboxd
update_dyld_shared_cache: adding root: //usr/libexec/xpchelper
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libATSServer.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libATSServer.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistryServer.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistryServer.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontWorkerAccess.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontWorkerAccess.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
update_dyld_shared_cache: adding root: //System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
update_dyld_shared_cache: adding root: //System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
update_dyld_shared_cache: adding root: //System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dylib
update_dyld_shared_cache: adding root: //System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dylib
update_dyld_shared_cache: adding root: //System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
update_dyld_shared_cache: adding root: //System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
update_dyld_shared_cache: adding root: //System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
update_dyld_shared_cache: adding root: //System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
update_dyld_shared_cache: adding root: //System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
update_dyld_shared_cache: adding root: //System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
update_dyld_shared_cache: adding root: //System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
update_dyld_shared_cache: adding root: //System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContainer.dylib
update_dyld_shared_cache: adding root: //System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContainer.dylib
update_dyld_shared_cache: adding root: //System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
update_dyld_shared_cache: adding root: //System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
update_dyld_shared_cache: adding root: //System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
update_dyld_shared_cache: adding root: //System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
update_dyld_shared_cache: adding root: //System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
update_dyld_shared_cache: adding root: //System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
update_dyld_shared_cache: adding root: //System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
update_dyld_shared_cache: adding root: //System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
update_dyld_shared_cache: adding root: //System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
update_dyld_shared_cache: adding root: //System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
update_dyld_shared_cache: adding root: //System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
update_dyld_shared_cache: adding root: //System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
update_dyld_shared_cache: regenerating ///var/db/dyld/dyld_shared_cache_i386
update_dyld_shared_cache: cache mappings: address=0x90000000, size=0xA69D000, fileOffset=0x0, prot=0x5
update_dyld_shared_cache: cache mappings: address=0xAC000000, size=0xDC7000, fileOffset=0xA69D000, prot=0x3
update_dyld_shared_cache: cache mappings: address=0x9A69D000, size=0x266A000, fileOffset=0xB464000, prot=0x1
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal to cache
 segment __TEXT, size=0x70000, cache address=0x90007000
 segment __DATA, size=0x9000, cache address=0xAC001000
 segment __LINKEDIT, size=0x18810, cache address=0x9A7A9000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices to cache
 segment __TEXT, size=0x32000, cache address=0x90077000
 segment __DATA, size=0x4000, cache address=0xAC00A000
 segment __OBJC, size=0x1000, cache address=0xAC00E000
 segment __LINKEDIT, size=0x18BA0, cache address=0x9A7C2000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib to cache
 segment __TEXT, size=0x93000, cache address=0x900A9000
 segment __DATA, size=0x1000, cache address=0xAC00F000
 segment __LINKEDIT, size=0x7ED0, cache address=0x9A7DB000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls to cache
 segment __TEXT, size=0x26000, cache address=0x9013C000
 segment __DATA, size=0x3000, cache address=0xAC010000
 segment __OBJC, size=0x3000, cache address=0xAC013000
 segment __LINKEDIT, size=0xD030, cache address=0x9A7E3000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN to cache
 segment __TEXT, size=0x4A000, cache address=0x90162000
 segment __DATA, size=0x4000, cache address=0xAC016000
 segment __OBJC, size=0x3000, cache address=0xAC01A000
 segment __LINKEDIT, size=0x15790, cache address=0x9A7F1000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition to cache
 segment __TEXT, size=0xB000, cache address=0x901AC000
 segment __DATA, size=0x1000, cache address=0xAC01D000
 segment __LINKEDIT, size=0x6680, cache address=0x9A807000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib to cache
 segment __TEXT, size=0x45000, cache address=0x901B7000
 segment __DATA, size=0x1000, cache address=0xAC01E000
 segment __LINKEDIT, size=0xBDE0, cache address=0x9A80E000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata to cache
 segment __TEXT, size=0x7D000, cache address=0x901FC000
 segment __DATA, size=0x10000, cache address=0xAC01F000
 segment __OBJC, size=0x1000, cache address=0xAC038000
 segment __LINKEDIT, size=0x27720, cache address=0x9A81A000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib to cache
 segment __TEXT, size=0x3000, cache address=0x90279000
 segment __DATA, size=0x1000, cache address=0xAC039000
 segment __LINKEDIT, size=0x1B80, cache address=0x9A842000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib to cache
 segment __TEXT, size=0x13C000, cache address=0x9027C000
 segment __DATA, size=0x2000, cache address=0xAC03A000
 segment __LINKEDIT, size=0x25660, cache address=0x9A844000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal to cache
 segment __TEXT, size=0x2E000, cache address=0x903B8000
 segment __DATA, size=0x2000, cache address=0xAC03C000
 segment __LINKEDIT, size=0x14A50, cache address=0x9A86A000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib to cache
 segment __TEXT, size=0x69000, cache address=0x903E6000
 segment __DATA, size=0x1000, cache address=0xAC03F000
 segment __LINKEDIT, size=0x7AA0, cache address=0x9A87F000
update_dyld_shared_cache: copying /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook to cache
 segment __TEXT, size=0x29A000, cache address=0x9044F000
 segment __DATA, size=0x1E000, cache address=0xAC040000
 segment __OBJC, size=0x58000, cache address=0xAC05F000
 segment __LINKEDIT, size=0x116630, cache address=0x9A887000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_blocks.dylib to cache
 segment __TEXT, size=0x1000, cache address=0x906E9000
 segment __DATA, size=0x1000, cache address=0xAC0B7000
 segment __LINKEDIT, size=0x1F80, cache address=0x9A99E000
update_dyld_shared_cache: copying /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox to cache
 segment __TEXT, size=0x3FD000, cache address=0x906EA000
 segment __DATA, size=0x28000, cache address=0xAC0B8000
 segment __LINKEDIT, size=0x1C710, cache address=0x9A9A0000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC to cache
 segment __TEXT, size=0x68D000, cache address=0x90AE7000
 segment __DATA, size=0x5000, cache address=0xAC11D000
 segment __LINKEDIT, size=0xD3B0, cache address=0x9A9BD000
update_dyld_shared_cache: copying /usr/lib/libssl.0.9.8.dylib to cache
 segment __TEXT, size=0x34000, cache address=0x91174000
 segment __DATA, size=0x4000, cache address=0xAC128000
 segment __LINKEDIT, size=0xD320, cache address=0x9A9CB000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_network.dylib to cache
 segment __TEXT, size=0xF000, cache address=0x911A8000
 segment __DATA, size=0x1000, cache address=0xAC12C000
 segment __LINKEDIT, size=0x8420, cache address=0x9A9D9000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync to cache
 segment __TEXT, size=0xBF000, cache address=0x911B7000
 segment __DATA, size=0x6000, cache address=0xAC12D000
 segment __LINKEDIT, size=0x36680, cache address=0x9A9E3000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage to cache
 segment __TEXT, size=0x18000, cache address=0x91276000
 segment __DATA, size=0x1000, cache address=0xAC133000
 segment __LINKEDIT, size=0x6F60, cache address=0x9AA1A000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_dnssd.dylib to cache
 segment __TEXT, size=0x8000, cache address=0x9128E000
 segment __DATA, size=0x1000, cache address=0xAC134000
 segment __LINKEDIT, size=0x3A00, cache address=0x9AA21000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom to cache
 segment __TEXT, size=0x40000, cache address=0x91296000
 segment __DATA, size=0x1000, cache address=0xAC135000
 segment __LINKEDIT, size=0xE490, cache address=0x9AA25000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI to cache
 segment __TEXT, size=0xB5000, cache address=0x912D6000
 segment __DATA, size=0x10000, cache address=0xAC137000
 segment __OBJC, size=0x7000, cache address=0xAC148000
 segment __LINKEDIT, size=0x3CAD0, cache address=0x9AA34000
update_dyld_shared_cache: copying /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface to cache
 segment __TEXT, size=0x58000, cache address=0x9138B000
 segment __DATA, size=0xA000, cache address=0xAC14F000
 segment __OBJC, size=0x2000, cache address=0xAC159000
 segment __LINKEDIT, size=0xBAA0, cache address=0x9AA71000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit to cache
 segment __TEXT, size=0x2EC000, cache address=0x913E3000
 segment __DATA, size=0x5000, cache address=0xAC15B000
 segment __OBJC, size=0x3000, cache address=0xAC160000
 segment __LINKEDIT, size=0x14F90, cache address=0x9AA7D000
update_dyld_shared_cache: copying /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService to cache
 segment __TEXT, size=0xC000, cache address=0x916CF000
 segment __DATA, size=0x1000, cache address=0xAC163000
 segment __LINKEDIT, size=0x5F80, cache address=0x9AA92000
update_dyld_shared_cache: copying /usr/lib/libcrypto.0.9.8.dylib to cache
 segment __TEXT, size=0xE2000, cache address=0x916DB000
 segment __DATA, size=0x14000, cache address=0xAC164000
 segment __LINKEDIT, size=0x3B8A0, cache address=0x9AA99000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib to cache
 segment __TEXT, size=0x4000, cache address=0x917BD000
 segment __DATA, size=0x1000, cache address=0xAC17A000
 segment __LINKEDIT, size=0x3310, cache address=0x9AAD5000
update_dyld_shared_cache: copying /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x917C1000
 segment __DATA, size=0x1000, cache address=0xAC17B000
 segment __LINKEDIT, size=0x2060, cache address=0x9AAD9000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport to cache
 segment __TEXT, size=0xD000, cache address=0x917C3000
 segment __DATA, size=0x2000, cache address=0xAC17C000
 segment __LINKEDIT, size=0xA050, cache address=0x9AADC000
update_dyld_shared_cache: copying /usr/lib/libquit.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x917D0000
 segment __DATA, size=0x1000, cache address=0xAC17E000
 segment __LINKEDIT, size=0x21E0, cache address=0x9AAE7000
update_dyld_shared_cache: copying /usr/lib/libtidy.A.dylib to cache
 segment __TEXT, size=0x31000, cache address=0x917D2000
 segment __DATA, size=0x5000, cache address=0xAC17F000
 segment __LINKEDIT, size=0x64E0, cache address=0x9AAEA000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistryServer.dylib to cache
 segment __TEXT, size=0x57000, cache address=0x91803000
 segment __DATA, size=0x3000, cache address=0xAC184000
 segment __LINKEDIT, size=0x1DA80, cache address=0x9AAF1000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib to cache
 segment __TEXT, size=0x5000, cache address=0x9185A000
 segment __DATA, size=0x1000, cache address=0xAC188000
 segment __LINKEDIT, size=0x2460, cache address=0x9AB0F000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression to cache
 segment __TEXT, size=0xE000, cache address=0x9185F000
 segment __DATA, size=0x1000, cache address=0xAC189000
 segment __LINKEDIT, size=0x5AF0, cache address=0x9AB12000
update_dyld_shared_cache: copying /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 to cache
 segment __TEXT, size=0x3000, cache address=0x9186D000
 segment __DATA, size=0x1000, cache address=0xAC18A000
 segment __LINKEDIT, size=0x27A0, cache address=0x9AB18000
update_dyld_shared_cache: copying /usr/lib/system/libunc.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x91870000
 segment __DATA, size=0x1000, cache address=0xAC18B000
 segment __LINKEDIT, size=0x2310, cache address=0x9AB1B000
update_dyld_shared_cache: copying /usr/lib/system/libdyld.dylib to cache
 segment __TEXT, size=0x3000, cache address=0x91872000
 segment __DATA, size=0x1000, cache address=0xAC18C000
 segment __LINKEDIT, size=0x3E60, cache address=0x9AB1F000
update_dyld_shared_cache: copying /usr/lib/system/libxpc.dylib to cache
 segment __TEXT, size=0x1E000, cache address=0x91875000
 segment __DATA, size=0x2000, cache address=0xAC18D000
 segment __LINKEDIT, size=0xE590, cache address=0x9AB23000
update_dyld_shared_cache: copying /usr/lib/libbz2.1.0.dylib to cache
 segment __TEXT, size=0xD000, cache address=0x91893000
 segment __DATA, size=0x1000, cache address=0xAC18F000
 segment __LINKEDIT, size=0x2280, cache address=0x9AB33000
update_dyld_shared_cache: copying /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration to cache
 segment __TEXT, size=0x4F000, cache address=0x918A0000
 segment __DATA, size=0x7000, cache address=0xAC190000
 segment __LINKEDIT, size=0x1E420, cache address=0x9AB37000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib to cache
 segment __TEXT, size=0xE000, cache address=0x918EF000
 segment __DATA, size=0x0, cache address=0xAC197000
 segment __LINKEDIT, size=0xE260, cache address=0x9AB56000
update_dyld_shared_cache: copying /System/Library/Frameworks/AGL.framework/Versions/A/AGL to cache
 segment __TEXT, size=0x8000, cache address=0x918FD000
 segment __DATA, size=0x1000, cache address=0xAC198000
 segment __LINKEDIT, size=0x4D60, cache address=0x9AB65000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib to cache
 segment __TEXT, size=0x7D000, cache address=0x91905000
 segment __DATA, size=0x3000, cache address=0xAC199000
 segment __LINKEDIT, size=0x22AF0, cache address=0x9AB6A000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libATSServer.dylib to cache
 segment __TEXT, size=0x9E000, cache address=0x91982000
 segment __DATA, size=0x3000, cache address=0xAC19D000
 segment __LINKEDIT, size=0x223F0, cache address=0x9AB8D000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib to cache
 segment __TEXT, size=0xB000, cache address=0x91A20000
 segment __DATA, size=0x1000, cache address=0xAC1A1000
 segment __LINKEDIT, size=0x6A60, cache address=0x9ABB0000
update_dyld_shared_cache: copying /usr/lib/libc++.1.dylib to cache
 segment __TEXT, size=0x63000, cache address=0x91A2B000
 segment __DATA, size=0x3000, cache address=0xAC1A2000
 segment __LINKEDIT, size=0x4B740, cache address=0x9ABB7000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions to cache
 segment __TEXT, size=0x58000, cache address=0x91A8E000
 segment __DATA, size=0x4000, cache address=0xAC1A7000
 segment __OBJC, size=0x9000, cache address=0xAC1AB000
 segment __LINKEDIT, size=0x21650, cache address=0x9AC03000
update_dyld_shared_cache: copying /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording to cache
 segment __TEXT, size=0xD7000, cache address=0x91AE6000
 segment __DATA, size=0x9000, cache address=0xAC1B4000
 segment __OBJC, size=0x4000, cache address=0xAC1BD000
 segment __LINKEDIT, size=0x49230, cache address=0x9AC25000
update_dyld_shared_cache: copying /usr/lib/libodfde.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x91BBD000
 segment __DATA, size=0x1000, cache address=0xAC1C1000
 segment __LINKEDIT, size=0x2340, cache address=0x9AC6F000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE to cache
 segment __TEXT, size=0x5A000, cache address=0x91BBF000
 segment __DATA, size=0x3000, cache address=0xAC1C2000
 segment __LINKEDIT, size=0x21490, cache address=0x9AC73000
update_dyld_shared_cache: copying /usr/lib/libScreenReader.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x91C19000
 segment __DATA, size=0x1000, cache address=0xAC1C5000
 segment __LINKEDIT, size=0x2810, cache address=0x9AC95000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib to cache
 segment __TEXT, size=0x36000, cache address=0x91C1B000
 segment __DATA, size=0x1000, cache address=0xAC1C6000
 segment __LINKEDIT, size=0xA0A0, cache address=0x9AC98000
update_dyld_shared_cache: copying /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork to cache
 segment __TEXT, size=0x14E000, cache address=0x91C51000
 segment __DATA, size=0x16000, cache address=0xAC1C7000
 segment __OBJC, size=0x1000, cache address=0xAC1DD000
 segment __LINKEDIT, size=0x91E90, cache address=0x9ACA3000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib to cache
 segment __TEXT, size=0x1000, cache address=0x91D9F000
 segment __LINKEDIT, size=0x1620, cache address=0x9AD35000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 to cache
 segment __TEXT, size=0x2B000, cache address=0x91DA0000
 segment __DATA, size=0x3000, cache address=0xAC1DE000
 segment __OBJC, size=0x1000, cache address=0xAC1E1000
 segment __LINKEDIT, size=0xB180, cache address=0x9AD37000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD to cache
 segment __TEXT, size=0xA1000, cache address=0x91DCB000
 segment __DATA, size=0x2000, cache address=0xAC1E2000
 segment __LINKEDIT, size=0x2A000, cache address=0x9AD43000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers to cache
 segment __TEXT, size=0x7000, cache address=0x91E6C000
 segment __DATA, size=0x1000, cache address=0xAC1E4000
 segment __OBJC, size=0x1000, cache address=0xAC1E5000
 segment __LINKEDIT, size=0x3350, cache address=0x9AD6D000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO to cache
 segment __TEXT, size=0x51000, cache address=0x91E73000
 segment __DATA, size=0x2000, cache address=0xAC1E6000
 segment __OBJC, size=0x1000, cache address=0xAC1E8000
 segment __LINKEDIT, size=0x1D2B0, cache address=0x9AD71000
update_dyld_shared_cache: copying /usr/lib/system/libcommonCrypto.dylib to cache
 segment __TEXT, size=0xC000, cache address=0x91EC4000
 segment __DATA, size=0x1000, cache address=0xAC1E9000
 segment __LINKEDIT, size=0x8890, cache address=0x9AD8F000
update_dyld_shared_cache: copying /usr/lib/libauto.dylib to cache
 segment __TEXT, size=0x43000, cache address=0x91ED0000
 segment __DATA, size=0x1000, cache address=0xAC1EA000
 segment __LINKEDIT, size=0x12D30, cache address=0x9AD98000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia to cache
 segment __TEXT, size=0x48000, cache address=0x91F13000
 segment __DATA, size=0x3000, cache address=0xAC1EB000
 segment __LINKEDIT, size=0x1D810, cache address=0x9ADAB000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis to cache
 segment __TEXT, size=0x25000, cache address=0x91F5B000
 segment __DATA, size=0x2000, cache address=0xAC1EE000
 segment __OBJC, size=0x5000, cache address=0xAC1F0000
 segment __LINKEDIT, size=0xCB80, cache address=0x9ADC9000
update_dyld_shared_cache: copying /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit to cache
 segment __TEXT, size=0x15E000, cache address=0x91F80000
 segment __DATA, size=0xB000, cache address=0xAC1F5000
 segment __OBJC, size=0x21000, cache address=0xAC201000
 segment __LINKEDIT, size=0x9F240, cache address=0x9ADD6000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices to cache
 segment __TEXT, size=0x1000, cache address=0x920DE000
 segment __LINKEDIT, size=0x6C70, cache address=0x9AE76000
update_dyld_shared_cache: copying /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox to cache
 segment __TEXT, size=0x159000, cache address=0x920DF000
 segment __DATA, size=0x9000, cache address=0xAC222000
 segment __LINKEDIT, size=0x72770, cache address=0x9AE7D000
update_dyld_shared_cache: copying /System/Library/Frameworks/GSS.framework/Versions/A/GSS to cache
 segment __TEXT, size=0x34000, cache address=0x92238000
 segment __DATA, size=0x4000, cache address=0xAC22C000
 segment __LINKEDIT, size=0x15B80, cache address=0x9AEF0000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting to cache
 segment __TEXT, size=0x1F000, cache address=0x9226C000
 segment __DATA, size=0x2000, cache address=0xAC230000
 segment __LINKEDIT, size=0xD680, cache address=0x9AF06000
update_dyld_shared_cache: copying /usr/lib/system/libkeymgr.dylib to cache
 segment __TEXT, size=0x1000, cache address=0x9228B000
 segment __DATA, size=0x1000, cache address=0xAC232000
 segment __LINKEDIT, size=0x1DF0, cache address=0x9AF14000
update_dyld_shared_cache: copying /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation to cache
 segment __TEXT, size=0x31E000, cache address=0x9228C000
 segment __DATA, size=0x1C000, cache address=0xAC233000
 segment __OBJC, size=0x40000, cache address=0xAC250000
 segment __LINKEDIT, size=0x1240E0, cache address=0x9AF16000
update_dyld_shared_cache: copying /System/Library/Frameworks/Security.framework/Versions/A/Security to cache
 segment __TEXT, size=0x2C1000, cache address=0x925AA000
 segment __DATA, size=0x19000, cache address=0xAC290000
 segment __LINKEDIT, size=0xF4500, cache address=0x9B03B000
update_dyld_shared_cache: copying /usr/lib/libCoreStorage.dylib to cache
 segment __TEXT, size=0x98000, cache address=0x9286B000
 segment __DATA, size=0x2000, cache address=0xAC2A9000
 segment __LINKEDIT, size=0x1F230, cache address=0x9B131000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices to cache
 segment __TEXT, size=0xA000, cache address=0x92903000
 segment __DATA, size=0x1000, cache address=0xAC2AB000
 segment __LINKEDIT, size=0x7810, cache address=0x9B151000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices to cache
 segment __TEXT, size=0x99000, cache address=0x9290D000
 segment __DATA, size=0x9000, cache address=0xAC2AC000
 segment __LINKEDIT, size=0x4B010, cache address=0x9B159000
update_dyld_shared_cache: copying /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS to cache
 segment __TEXT, size=0x8000, cache address=0x929A6000
 segment __DATA, size=0x1000, cache address=0xAC2B6000
 segment __LINKEDIT, size=0x4850, cache address=0x9B1A5000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore to cache
 segment __TEXT, size=0x9000, cache address=0x929AE000
 segment __DATA, size=0x1000, cache address=0xAC2B7000
 segment __OBJC, size=0x1000, cache address=0xAC2B8000
 segment __LINKEDIT, size=0x55A0, cache address=0x9B1AA000
update_dyld_shared_cache: copying /usr/lib/libsasl2.2.dylib to cache
 segment __TEXT, size=0x11000, cache address=0x929B7000
 segment __DATA, size=0x1000, cache address=0xAC2B9000
 segment __LINKEDIT, size=0x4960, cache address=0x9B1B0000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI to cache
 segment __TEXT, size=0x3000, cache address=0x929C8000
 segment __DATA, size=0x1000, cache address=0xAC2BA000
 segment __LINKEDIT, size=0x3000, cache address=0x9B1B5000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels to cache
 segment __TEXT, size=0x5000, cache address=0x929CB000
 segment __DATA, size=0x1000, cache address=0xAC2BB000
 segment __OBJC, size=0x1000, cache address=0xAC2BC000
 segment __LINKEDIT, size=0x4B20, cache address=0x9B1B8000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer to cache
 segment __TEXT, size=0x231000, cache address=0x929D0000
 segment __DATA, size=0xF000, cache address=0xAC2BD000
 segment __OBJC, size=0x31000, cache address=0xAC2CD000
 segment __LINKEDIT, size=0xA3310, cache address=0x9B1BD000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent to cache
 segment __TEXT, size=0x2000, cache address=0x92C01000
 segment __DATA, size=0x1000, cache address=0xAC2FE000
 segment __LINKEDIT, size=0x21A0, cache address=0x9B261000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help to cache
 segment __TEXT, size=0x4000, cache address=0x92C03000
 segment __DATA, size=0x1000, cache address=0xAC2FF000
 segment __LINKEDIT, size=0x33C0, cache address=0x9B264000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS to cache
 segment __TEXT, size=0x76000, cache address=0x92C07000
 segment __DATA, size=0x3000, cache address=0xAC300000
 segment __LINKEDIT, size=0x22940, cache address=0x9B268000
update_dyld_shared_cache: copying /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit to cache
 segment __TEXT, size=0xBBD000, cache address=0x92C7D000
 segment __DATA, size=0x4F000, cache address=0xAC304000
 segment __OBJC, size=0xC2000, cache address=0xAC355000
 segment __IMAGE, size=0x84000, cache address=0x9A69D000
 segment __LINKEDIT, size=0x381780, cache address=0x9B28B000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport to cache
 segment __TEXT, size=0x67000, cache address=0x9383A000
 segment __DATA, size=0x6000, cache address=0xAC417000
 segment __OBJC, size=0x9000, cache address=0xAC41D000
 segment __LINKEDIT, size=0x26A20, cache address=0x9B60D000
update_dyld_shared_cache: copying /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit to cache
 segment __TEXT, size=0x69000, cache address=0x938A1000
 segment __DATA, size=0x4000, cache address=0xAC426000
 segment __LINKEDIT, size=0x250F0, cache address=0x9B634000
update_dyld_shared_cache: copying /usr/lib/libsqlite3.dylib to cache
 segment __TEXT, size=0xF9000, cache address=0x9390A000
 segment __DATA, size=0x2000, cache address=0xAC42A000
 segment __LINKEDIT, size=0xEFB0, cache address=0x9B65A000
update_dyld_shared_cache: copying /usr/lib/libiconv.2.dylib to cache
 segment __TEXT, size=0xF2000, cache address=0x93A03000
 segment __DATA, size=0x1000, cache address=0xAC42C000
 segment __LINKEDIT, size=0xB040, cache address=0x9B669000
update_dyld_shared_cache: copying /usr/lib/libcurl.4.dylib to cache
 segment __TEXT, size=0x43000, cache address=0x93AF5000
 segment __DATA, size=0x1000, cache address=0xAC42D000
 segment __LINKEDIT, size=0xB970, cache address=0x9B675000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore to cache
 segment __TEXT, size=0x4000, cache address=0x93B38000
 segment __DATA, size=0x2000, cache address=0xAC42F000
 segment __LINKEDIT, size=0x40D0, cache address=0x9B682000
update_dyld_shared_cache: copying /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement to cache
 segment __TEXT, size=0xB000, cache address=0x93B3C000
 segment __DATA, size=0x1000, cache address=0xAC431000
 segment __LINKEDIT, size=0x6D40, cache address=0x9B687000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync to cache
 segment __TEXT, size=0xF000, cache address=0x93B47000
 segment __DATA, size=0x2000, cache address=0xAC432000
 segment __OBJC, size=0x2000, cache address=0xAC434000
 segment __LINKEDIT, size=0x7EA0, cache address=0x9B68E000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture to cache
 segment __TEXT, size=0x16000, cache address=0x93B56000
 segment __DATA, size=0x4000, cache address=0xAC436000
 segment __LINKEDIT, size=0x13080, cache address=0x9B696000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate to cache
 segment __TEXT, size=0x1000, cache address=0x93B6C000
 segment __LINKEDIT, size=0x15A0, cache address=0x9B6AA000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox to cache
 segment __TEXT, size=0x3E4000, cache address=0x93B6D000
 segment __DATA, size=0x1F000, cache address=0xAC43A000
 segment __OBJC, size=0x4000, cache address=0xAC45C000
 segment __LINKEDIT, size=0x13BDD0, cache address=0x9B6AC000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering to cache
 segment __TEXT, size=0x5C000, cache address=0x93F51000
 segment __DATA, size=0x4000, cache address=0xAC460000
 segment __LINKEDIT, size=0x213F0, cache address=0x9B7E8000
update_dyld_shared_cache: copying /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib to cache
 segment __TEXT, size=0x1000, cache address=0x93FAD000
 segment __LINKEDIT, size=0x1660, cache address=0x9B80A000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts to cache
 segment __TEXT, size=0x36000, cache address=0x93FAE000
 segment __DATA, size=0x3000, cache address=0xAC464000
 segment __OBJC, size=0x6000, cache address=0xAC467000
 segment __LINKEDIT, size=0x18810, cache address=0x9B80C000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD to cache
 segment __TEXT, size=0x119000, cache address=0x93FE4000
 segment __DATA, size=0xB000, cache address=0xAC46D000
 segment __LINKEDIT, size=0xBCD0, cache address=0x9B825000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib to cache
 segment __TEXT, size=0x4000, cache address=0x940FD000
 segment __DATA, size=0x1000, cache address=0xAC478000
 segment __LINKEDIT, size=0x4C90, cache address=0x9B831000
update_dyld_shared_cache: copying /usr/lib/libicucore.A.dylib to cache
 segment __TEXT, size=0x1BD000, cache address=0x94101000
 segment __DATA, size=0xF000, cache address=0xAC479000
 segment __LINKEDIT, size=0x7B840, cache address=0x9B836000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices to cache
 segment __TEXT, size=0x46000, cache address=0x942BE000
 segment __DATA, size=0x4000, cache address=0xAC48B000
 segment __LINKEDIT, size=0x22090, cache address=0x9B8B2000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib to cache
 segment __TEXT, size=0x2A000, cache address=0x94304000
 segment __DATA, size=0x1000, cache address=0xAC48F000
 segment __LINKEDIT, size=0xA760, cache address=0x9B8D5000
update_dyld_shared_cache: copying /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit to cache
 segment __TEXT, size=0x1000, cache address=0x9432E000
 segment __DATA, size=0x1000, cache address=0xAC490000
 segment __LINKEDIT, size=0x3320, cache address=0x9B8E0000
update_dyld_shared_cache: copying /usr/lib/libc++abi.dylib to cache
 segment __TEXT, size=0x23000, cache address=0x9432F000
 segment __DATA, size=0x5000, cache address=0xAC491000
 segment __LINKEDIT, size=0x23930, cache address=0x9B8E4000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary to cache
 segment __TEXT, size=0x21000, cache address=0x94352000
 segment __DATA, size=0x1000, cache address=0xAC496000
 segment __LINKEDIT, size=0x7960, cache address=0x9B908000
update_dyld_shared_cache: copying /System/Library/Frameworks/JavascriptCore.framework/Versions/A/JavascriptCore to cache
 segment __TEXT, size=0x259000, cache address=0x94373000
 segment __DATA, size=0x7000, cache address=0xAC498000
 segment __OBJC, size=0x1000, cache address=0xAC4B0000
 segment __LINKEDIT, size=0x76650, cache address=0x9B910000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib to cache
 segment __TEXT, size=0x4F000, cache address=0x945CC000
 segment __DATA, size=0x4000, cache address=0xAC4B1000
 segment __LINKEDIT, size=0x1C530, cache address=0x9B987000
update_dyld_shared_cache: copying /usr/lib/libxar.1.dylib to cache
 segment __TEXT, size=0xF000, cache address=0x9461B000
 segment __DATA, size=0x1000, cache address=0xAC4B5000
 segment __LINKEDIT, size=0x5B50, cache address=0x9B9A4000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink to cache
 segment __TEXT, size=0x98000, cache address=0x9462A000
 segment __DATA, size=0x3000, cache address=0xAC4B6000
 segment __OBJC, size=0x3000, cache address=0xAC4BE000
 segment __LINKEDIT, size=0x1D700, cache address=0x9B9AA000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontWorkerAccess.dylib to cache
 segment __TEXT, size=0xA000, cache address=0x946C2000
 segment __DATA, size=0x1000, cache address=0xAC4C1000
 segment __LINKEDIT, size=0x68C0, cache address=0x9B9C8000
update_dyld_shared_cache: copying /usr/lib/system/libmacho.dylib to cache
 segment __TEXT, size=0x5000, cache address=0x946CC000
 segment __DATA, size=0x1000, cache address=0xAC4C2000
 segment __LINKEDIT, size=0x2D50, cache address=0x9B9CF000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData to cache
 segment __TEXT, size=0x218000, cache address=0x946D1000
 segment __DATA, size=0xC000, cache address=0xAC4C3000
 segment __OBJC, size=0x21000, cache address=0xAC4CF000
 segment __LINKEDIT, size=0x7CDF0, cache address=0x9B9D2000
update_dyld_shared_cache: copying /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage to cache
 segment __TEXT, size=0x2A4000, cache address=0x948E9000
 segment __DATA, size=0xA000, cache address=0xAC4F0000
 segment __OBJC, size=0x18000, cache address=0xAC4FB000
 segment __LINKEDIT, size=0x71370, cache address=0x9BA4F000
update_dyld_shared_cache: copying /usr/lib/libbsm.0.dylib to cache
 segment __TEXT, size=0x13000, cache address=0x94B8D000
 segment __DATA, size=0x1000, cache address=0xAC513000
 segment __LINKEDIT, size=0x4E20, cache address=0x9BAC1000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory to cache
 segment __TEXT, size=0x5000, cache address=0x94BA0000
 segment __DATA, size=0x1000, cache address=0xAC515000
 segment __OBJC, size=0x1000, cache address=0xAC516000
 segment __LINKEDIT, size=0x4D70, cache address=0x9BAC6000
update_dyld_shared_cache: copying /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa to cache
 segment __TEXT, size=0x1000, cache address=0x94BA5000
 segment __LINKEDIT, size=0x1720, cache address=0x9BACC000
update_dyld_shared_cache: copying /usr/lib/libncurses.5.4.dylib to cache
 segment __TEXT, size=0x31000, cache address=0x94BA6000
 segment __DATA, size=0x2000, cache address=0xAC517000
 segment __LINKEDIT, size=0x97E0, cache address=0x9BACE000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib to cache
 segment __TEXT, size=0x3000, cache address=0x94BD7000
 segment __DATA, size=0x1000, cache address=0xAC51A000
 segment __LINKEDIT, size=0x2DA0, cache address=0x9BAD8000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics to cache
 segment __TEXT, size=0x443000, cache address=0x94BDA000
 segment __DATA, size=0x1A000, cache address=0xAC51B000
 segment __LINKEDIT, size=0x748C0, cache address=0x9BADB000
update_dyld_shared_cache: copying /usr/lib/liblangid.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x9501D000
 segment __DATA, size=0x1000, cache address=0xAC536000
 segment __LINKEDIT, size=0x1D00, cache address=0x9BB50000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio to cache
 segment __TEXT, size=0x5E000, cache address=0x9501F000
 segment __DATA, size=0x2000, cache address=0xAC537000
 segment __LINKEDIT, size=0x1ED10, cache address=0x9BB52000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz to cache
 segment __TEXT, size=0x1000, cache address=0x9507D000
 segment __LINKEDIT, size=0x1870, cache address=0x9BB71000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib to cache
 segment __TEXT, size=0x3C000, cache address=0x9507E000
 segment __DATA, size=0x1000, cache address=0xAC539000
 segment __LINKEDIT, size=0x5440, cache address=0x9BB73000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin to cache
 segment __TEXT, size=0x3000, cache address=0x950BA000
 segment __DATA, size=0x1000, cache address=0xAC53A000
 segment __LINKEDIT, size=0x2F90, cache address=0x9BB79000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage to cache
 segment __TEXT, size=0x18A000, cache address=0x950BD000
 segment __DATA, size=0x3000, cache address=0xAC53B000
 segment __LINKEDIT, size=0x19A00, cache address=0x9BB7C000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_m.dylib to cache
 segment __TEXT, size=0x2E000, cache address=0x95247000
 segment __DATA, size=0x1000, cache address=0xAC53E000
 segment __LINKEDIT, size=0x7D00, cache address=0x9BB96000
update_dyld_shared_cache: copying /usr/lib/libxslt.1.dylib to cache
 segment __TEXT, size=0x2A000, cache address=0x95275000
 segment __DATA, size=0x1000, cache address=0xAC53F000
 segment __LINKEDIT, size=0x9AF0, cache address=0x9BB9E000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols to cache
 segment __TEXT, size=0x37000, cache address=0x9529F000
 segment __DATA, size=0x2000, cache address=0xAC540000
 segment __OBJC, size=0x1000, cache address=0xAC542000
 segment __LINKEDIT, size=0x17020, cache address=0x9BBA8000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContainer.dylib to cache
 segment __TEXT, size=0x87D000, cache address=0x952D6000
 segment __DATA, size=0x111000, cache address=0xAC543000
 segment __LINKEDIT, size=0x2A8560, cache address=0x9BBC0000
update_dyld_shared_cache: copying /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore to cache
 segment __TEXT, size=0x179000, cache address=0x95B53000
 segment __DATA, size=0x9000, cache address=0xAC659000
 segment __OBJC, size=0xA000, cache address=0xAC663000
 segment __LINKEDIT, size=0x86620, cache address=0x9BE69000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore to cache
 segment __TEXT, size=0x65000, cache address=0x95CCC000
 segment __DATA, size=0x6000, cache address=0xAC66D000
 segment __OBJC, size=0x5000, cache address=0xAC674000
 segment __LINKEDIT, size=0x1F8F0, cache address=0x9BEF0000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis to cache
 segment __TEXT, size=0x16000, cache address=0x95D31000
 segment __DATA, size=0x3000, cache address=0xAC679000
 segment __LINKEDIT, size=0xB040, cache address=0x9BF10000
update_dyld_shared_cache: copying /usr/lib/system/libquarantine.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x95D47000
 segment __DATA, size=0x1000, cache address=0xAC67C000
 segment __LINKEDIT, size=0x2630, cache address=0x9BF1C000
update_dyld_shared_cache: copying /usr/lib/libresolv.9.dylib to cache
 segment __TEXT, size=0x1E000, cache address=0x95D49000
 segment __DATA, size=0x1000, cache address=0xAC67D000
 segment __LINKEDIT, size=0x68A0, cache address=0x9BF1F000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_info.dylib to cache
 segment __TEXT, size=0x2D000, cache address=0x95D67000
 segment __DATA, size=0x1000, cache address=0xAC67F000
 segment __LINKEDIT, size=0x10F90, cache address=0x9BF27000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_c.dylib to cache
 segment __TEXT, size=0xBE000, cache address=0x95D94000
 segment __DATA, size=0x6000, cache address=0xAC681000
 segment __LINKEDIT, size=0x2DF10, cache address=0x9BF39000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth to cache
 segment __TEXT, size=0xD000, cache address=0x95E52000
 segment __DATA, size=0x1000, cache address=0xAC68D000
 segment __OBJC, size=0x1000, cache address=0xAC68E000
 segment __LINKEDIT, size=0x7B20, cache address=0x9BF68000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices to cache
 segment __TEXT, size=0x58000, cache address=0x95E5F000
 segment __DATA, size=0x4000, cache address=0xAC68F000
 segment __OBJC, size=0x1000, cache address=0xAC694000
 segment __LINKEDIT, size=0x2A9D0, cache address=0x9BF70000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi to cache
 segment __TEXT, size=0x42000, cache address=0x95EB7000
 segment __DATA, size=0x5000, cache address=0xAC695000
 segment __OBJC, size=0x6000, cache address=0xAC69A000
 segment __LINKEDIT, size=0x144C0, cache address=0x9BF9B000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin to cache
 segment __TEXT, size=0x2F000, cache address=0x95EF9000
 segment __DATA, size=0x3000, cache address=0xAC6A0000
 segment __OBJC, size=0x5000, cache address=0xAC6A3000
 segment __LINKEDIT, size=0x13410, cache address=0x9BFB0000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData to cache
 segment __TEXT, size=0xE000, cache address=0x95F28000
 segment __DATA, size=0x1000, cache address=0xAC6A8000
 segment __OBJC, size=0x2000, cache address=0xAC6A9000
 segment __LINKEDIT, size=0x5C40, cache address=0x9BFC4000
update_dyld_shared_cache: copying /usr/lib/system/libkxld.dylib to cache
 segment __TEXT, size=0xD000, cache address=0x95F36000
 segment __DATA, size=0x1000, cache address=0xAC6AB000
 segment __LINKEDIT, size=0x2190, cache address=0x9BFCA000
update_dyld_shared_cache: copying /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib to cache
 segment __TEXT, size=0x708000, cache address=0x95F43000
 segment __DATA, size=0x42000, cache address=0xAC6AC000
 segment __LINKEDIT, size=0x116720, cache address=0x9BFCD000
update_dyld_shared_cache: copying /usr/lib/system/libcompiler_rt.dylib to cache
 segment __TEXT, size=0x4000, cache address=0x9664B000
 segment __DATA, size=0x1000, cache address=0xAC70E000
 segment __LINKEDIT, size=0x4E50, cache address=0x9C0E4000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService to cache
 segment __TEXT, size=0xA000, cache address=0x9664F000
 segment __DATA, size=0x1000, cache address=0xAC70F000
 segment __OBJC, size=0x1000, cache address=0xAC710000
 segment __LINKEDIT, size=0x6180, cache address=0x9C0E9000
update_dyld_shared_cache: copying /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface to cache
 segment __TEXT, size=0x30000, cache address=0x96659000
 segment __DATA, size=0x2000, cache address=0xAC711000
 segment __OBJC, size=0x6000, cache address=0xAC713000
 segment __LINKEDIT, size=0x12D90, cache address=0x9C0F0000
update_dyld_shared_cache: copying /usr/lib/libobjc.A.dylib to cache
 segment __TEXT, size=0x10E000, cache address=0x96689000
 segment __DATA, size=0x5000, cache address=0xAC719000
 segment __OBJC, size=0x1000, cache address=0xAC71F000
 segment __LINKEDIT, size=0x13940, cache address=0x9C103000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x96797000
 segment __DATA, size=0x1000, cache address=0xAC720000
 segment __LINKEDIT, size=0x3200, cache address=0x9C117000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit to cache
 segment __TEXT, size=0x4C000, cache address=0x96799000
 segment __DATA, size=0x3000, cache address=0xAC721000
 segment __OBJC, size=0x3000, cache address=0xAC724000
 segment __LINKEDIT, size=0x10440, cache address=0x9C11B000
update_dyld_shared_cache: copying /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera to cache
 segment __TEXT, size=0x28C000, cache address=0x967E5000
 segment __DATA, size=0x18000, cache address=0xAC727000
 segment __OBJC, size=0x3000, cache address=0xAC742000
 segment __LINKEDIT, size=0x165F0, cache address=0x9C12C000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis to cache
 segment __TEXT, size=0x11000, cache address=0x96A71000
 segment __DATA, size=0x1000, cache address=0xAC745000
 segment __LINKEDIT, size=0xA2B0, cache address=0x9C143000
update_dyld_shared_cache: copying /usr/lib/libpam.2.dylib to cache
 segment __TEXT, size=0x4000, cache address=0x96A82000
 segment __DATA, size=0x1000, cache address=0xAC746000
 segment __LINKEDIT, size=0x2A30, cache address=0x9C14E000
update_dyld_shared_cache: copying /usr/lib/libOpenScriptingUtil.dylib to cache
 segment __TEXT, size=0x1000, cache address=0x96A86000
 segment __DATA, size=0x1000, cache address=0xAC747000
 segment __LINKEDIT, size=0x19C0, cache address=0x9C151000
update_dyld_shared_cache: copying /usr/lib/system/libcopyfile.dylib to cache
 segment __TEXT, size=0x9000, cache address=0x96A87000
 segment __DATA, size=0x1000, cache address=0xAC748000
 segment __LINKEDIT, size=0x2FA0, cache address=0x9C153000
update_dyld_shared_cache: copying /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents to cache
 segment __TEXT, size=0xD39000, cache address=0x96A90000
 segment __DATA, size=0x113000, cache address=0xAC749000
 segment __OBJC, size=0x1000, cache address=0xAC8BC000
 segment __LINKEDIT, size=0x580B0, cache address=0x9C157000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth to cache
 segment __TEXT, size=0xA000, cache address=0x977C9000
 segment __DATA, size=0x1000, cache address=0xAC8BD000
 segment __LINKEDIT, size=0x4140, cache address=0x9C1B3000
update_dyld_shared_cache: copying /usr/lib/system/libcorecrypto.dylib to cache
 segment __TEXT, size=0x4D000, cache address=0x977D3000
 segment __DATA, size=0x2000, cache address=0xAC8BE000
 segment __LINKEDIT, size=0x9B50, cache address=0x9C1B8000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication to cache
 segment __TEXT, size=0x5B000, cache address=0x97820000
 segment __DATA, size=0x4000, cache address=0xAC8C0000
 segment __OBJC, size=0x9000, cache address=0xAC8C4000
 segment __LINKEDIT, size=0x1CB20, cache address=0x9C1C2000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/login.framework/Versions/A/login to cache
 segment __TEXT, size=0xC000, cache address=0x9787B000
 segment __DATA, size=0x1000, cache address=0xAC8CD000
 segment __LINKEDIT, size=0x6D90, cache address=0x9C1DF000
update_dyld_shared_cache: copying /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos to cache
 segment __TEXT, size=0x1A000, cache address=0x97887000
 segment __DATA, size=0x1000, cache address=0xAC8CF000
 segment __LINKEDIT, size=0x13BD0, cache address=0x9C1E6000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory to cache
 segment __TEXT, size=0x17000, cache address=0x978A1000
 segment __DATA, size=0x4000, cache address=0xAC8D1000
 segment __LINKEDIT, size=0x10420, cache address=0x9C1FB000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X to cache
 segment __TEXT, size=0x26000, cache address=0x978B8000
 segment __DATA, size=0x2000, cache address=0xAC8D5000
 segment __LINKEDIT, size=0xC8D0, cache address=0x9C20D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring to cache
 segment __TEXT, size=0x18000, cache address=0x978DE000
 segment __DATA, size=0x2000, cache address=0xAC8D7000
 segment __LINKEDIT, size=0x11780, cache address=0x9C21A000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo to cache
 segment __TEXT, size=0x26000, cache address=0x978F6000
 segment __DATA, size=0x3000, cache address=0xAC8DA000
 segment __LINKEDIT, size=0x13D20, cache address=0x9C22C000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_notify.dylib to cache
 segment __TEXT, size=0xB000, cache address=0x9791C000
 segment __DATA, size=0x1000, cache address=0xAC8DD000
 segment __LINKEDIT, size=0x5190, cache address=0x9C240000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit to cache
 segment __TEXT, size=0x41000, cache address=0x97927000
 segment __DATA, size=0x3000, cache address=0xAC8DE000
 segment __LINKEDIT, size=0xBEF0, cache address=0x9C247000
update_dyld_shared_cache: copying /usr/lib/libDiagnosticMessagesClient.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x97968000
 segment __DATA, size=0x1000, cache address=0xAC8E1000
 segment __LINKEDIT, size=0x22D0, cache address=0x9C253000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib to cache
 segment __TEXT, size=0x25000, cache address=0x9796A000
 segment __DATA, size=0x1000, cache address=0xAC8E2000
 segment __LINKEDIT, size=0x5570, cache address=0x9C256000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv to cache
 segment __TEXT, size=0x11D000, cache address=0x9798F000
 segment __DATA, size=0x4000, cache address=0xAC8E3000
 segment __OBJC, size=0x1000, cache address=0xAC8E7000
 segment __LINKEDIT, size=0x62970, cache address=0x9C25C000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages to cache
 segment __TEXT, size=0xFD000, cache address=0x97AAC000
 segment __DATA, size=0xB000, cache address=0xAC8E8000
 segment __OBJC, size=0x1000, cache address=0xAC8F3000
 segment __LINKEDIT, size=0x434E0, cache address=0x9C2BF000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit to cache
 segment __TEXT, size=0x379000, cache address=0x97BA9000
 segment __DATA, size=0x18000, cache address=0xAC8F4000
 segment __OBJC, size=0x2B000, cache address=0xAC90F000
 segment __LINKEDIT, size=0x167AE0, cache address=0x9C303000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF to cache
 segment __TEXT, size=0x7A000, cache address=0x97F22000
 segment __DATA, size=0xE000, cache address=0xAC93A000
 segment __OBJC, size=0x8000, cache address=0xAC948000
 segment __LINKEDIT, size=0x244E0, cache address=0x9C46B000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib to cache
 segment __TEXT, size=0x50000, cache address=0x97F9C000
 segment __DATA, size=0x2000, cache address=0xAC950000
 segment __LINKEDIT, size=0x80A0, cache address=0x9C490000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib to cache
 segment __TEXT, size=0xFF000, cache address=0x97FEC000
 segment __DATA, size=0x15000, cache address=0xAC952000
 segment __LINKEDIT, size=0x373C0, cache address=0x9C499000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo to cache
 segment __TEXT, size=0x4000, cache address=0x980EB000
 segment __DATA, size=0x1000, cache address=0xAC967000
 segment __LINKEDIT, size=0x3B80, cache address=0x9C4D1000
update_dyld_shared_cache: copying /usr/lib/system/libremovefile.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x980EF000
 segment __DATA, size=0x1000, cache address=0xAC968000
 segment __LINKEDIT, size=0x22B0, cache address=0x9C4D5000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO to cache
 segment __TEXT, size=0x10E000, cache address=0x980F1000
 segment __DATA, size=0xC000, cache address=0xAC969000
 segment __LINKEDIT, size=0x43A70, cache address=0x9C4D9000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore to cache
 segment __TEXT, size=0x67000, cache address=0x981FF000
 segment __DATA, size=0x4000, cache address=0xAC975000
 segment __OBJC, size=0x1000, cache address=0xAC979000
 segment __LINKEDIT, size=0x255A0, cache address=0x9C51D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport to cache
 segment __TEXT, size=0x14000, cache address=0x98266000
 segment __DATA, size=0x1000, cache address=0xAC97A000
 segment __LINKEDIT, size=0xBC00, cache address=0x9C543000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight to cache
 segment __TEXT, size=0x41E000, cache address=0x9827A000
 segment __DATA, size=0x201000, cache address=0xAC97B000
 segment __OBJC, size=0x1000, cache address=0xACB7C000
 segment __LINKEDIT, size=0xD600, cache address=0x9C54F000
update_dyld_shared_cache: copying /usr/lib/libcups.2.dylib to cache
 segment __TEXT, size=0x42000, cache address=0x98698000
 segment __DATA, size=0x3000, cache address=0xACB7D000
 segment __LINKEDIT, size=0xBAA0, cache address=0x9C55D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac to cache
 segment __TEXT, size=0x5000, cache address=0x986DA000
 segment __DATA, size=0x1000, cache address=0xACB80000
 segment __OBJC, size=0x1000, cache address=0xACB81000
 segment __LINKEDIT, size=0x39A0, cache address=0x9C569000
update_dyld_shared_cache: copying /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime to cache
 segment __TEXT, size=0x27D000, cache address=0x986DF000
 segment __DATA, size=0x9000, cache address=0xACB82000
 segment __LINKEDIT, size=0x9CE20, cache address=0x9C56D000
update_dyld_shared_cache: copying /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration to cache
 segment __TEXT, size=0x9000, cache address=0x9895C000
 segment __DATA, size=0x1000, cache address=0xACB8D000
 segment __LINKEDIT, size=0x78C0, cache address=0x9C60A000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices to cache
 segment __TEXT, size=0x43000, cache address=0x98965000
 segment __DATA, size=0x4000, cache address=0xACB8E000
 segment __OBJC, size=0x6000, cache address=0xACB92000
 segment __LINKEDIT, size=0x1C990, cache address=0x9C612000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib to cache
 segment __TEXT, size=0x10C000, cache address=0x989A8000
 segment __DATA, size=0x2000, cache address=0xACB98000
 segment __LINKEDIT, size=0x218C0, cache address=0x9C62F000
update_dyld_shared_cache: copying /usr/lib/system/liblaunch.dylib to cache
 segment __TEXT, size=0x8000, cache address=0x98AB4000
 segment __DATA, size=0x1000, cache address=0xACB9B000
 segment __LINKEDIT, size=0x40D0, cache address=0x9C651000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL to cache
 segment __TEXT, size=0x46000, cache address=0x98ABC000
 segment __DATA, size=0x5000, cache address=0xACB9C000
 segment __OBJC, size=0x1000, cache address=0xACBA1000
 segment __LINKEDIT, size=0x8FA0, cache address=0x9C657000
update_dyld_shared_cache: copying /usr/lib/libstdc++.6.0.9.dylib to cache
 segment __TEXT, size=0x65000, cache address=0x98B02000
 segment __DATA, size=0x3000, cache address=0xACBA2000
 segment __LINKEDIT, size=0x579C0, cache address=0x9C660000
update_dyld_shared_cache: copying /usr/lib/libxml2.2.dylib to cache
 segment __TEXT, size=0xEA000, cache address=0x98B67000
 segment __DATA, size=0x5000, cache address=0xACBA7000
 segment __LINKEDIT, size=0x268A0, cache address=0x9C6B8000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_kernel.dylib to cache
 segment __TEXT, size=0x1B000, cache address=0x98C51000
 segment __DATA, size=0x2000, cache address=0xACBAD000
 segment __LINKEDIT, size=0xCB80, cache address=0x9C6DF000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit to cache
 segment __TEXT, size=0x26E000, cache address=0x98C6C000
 segment __DATA, size=0xF000, cache address=0xACBAF000
 segment __OBJC, size=0x3D000, cache address=0xACC3E000
 segment __LINKEDIT, size=0xC9BA0, cache address=0x9C6ED000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication to cache
 segment __TEXT, size=0x9B000, cache address=0x98EDA000
 segment __DATA, size=0x8000, cache address=0xACC7B000
 segment __LINKEDIT, size=0x3B880, cache address=0x9C7B7000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork to cache
 segment __TEXT, size=0x6000, cache address=0x98F75000
 segment __DATA, size=0x1000, cache address=0xACC84000
 segment __LINKEDIT, size=0x4130, cache address=0x9C7F3000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib to cache
 segment __TEXT, size=0x7000, cache address=0x98F7B000
 segment __DATA, size=0x1000, cache address=0xACC85000
 segment __OBJC, size=0x1000, cache address=0xACC86000
 segment __LINKEDIT, size=0x3EF0, cache address=0x9C7F8000
update_dyld_shared_cache: copying /usr/lib/system/libdnsinfo.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x98F82000
 segment __DATA, size=0x1000, cache address=0xACC87000
 segment __LINKEDIT, size=0x2190, cache address=0x9C7FC000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib to cache
 segment __TEXT, size=0x3B9000, cache address=0x98F84000
 segment __DATA, size=0x4000, cache address=0xACC88000
 segment __LINKEDIT, size=0x51630, cache address=0x9C7FF000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation to cache
 segment __TEXT, size=0x1E9000, cache address=0x9933D000
 segment __DATA, size=0x1A000, cache address=0xACC8D000
 segment __OBJC, size=0xC000, cache address=0xACCAA000
 segment __UNICODE, size=0x88000, cache address=0x9A721000
 segment __LINKEDIT, size=0x7B350, cache address=0x9C851000
update_dyld_shared_cache: copying /usr/lib/system/libcache.dylib to cache
 segment __TEXT, size=0x5000, cache address=0x99526000
 segment __DATA, size=0x1000, cache address=0xACCB6000
 segment __LINKEDIT, size=0x26D0, cache address=0x9C8CD000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit to cache
 segment __TEXT, size=0x40000, cache address=0x9952B000
 segment __DATA, size=0x2000, cache address=0xACCB7000
 segment __OBJC, size=0x6000, cache address=0xACCB9000
 segment __LINKEDIT, size=0x12880, cache address=0x9C8D0000
update_dyld_shared_cache: copying /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters to cache
 segment __TEXT, size=0x111000, cache address=0x9956B000
 segment __DATA, size=0x8000, cache address=0xACCBF000
 segment __LINKEDIT, size=0x30030, cache address=0x9C8E3000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity to cache
 segment __TEXT, size=0x20000, cache address=0x9967C000
 segment __DATA, size=0x2000, cache address=0xACCC8000
 segment __OBJC, size=0x1000, cache address=0xACCCA000
 segment __LINKEDIT, size=0xECB0, cache address=0x9C914000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices to cache
 segment __TEXT, size=0xAB000, cache address=0x9969C000
 segment __DATA, size=0x7000, cache address=0xACCCB000
 segment __OBJC, size=0x1000, cache address=0xACCD3000
 segment __LINKEDIT, size=0x3FC50, cache address=0x9C923000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate to cache
 segment __TEXT, size=0x1000, cache address=0x99747000
 segment __DATA, size=0x1000, cache address=0xACCD4000
 segment __LINKEDIT, size=0x1860, cache address=0x9C963000
update_dyld_shared_cache: copying /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox to cache
 segment __TEXT, size=0x394000, cache address=0x99748000
 segment __DATA, size=0x15000, cache address=0xACCD5000
 segment __OBJC, size=0x1000, cache address=0xACCEA000
 segment __LINKEDIT, size=0x62430, cache address=0x9C965000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender to cache
 segment __TEXT, size=0x11F000, cache address=0x99ADC000
 segment __DATA, size=0x1A000, cache address=0xACCEB000
 segment __OBJC, size=0x1000, cache address=0xACD05000
 segment __LINKEDIT, size=0x16D10, cache address=0x9C9C8000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore to cache
 segment __TEXT, size=0x5A000, cache address=0x99BFB000
 segment __DATA, size=0x5000, cache address=0xACD06000
 segment __OBJC, size=0x8000, cache address=0xACD0B000
 segment __LINKEDIT, size=0x1D1A0, cache address=0x9C9DF000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib to cache
 segment __TEXT, size=0x1D000, cache address=0x99C55000
 segment __DATA, size=0x1000, cache address=0xACD13000
 segment __LINKEDIT, size=0x5F10, cache address=0x9C9FD000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement to cache
 segment __TEXT, size=0x43000, cache address=0x99C72000
 segment __DATA, size=0x5000, cache address=0xACD14000
 segment __OBJC, size=0x3000, cache address=0xACD19000
 segment __LINKEDIT, size=0x12420, cache address=0x9CA03000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit to cache
 segment __TEXT, size=0x86000, cache address=0x99CB5000
 segment __DATA, size=0x6000, cache address=0xACD1C000
 segment __LINKEDIT, size=0x33970, cache address=0x9CA16000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI to cache
 segment __TEXT, size=0xF5000, cache address=0x99D3B000
 segment __DATA, size=0x9000, cache address=0xACD22000
 segment __OBJC, size=0x18000, cache address=0xACD2B000
 segment __LINKEDIT, size=0x58AA0, cache address=0x9CA4A000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print to cache
 segment __TEXT, size=0x7000, cache address=0x99E30000
 segment __DATA, size=0x1000, cache address=0xACD43000
 segment __LINKEDIT, size=0x5A80, cache address=0x9CAA3000
update_dyld_shared_cache: copying /usr/lib/libutil1.0.dylib to cache
 segment __TEXT, size=0x4000, cache address=0x99E37000
 segment __DATA, size=0x1000, cache address=0xACD44000
 segment __LINKEDIT, size=0x2C70, cache address=0x9CAA9000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices to cache
 segment __TEXT, size=0x1000, cache address=0x99E3B000
 segment __LINKEDIT, size=0x7700, cache address=0x9CAAD000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup to cache
 segment __TEXT, size=0xD5000, cache address=0x99E3C000
 segment __DATA, size=0x4000, cache address=0xACD45000
 segment __OBJC, size=0x6000, cache address=0xACD4B000
 segment __LINKEDIT, size=0x5FE00, cache address=0x9CAB5000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore to cache
 segment __TEXT, size=0x306000, cache address=0x99F11000
 segment __DATA, size=0xB000, cache address=0xACD51000
 segment __LINKEDIT, size=0x65D70, cache address=0x9CB15000
update_dyld_shared_cache: copying /usr/lib/libcsfde.dylib to cache
 segment __TEXT, size=0xB000, cache address=0x9A217000
 segment __DATA, size=0x1000, cache address=0xACD5E000
 segment __LINKEDIT, size=0x6F40, cache address=0x9CB7B000
update_dyld_shared_cache: copying /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation to cache
 segment __TEXT, size=0x7B000, cache address=0x9A222000
 segment __DATA, size=0x5000, cache address=0xACD5F000
 segment __OBJC, size=0x4000, cache address=0xACD68000
 segment __LINKEDIT, size=0x20C70, cache address=0x9CB82000
update_dyld_shared_cache: copying /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook to cache
 segment __TEXT, size=0x5A000, cache address=0x9A29D000
 segment __DATA, size=0x7000, cache address=0xACD6C000
 segment __OBJC, size=0x1000, cache address=0xACD74000
 segment __LINKEDIT, size=0x26560, cache address=0x9CBA4000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon to cache
 segment __TEXT, size=0x1000, cache address=0x9A2F7000
 segment __LINKEDIT, size=0x1B20, cache address=0x9CBCB000
update_dyld_shared_cache: copying /usr/lib/libSystem.B.dylib to cache
 segment __TEXT, size=0x1000, cache address=0x9A2F8000
 segment __DATA, size=0x1000, cache address=0xACD75000
 segment __LINKEDIT, size=0x30F0, cache address=0x9CBCD000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL to cache
 segment __TEXT, size=0xF000, cache address=0x9A2F9000
 segment __DATA, size=0x1000, cache address=0xACD76000
 segment __LINKEDIT, size=0x56B0, cache address=0x9CBD2000
update_dyld_shared_cache: copying /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP to cache
 segment __TEXT, size=0x38000, cache address=0x9A308000
 segment __DATA, size=0x1000, cache address=0xACD77000
 segment __LINKEDIT, size=0x9300, cache address=0x9CBD8000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA to cache
 segment __TEXT, size=0x5C000, cache address=0x9A340000
 segment __DATA, size=0x1000, cache address=0xACD79000
 segment __LINKEDIT, size=0x6EC0, cache address=0x9CBE2000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText to cache
 segment __TEXT, size=0xB0000, cache address=0x9A39C000
 segment __DATA, size=0x6000, cache address=0xACD7B000
 segment __OBJC, size=0x2000, cache address=0xACD81000
 segment __LINKEDIT, size=0x4B3A0, cache address=0x9CBE9000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC to cache
 segment __TEXT, size=0x4000, cache address=0x9A44C000
 segment __DATA, size=0x1000, cache address=0xACD83000
 segment __LINKEDIT, size=0x3B40, cache address=0x9CC35000
update_dyld_shared_cache: copying /usr/lib/system/libunwind.dylib to cache
 segment __TEXT, size=0x8000, cache address=0x9A450000
 segment __DATA, size=0x1000, cache address=0xACD84000
 segment __LINKEDIT, size=0x47D0, cache address=0x9CC39000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit to cache
 segment __TEXT, size=0x89000, cache address=0x9A458000
 segment __DATA, size=0x4000, cache address=0xACD85000
 segment __OBJC, size=0xE000, cache address=0xACD89000
 segment __LINKEDIT, size=0x2F980, cache address=0x9CC3E000
update_dyld_shared_cache: copying /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface to cache
 segment __TEXT, size=0x5000, cache address=0x9A4E1000
 segment __DATA, size=0x1000, cache address=0xACD97000
 segment __LINKEDIT, size=0x5C00, cache address=0x9CC6E000
update_dyld_shared_cache: copying /usr/lib/libz.1.2.5.dylib to cache
 segment __TEXT, size=0xF000, cache address=0x9A4E6000
 segment __DATA, size=0x1000, cache address=0xACD98000
 segment __LINKEDIT, size=0x25B0, cache address=0x9CC74000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters to cache
 segment __TEXT, size=0x26000, cache address=0x9A4F5000
 segment __DATA, size=0x2000, cache address=0xACD99000
 segment __OBJC, size=0x7000, cache address=0xACD9B000
 segment __LINKEDIT, size=0x13920, cache address=0x9CC78000
update_dyld_shared_cache: copying /usr/lib/libCRFSuite.dylib to cache
 segment __TEXT, size=0x1E000, cache address=0x9A51B000
 segment __DATA, size=0x1000, cache address=0xACDA2000
 segment __LINKEDIT, size=0x7DC0, cache address=0x9CC8C000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_sandbox.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x9A539000
 segment __DATA, size=0x1000, cache address=0xACDA3000
 segment __LINKEDIT, size=0x25E0, cache address=0x9CC94000
update_dyld_shared_cache: copying /usr/lib/system/libdispatch.dylib to cache
 segment __TEXT, size=0x13000, cache address=0x9A53B000
 segment __DATA, size=0x2000, cache address=0xACDA4000
 segment __LINKEDIT, size=0x9BA0, cache address=0x9CC97000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut to cache
 segment __TEXT, size=0x2C000, cache address=0x9A54E000
 segment __DATA, size=0x2000, cache address=0xACDA8000
 segment __OBJC, size=0x5000, cache address=0xACDAA000
 segment __LINKEDIT, size=0x110E0, cache address=0x9CCA2000
update_dyld_shared_cache: copying /usr/lib/libUniversalAccess.dylib to cache
 segment __TEXT, size=0x3000, cache address=0x9A57A000
 segment __DATA, size=0x1000, cache address=0xACDAF000
 segment __LINKEDIT, size=0x2E80, cache address=0x9CCB4000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib to cache
 segment __TEXT, size=0x7000, cache address=0x9A57D000
 segment __DATA, size=0x1000, cache address=0xACDB0000
 segment __LINKEDIT, size=0x3B00, cache address=0x9CCB7000
update_dyld_shared_cache: copying /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4 to cache
 segment __TEXT, size=0xB8000, cache address=0x9A584000
 segment __DATA, size=0x5000, cache address=0xACDB1000
 segment __LINKEDIT, size=0x1D090, cache address=0x9CCBB000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/LoginUIKit to cache
 segment __TEXT, size=0x3D000, cache address=0x9A63C000
 segment __DATA, size=0x2000, cache address=0xACDB6000
 segment __OBJC, size=0x9000, cache address=0xACDB8000
 segment __LINKEDIT, size=0x1A840, cache address=0x9CCD9000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound to cache
 segment __TEXT, size=0xA000, cache address=0x9A679000
 segment __DATA, size=0x1000, cache address=0xACDC1000
 segment __LINKEDIT, size=0x5FA0, cache address=0x9CCF4000
update_dyld_shared_cache: copying /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes to cache
 segment __TEXT, size=0x1A000, cache address=0x9A683000
 segment __DATA, size=0x2000, cache address=0xACDC2000
 segment __OBJC, size=0x3000, cache address=0xACDC4000
 segment __LINKEDIT, size=0xC200, cache address=0x9CCFA000
update_dyld_shared_cache: for i386, updating binding information for 242 files:
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libsystem_blocks.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libssl.0.9.8.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libsystem_network.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libsystem_dnssd.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libcrypto.0.9.8.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libquit.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libtidy.A.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistryServer.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libunc.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libdyld.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libxpc.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libbz2.1.0.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/AGL.framework/Versions/A/AGL
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libATSServer.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libc++.1.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libodfde.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libScreenReader.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libcommonCrypto.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libauto.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/GSS.framework/Versions/A/GSS
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libkeymgr.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Security.framework/Versions/A/Security
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libCoreStorage.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libsasl2.2.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libsqlite3.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libiconv.2.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libcurl.4.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libicucore.A.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libc++abi.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/JavascriptCore.framework/Versions/A/JavascriptCore
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libxar.1.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontWorkerAccess.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libmacho.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libbsm.0.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libncurses.5.4.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/liblangid.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libsystem_m.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libxslt.1.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContainer.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libquarantine.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libresolv.9.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libsystem_info.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libsystem_c.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libkxld.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libcompiler_rt.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libobjc.A.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libpam.2.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libOpenScriptingUtil.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libcopyfile.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libcorecrypto.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/login.framework/Versions/A/login
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libsystem_notify.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libDiagnosticMessagesClient.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libremovefile.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libcups.2.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/liblaunch.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libstdc++.6.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libxml2.2.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libsystem_kernel.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libdnsinfo.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libcache.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libutil.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libcsfde.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libSystem.B.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libunwind.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libz.1.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libCRFSuite.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libsystem_sandbox.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/system/libdispatch.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
update_dyld_shared_cache: for i386, updating binding information in cache for /usr/lib/libUniversalAccess.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/LoginUIKit
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
update_dyld_shared_cache: for i386, updating binding information in cache for /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
update_dyld_shared_cache: for i386, optimizing objc metadata
update_dyld_shared_cache: for i386, 665685/946176 bytes (70%) used in libobjc read-only optimization section
update_dyld_shared_cache: for i386, 1484/16384 bytes (9%) used in libobjc read/write optimization section
update_dyld_shared_cache: for i386, uniqued 65717 selectors
update_dyld_shared_cache: for i386, updated 204615 selector references
update_dyld_shared_cache: for i386, updated 0 ivar offsets
update_dyld_shared_cache: for i386, sorted 0 method lists
update_dyld_shared_cache: for i386, recorded 0 classes (0 duplicates)
update_dyld_shared_cache: for i386, wrote objc metadata optimization version 12
update_dyld_shared_cache: writing cache to disk: ///var/db/dyld/dyld_shared_cache_i386.tmp292
update_dyld_shared_cache: atomically moving cache file into place: ///var/db/dyld/dyld_shared_cache_i386
update_dyld_shared_cache: writing .map file to disk
update_dyld_shared_cache: regenerating ///var/db/dyld/dyld_shared_cache_x86_64
update_dyld_shared_cache: cache mappings: address=0x7FFF80000000, size=0xCF87000, fileOffset=0x0, prot=0x5
update_dyld_shared_cache: cache mappings: address=0x7FFF70000000, size=0x1B84000, fileOffset=0xCF87000, prot=0x3
update_dyld_shared_cache: cache mappings: address=0x7FFF8CF87000, size=0x3EA6000, fileOffset=0xEB0B000, prot=0x1
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser to cache
 segment __TEXT, size=0x8B000, cache address=0x7FFF80007000
 segment __DATA, size=0x20000, cache address=0x7FFF70001000
 segment __LINKEDIT, size=0x41FD0, cache address=0x7FFF8D093000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting to cache
 segment __TEXT, size=0x1E000, cache address=0x7FFF80092000
 segment __DATA, size=0x3000, cache address=0x7FFF70021000
 segment __LINKEDIT, size=0xDD50, cache address=0x7FFF8D0D5000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers to cache
 segment __TEXT, size=0x8000, cache address=0x7FFF800B0000
 segment __DATA, size=0x1000, cache address=0x7FFF70024000
 segment __LINKEDIT, size=0x34D0, cache address=0x7FFF8D0E3000
update_dyld_shared_cache: copying /usr/lib/libz.1.2.5.dylib to cache
 segment __TEXT, size=0x13000, cache address=0x7FFF800B8000
 segment __DATA, size=0x1000, cache address=0x7FFF70025000
 segment __LINKEDIT, size=0x2730, cache address=0x7FFF8D0E7000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF800CB000
 segment __LINKEDIT, size=0x24F0, cache address=0x7FFF8D0EB000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit to cache
 segment __TEXT, size=0x4C000, cache address=0x7FFF800CC000
 segment __DATA, size=0xA000, cache address=0x7FFF70026000
 segment __LINKEDIT, size=0x14A50, cache address=0x7FFF8D0EE000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_notify.dylib to cache
 segment __TEXT, size=0xC000, cache address=0x7FFF80118000
 segment __DATA, size=0x1000, cache address=0x7FFF70031000
 segment __LINKEDIT, size=0x5620, cache address=0x7FFF8D103000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib to cache
 segment __TEXT, size=0x15000, cache address=0x7FFF80124000
 segment __DATA, size=0x0, cache address=0x7FFF70032000
 segment __LINKEDIT, size=0xF3E0, cache address=0x7FFF8D10A000
update_dyld_shared_cache: copying /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit to cache
 segment __TEXT, size=0x172000, cache address=0x7FFF80139000
 segment __DATA, size=0x53000, cache address=0x7FFF70033000
 segment __LINKEDIT, size=0xB2D90, cache address=0x7FFF8D11A000
update_dyld_shared_cache: copying /usr/lib/libUniversalAccess.dylib to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF802AB000
 segment __DATA, size=0x1000, cache address=0x7FFF70086000
 segment __LINKEDIT, size=0x3000, cache address=0x7FFF8D1CD000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib to cache
 segment __TEXT, size=0x4B000, cache address=0x7FFF802AE000
 segment __DATA, size=0x1000, cache address=0x7FFF70087000
 segment __LINKEDIT, size=0xCB00, cache address=0x7FFF8D1D0000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata to cache
 segment __TEXT, size=0x82000, cache address=0x7FFF802F9000
 segment __DATA, size=0x1C000, cache address=0x7FFF70088000
 segment __LINKEDIT, size=0x2B8E0, cache address=0x7FFF8D1DD000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/login.framework/Versions/A/login to cache
 segment __TEXT, size=0xD000, cache address=0x7FFF8037B000
 segment __DATA, size=0x2000, cache address=0x7FFF700B1000
 segment __LINKEDIT, size=0x73B0, cache address=0x7FFF8D209000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage to cache
 segment __TEXT, size=0x19C000, cache address=0x7FFF80388000
 segment __DATA, size=0x4000, cache address=0x7FFF700B3000
 segment __LINKEDIT, size=0x1BF00, cache address=0x7FFF8D211000
update_dyld_shared_cache: copying /usr/lib/system/liblaunch.dylib to cache
 segment __TEXT, size=0x9000, cache address=0x7FFF80524000
 segment __DATA, size=0x1000, cache address=0x7FFF700B7000
 segment __LINKEDIT, size=0x4350, cache address=0x7FFF8D22D000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontWorkerAccess.dylib to cache
 segment __TEXT, size=0xA000, cache address=0x7FFF8052D000
 segment __DATA, size=0x1000, cache address=0x7FFF700B8000
 segment __LINKEDIT, size=0x6E90, cache address=0x7FFF8D233000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/SafariDAVNotifier.framework/Versions/A/SafariDAVNotifier to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF80537000
 segment __DATA, size=0x1000, cache address=0x7FFF700B9000
 segment __LINKEDIT, size=0x19C0, cache address=0x7FFF8D23A000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContainer.dylib to cache
 segment __TEXT, size=0x8B5000, cache address=0x7FFF80538000
 segment __DATA, size=0x19F000, cache address=0x7FFF700BA000
 segment __LINKEDIT, size=0x2C4A20, cache address=0x7FFF8D23C000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts to cache
 segment __TEXT, size=0x23000, cache address=0x7FFF80DED000
 segment __DATA, size=0x6000, cache address=0x7FFF70262000
 segment __LINKEDIT, size=0x14540, cache address=0x7FFF8D501000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF80E10000
 segment __LINKEDIT, size=0x1AA0, cache address=0x7FFF8D516000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF80E11000
 segment __DATA, size=0x1000, cache address=0x7FFF70268000
 segment __LINKEDIT, size=0x31E0, cache address=0x7FFF8D518000
update_dyld_shared_cache: copying /usr/lib/libobjc.A.dylib to cache
 segment __TEXT, size=0x119000, cache address=0x7FFF80E14000
 segment __DATA, size=0x7000, cache address=0x7FFF70269000
 segment __LINKEDIT, size=0x16200, cache address=0x7FFF8D51C000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL to cache
 segment __TEXT, size=0x10000, cache address=0x7FFF80F2D000
 segment __DATA, size=0x1000, cache address=0x7FFF70271000
 segment __LINKEDIT, size=0x5AF0, cache address=0x7FFF8D533000
update_dyld_shared_cache: copying /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices to cache
 segment __TEXT, size=0x159000, cache address=0x7FFF80F3D000
 segment __DATA, size=0x42000, cache address=0x7FFF70273000
 segment __LINKEDIT, size=0x7CD10, cache address=0x7FFF8D539000
update_dyld_shared_cache: copying /usr/lib/libcups.2.dylib to cache
 segment __TEXT, size=0x45000, cache address=0x7FFF81096000
 segment __DATA, size=0x5000, cache address=0x7FFF702B5000
 segment __LINKEDIT, size=0xC560, cache address=0x7FFF8D5B6000
update_dyld_shared_cache: copying /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement to cache
 segment __TEXT, size=0xC000, cache address=0x7FFF810DB000
 segment __DATA, size=0x2000, cache address=0x7FFF702BA000
 segment __LINKEDIT, size=0x7260, cache address=0x7FFF8D5C3000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD to cache
 segment __TEXT, size=0x40000, cache address=0x7FFF810E7000
 segment __DATA, size=0x1000, cache address=0x7FFF702BC000
 segment __LINKEDIT, size=0x15300, cache address=0x7FFF8D5CB000
update_dyld_shared_cache: copying /usr/lib/libexpat.1.dylib to cache
 segment __TEXT, size=0x1C000, cache address=0x7FFF81127000
 segment __DATA, size=0x2000, cache address=0x7FFF702BE000
 segment __LINKEDIT, size=0x52E0, cache address=0x7FFF8D5E1000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib to cache
 segment __TEXT, size=0x10C000, cache address=0x7FFF81143000
 segment __DATA, size=0x26000, cache address=0x7FFF702C0000
 segment __LINKEDIT, size=0x3B410, cache address=0x7FFF8D5E8000
update_dyld_shared_cache: copying /usr/lib/libsandbox.1.dylib to cache
 segment __TEXT, size=0x2A000, cache address=0x7FFF8124F000
 segment __DATA, size=0x2000, cache address=0x7FFF702E6000
 segment __LINKEDIT, size=0x4E40, cache address=0x7FFF8D624000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo to cache
 segment __TEXT, size=0x4000, cache address=0x7FFF81279000
 segment __DATA, size=0x1000, cache address=0x7FFF702E8000
 segment __LINKEDIT, size=0x3DE0, cache address=0x7FFF8D629000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport to cache
 segment __TEXT, size=0xD000, cache address=0x7FFF8127D000
 segment __DATA, size=0x3000, cache address=0x7FFF702E9000
 segment __LINKEDIT, size=0xA940, cache address=0x7FFF8D62D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal to cache
 segment __TEXT, size=0x2F000, cache address=0x7FFF8128A000
 segment __DATA, size=0x3000, cache address=0x7FFF702EC000
 segment __LINKEDIT, size=0x15870, cache address=0x7FFF8D638000
update_dyld_shared_cache: copying /usr/lib/libauto.dylib to cache
 segment __TEXT, size=0x4D000, cache address=0x7FFF812B9000
 segment __DATA, size=0x1000, cache address=0x7FFF702F1000
 segment __LINKEDIT, size=0x13B40, cache address=0x7FFF8D64E000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory to cache
 segment __TEXT, size=0x18000, cache address=0x7FFF81306000
 segment __DATA, size=0x7000, cache address=0x7FFF702F3000
 segment __LINKEDIT, size=0x11560, cache address=0x7FFF8D662000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth to cache
 segment __TEXT, size=0xC000, cache address=0x7FFF8131E000
 segment __DATA, size=0x1000, cache address=0x7FFF702FA000
 segment __LINKEDIT, size=0x4590, cache address=0x7FFF8D675000
update_dyld_shared_cache: copying /usr/lib/system/libmacho.dylib to cache
 segment __TEXT, size=0x7000, cache address=0x7FFF8132A000
 segment __DATA, size=0x1000, cache address=0x7FFF702FB000
 segment __LINKEDIT, size=0x2F90, cache address=0x7FFF8D67A000
update_dyld_shared_cache: copying /usr/lib/libCRFSuite.dylib to cache
 segment __TEXT, size=0x22000, cache address=0x7FFF81331000
 segment __DATA, size=0x1000, cache address=0x7FFF702FC000
 segment __LINKEDIT, size=0x8790, cache address=0x7FFF8D67D000
update_dyld_shared_cache: copying /usr/lib/libtidy.A.dylib to cache
 segment __TEXT, size=0x39000, cache address=0x7FFF81353000
 segment __DATA, size=0x8000, cache address=0x7FFF702FD000
 segment __LINKEDIT, size=0x6B90, cache address=0x7FFF8D686000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink to cache
 segment __TEXT, size=0x9F000, cache address=0x7FFF8138C000
 segment __DATA, size=0x9000, cache address=0x7FFF70305000
 segment __LINKEDIT, size=0x21A50, cache address=0x7FFF8D68D000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer to cache
 segment __TEXT, size=0x25C000, cache address=0x7FFF8142B000
 segment __DATA, size=0x80000, cache address=0x7FFF70315000
 segment __LINKEDIT, size=0xDD480, cache address=0x7FFF8D6AF000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText to cache
 segment __TEXT, size=0xD3000, cache address=0x7FFF81687000
 segment __DATA, size=0xD000, cache address=0x7FFF70395000
 segment __LINKEDIT, size=0x50E20, cache address=0x7FFF8D78D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup to cache
 segment __TEXT, size=0xDB000, cache address=0x7FFF8175A000
 segment __DATA, size=0x13000, cache address=0x7FFF703A3000
 segment __LINKEDIT, size=0x6BC60, cache address=0x7FFF8D7DE000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF81835000
 segment __DATA, size=0x1000, cache address=0x7FFF703B9000
 segment __LINKEDIT, size=0x2580, cache address=0x7FFF8D84A000
update_dyld_shared_cache: copying /usr/lib/libsasl2.2.dylib to cache
 segment __TEXT, size=0x12000, cache address=0x7FFF8183A000
 segment __DATA, size=0x1000, cache address=0x7FFF703BA000
 segment __LINKEDIT, size=0x4CA0, cache address=0x7FFF8D84D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage to cache
 segment __TEXT, size=0x18000, cache address=0x7FFF8184C000
 segment __DATA, size=0x1000, cache address=0x7FFF703BB000
 segment __LINKEDIT, size=0x7520, cache address=0x7FFF8D852000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_dnssd.dylib to cache
 segment __TEXT, size=0x9000, cache address=0x7FFF81864000
 segment __DATA, size=0x1000, cache address=0x7FFF703BC000
 segment __LINKEDIT, size=0x3C00, cache address=0x7FFF8D85A000
update_dyld_shared_cache: copying /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMServicePlugInSupport.framework/Versions/A/IMServicePlugInSupport to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF8186D000
 segment __DATA, size=0x1000, cache address=0x7FFF703BD000
 segment __LINKEDIT, size=0x2EE0, cache address=0x7FFF8D85E000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices to cache
 segment __TEXT, size=0x44000, cache address=0x7FFF81870000
 segment __DATA, size=0x12000, cache address=0x7FFF703BE000
 segment __LINKEDIT, size=0x24CD0, cache address=0x7FFF8D861000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage to cache
 segment __TEXT, size=0xB9000, cache address=0x7FFF818B4000
 segment __DATA, size=0x2D000, cache address=0x7FFF703D0000
 segment __LINKEDIT, size=0x4CD40, cache address=0x7FFF8D886000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement to cache
 segment __TEXT, size=0x46000, cache address=0x7FFF8196D000
 segment __DATA, size=0xE000, cache address=0x7FFF703FD000
 segment __LINKEDIT, size=0x15900, cache address=0x7FFF8D8D3000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore to cache
 segment __TEXT, size=0xA0000, cache address=0x7FFF819B3000
 segment __DATA, size=0x21000, cache address=0x7FFF7040B000
 segment __LINKEDIT, size=0x18360, cache address=0x7FFF8D8E9000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/IMDaemonCore.framework/Versions/A/IMDaemonCore to cache
 segment __TEXT, size=0x51000, cache address=0x7FFF81A53000
 segment __DATA, size=0x12000, cache address=0x7FFF7042C000
 segment __LINKEDIT, size=0xFEC0, cache address=0x7FFF8D902000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF81AA4000
 segment __DATA, size=0x1000, cache address=0x7FFF7043E000
 segment __LINKEDIT, size=0x2F10, cache address=0x7FFF8D912000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI to cache
 segment __TEXT, size=0xC6000, cache address=0x7FFF81AA7000
 segment __DATA, size=0x2C000, cache address=0x7FFF7043F000
 segment __LINKEDIT, size=0x461C0, cache address=0x7FFF8D915000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV to cache
 segment __TEXT, size=0x68000, cache address=0x7FFF81B6D000
 segment __DATA, size=0x24000, cache address=0x7FFF7046D000
 segment __LINKEDIT, size=0x36260, cache address=0x7FFF8D95C000
update_dyld_shared_cache: copying /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF81BD5000
 segment __DATA, size=0x1000, cache address=0x7FFF70491000
 segment __LINKEDIT, size=0x30F0, cache address=0x7FFF8D993000
update_dyld_shared_cache: copying /usr/lib/system/libkeymgr.dylib to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF81BD6000
 segment __DATA, size=0x1000, cache address=0x7FFF70492000
 segment __LINKEDIT, size=0x1CE0, cache address=0x7FFF8D997000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help to cache
 segment __TEXT, size=0x4000, cache address=0x7FFF81BD7000
 segment __DATA, size=0x1000, cache address=0x7FFF70493000
 segment __LINKEDIT, size=0x35A0, cache address=0x7FFF8D999000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts to cache
 segment __TEXT, size=0x17000, cache address=0x7FFF81BDB000
 segment __DATA, size=0x6000, cache address=0x7FFF70494000
 segment __LINKEDIT, size=0xD320, cache address=0x7FFF8D99D000
update_dyld_shared_cache: copying /usr/lib/system/libdnsinfo.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF81BF2000
 segment __DATA, size=0x1000, cache address=0x7FFF7049A000
 segment __LINKEDIT, size=0x22A0, cache address=0x7FFF8D9AB000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib to cache
 segment __TEXT, size=0x3E000, cache address=0x7FFF81BF4000
 segment __DATA, size=0x1000, cache address=0x7FFF7049B000
 segment __LINKEDIT, size=0x5630, cache address=0x7FFF8D9AE000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE to cache
 segment __TEXT, size=0x5E000, cache address=0x7FFF81C32000
 segment __DATA, size=0x5000, cache address=0x7FFF7049C000
 segment __LINKEDIT, size=0x22D10, cache address=0x7FFF8D9B4000
update_dyld_shared_cache: copying /usr/lib/system/libcopyfile.dylib to cache
 segment __TEXT, size=0x8000, cache address=0x7FFF81C90000
 segment __DATA, size=0x1000, cache address=0x7FFF704A1000
 segment __LINKEDIT, size=0x3130, cache address=0x7FFF8D9D7000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco to cache
 segment __TEXT, size=0xA000, cache address=0x7FFF81C98000
 segment __DATA, size=0x1000, cache address=0x7FFF704A2000
 segment __LINKEDIT, size=0x38A0, cache address=0x7FFF8D9DC000
update_dyld_shared_cache: copying /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration to cache
 segment __TEXT, size=0xF000, cache address=0x7FFF81CA2000
 segment __DATA, size=0x5000, cache address=0x7FFF704A3000
 segment __LINKEDIT, size=0x9EC0, cache address=0x7FFF8D9E0000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib to cache
 segment __TEXT, size=0x69000, cache address=0x7FFF81CB1000
 segment __DATA, size=0x1000, cache address=0x7FFF704A8000
 segment __LINKEDIT, size=0x6E90, cache address=0x7FFF8D9EA000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/IMDMessageServices.framework/Versions/A/IMDMessageServices to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF81D1A000
 segment __DATA, size=0x1000, cache address=0x7FFF704A9000
 segment __LINKEDIT, size=0x20D0, cache address=0x7FFF8D9F1000
update_dyld_shared_cache: copying /usr/lib/libOpenScriptingUtil.dylib to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF81D1C000
 segment __DATA, size=0x1000, cache address=0x7FFF704AA000
 segment __LINKEDIT, size=0x1A10, cache address=0x7FFF8D9F4000
update_dyld_shared_cache: copying /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService to cache
 segment __TEXT, size=0xD000, cache address=0x7FFF81D1D000
 segment __DATA, size=0x1000, cache address=0x7FFF704AB000
 segment __LINKEDIT, size=0x64E0, cache address=0x7FFF8D9F6000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF81D2A000
 segment __DATA, size=0x1000, cache address=0x7FFF704AC000
 segment __LINKEDIT, size=0x3530, cache address=0x7FFF8D9FE000
update_dyld_shared_cache: copying /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub to cache
 segment __TEXT, size=0xF2000, cache address=0x7FFF81D2F000
 segment __DATA, size=0x15000, cache address=0x7FFF704AD000
 segment __LINKEDIT, size=0x541B0, cache address=0x7FFF8DA02000
update_dyld_shared_cache: copying /usr/lib/libffi.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF81E21000
 segment __DATA, size=0x1000, cache address=0x7FFF704C3000
 segment __LINKEDIT, size=0x1AB0, cache address=0x7FFF8DA57000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary to cache
 segment __TEXT, size=0x20000, cache address=0x7FFF81E23000
 segment __DATA, size=0x2000, cache address=0x7FFF704C4000
 segment __LINKEDIT, size=0x8000, cache address=0x7FFF8DA59000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoConference to cache
 segment __TEXT, size=0x11A000, cache address=0x7FFF81E43000
 segment __DATA, size=0x12000, cache address=0x7FFF704C7000
 segment __LINKEDIT, size=0x3C250, cache address=0x7FFF8DA61000
update_dyld_shared_cache: copying /usr/lib/libodfde.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF81F5D000
 segment __DATA, size=0x1000, cache address=0x7FFF70535000
 segment __LINKEDIT, size=0x2450, cache address=0x7FFF8DA9E000
update_dyld_shared_cache: copying /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore to cache
 segment __TEXT, size=0x275000, cache address=0x7FFF81F5F000
 segment __DATA, size=0x8F000, cache address=0x7FFF70536000
 segment __LINKEDIT, size=0xEEB20, cache address=0x7FFF8DAA2000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages to cache
 segment __TEXT, size=0x70000, cache address=0x7FFF821D4000
 segment __DATA, size=0x15000, cache address=0x7FFF705C5000
 segment __LINKEDIT, size=0x280C0, cache address=0x7FFF8DB91000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libATSServer.dylib to cache
 segment __TEXT, size=0xA8000, cache address=0x7FFF82244000
 segment __DATA, size=0x6000, cache address=0x7FFF705DB000
 segment __LINKEDIT, size=0x24C10, cache address=0x7FFF8DBBA000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox to cache
 segment __TEXT, size=0x9000, cache address=0x7FFF822EC000
 segment __DATA, size=0x2000, cache address=0x7FFF705E3000
 segment __LINKEDIT, size=0x58F0, cache address=0x7FFF8DBDF000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices to cache
 segment __TEXT, size=0xB000, cache address=0x7FFF822F5000
 segment __DATA, size=0x1000, cache address=0x7FFF705E6000
 segment __LINKEDIT, size=0x7D90, cache address=0x7FFF8DBE5000
update_dyld_shared_cache: copying /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF82300000
 segment __LINKEDIT, size=0x1670, cache address=0x7FFF8DBED000
update_dyld_shared_cache: copying /usr/lib/libcurl.4.dylib to cache
 segment __TEXT, size=0x49000, cache address=0x7FFF82301000
 segment __DATA, size=0x2000, cache address=0x7FFF705E7000
 segment __LINKEDIT, size=0xC830, cache address=0x7FFF8DBEF000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv to cache
 segment __TEXT, size=0x121000, cache address=0x7FFF8234A000
 segment __DATA, size=0x7000, cache address=0x7FFF705E9000
 segment __LINKEDIT, size=0x68D30, cache address=0x7FFF8DBFD000
update_dyld_shared_cache: copying /usr/lib/libpam.2.dylib to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF8246B000
 segment __DATA, size=0x1000, cache address=0x7FFF705F1000
 segment __LINKEDIT, size=0x2C10, cache address=0x7FFF8DC66000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian to cache
 segment __TEXT, size=0xF000, cache address=0x7FFF82470000
 segment __DATA, size=0x3000, cache address=0x7FFF705F2000
 segment __LINKEDIT, size=0xA9A0, cache address=0x7FFF8DC69000
update_dyld_shared_cache: copying /usr/lib/libresolv.9.dylib to cache
 segment __TEXT, size=0x20000, cache address=0x7FFF8247F000
 segment __DATA, size=0x1000, cache address=0x7FFF705F5000
 segment __LINKEDIT, size=0x6F70, cache address=0x7FFF8DC74000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/LoginUIKit to cache
 segment __TEXT, size=0x43000, cache address=0x7FFF8249F000
 segment __DATA, size=0x13000, cache address=0x7FFF705F7000
 segment __LINKEDIT, size=0x24F70, cache address=0x7FFF8DC7C000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF to cache
 segment __TEXT, size=0x92000, cache address=0x7FFF824E2000
 segment __DATA, size=0x1F000, cache address=0x7FFF7060A000
 segment __LINKEDIT, size=0x2F5B0, cache address=0x7FFF8DCA1000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors to cache
 segment __TEXT, size=0x2C000, cache address=0x7FFF82574000
 segment __DATA, size=0xA000, cache address=0x7FFF70629000
 segment __LINKEDIT, size=0x136D0, cache address=0x7FFF8DCD1000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA to cache
 segment __TEXT, size=0x58000, cache address=0x7FFF825A0000
 segment __DATA, size=0x2000, cache address=0x7FFF70633000
 segment __LINKEDIT, size=0x71D0, cache address=0x7FFF8DCE5000
update_dyld_shared_cache: copying /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF825F8000
 segment __DATA, size=0x1000, cache address=0x7FFF70635000
 segment __LINKEDIT, size=0x60B0, cache address=0x7FFF8DCED000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_m.dylib to cache
 segment __TEXT, size=0x2F000, cache address=0x7FFF825FD000
 segment __DATA, size=0x1000, cache address=0x7FFF70636000
 segment __LINKEDIT, size=0x8540, cache address=0x7FFF8DCF4000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CalendarDraw.framework/Versions/A/CalendarDraw to cache
 segment __TEXT, size=0x15000, cache address=0x7FFF8262C000
 segment __DATA, size=0x5000, cache address=0x7FFF70637000
 segment __LINKEDIT, size=0xB340, cache address=0x7FFF8DCFD000
update_dyld_shared_cache: copying /System/Library/Frameworks/InstantMessage.framework/Versions/A/Frameworks/IMRenderingFoundation.framework/Versions/A/IMRenderingFoundation to cache
 segment __TEXT, size=0x3B000, cache address=0x7FFF82641000
 segment __DATA, size=0x11000, cache address=0x7FFF7063C000
 segment __LINKEDIT, size=0x1CD60, cache address=0x7FFF8DD09000
update_dyld_shared_cache: copying /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit to cache
 segment __TEXT, size=0xC2E000, cache address=0x7FFF8267C000
 segment __DATA, size=0x213000, cache address=0x7FFF7064D000
 segment __IMAGE, size=0x84000, cache address=0x7FFF8CF87000
 segment __LINKEDIT, size=0x457170, cache address=0x7FFF8DD26000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin to cache
 segment __TEXT, size=0x33000, cache address=0x7FFF832AA000
 segment __DATA, size=0xE000, cache address=0x7FFF70865000
 segment __LINKEDIT, size=0x176A0, cache address=0x7FFF8E17E000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServices to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF832DD000
 segment __DATA, size=0x1000, cache address=0x7FFF70873000
 segment __LINKEDIT, size=0x2140, cache address=0x7FFF8E196000
update_dyld_shared_cache: copying /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit to cache
 segment __TEXT, size=0x6E000, cache address=0x7FFF832DE000
 segment __DATA, size=0x7000, cache address=0x7FFF70874000
 segment __LINKEDIT, size=0x26810, cache address=0x7FFF8E199000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer to cache
 segment __TEXT, size=0x14000, cache address=0x7FFF8334C000
 segment __DATA, size=0x5000, cache address=0x7FFF7087B000
 segment __LINKEDIT, size=0xB480, cache address=0x7FFF8E1C0000
update_dyld_shared_cache: copying /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation to cache
 segment __TEXT, size=0x7F000, cache address=0x7FFF83360000
 segment __DATA, size=0x11000, cache address=0x7FFF70881000
 segment __LINKEDIT, size=0x28F60, cache address=0x7FFF8E1CC000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink to cache
 segment __TEXT, size=0xC000, cache address=0x7FFF833DF000
 segment __DATA, size=0x6000, cache address=0x7FFF70895000
 segment __LINKEDIT, size=0xBB20, cache address=0x7FFF8E1F6000
update_dyld_shared_cache: copying /System/Library/Frameworks/Automator.framework/Versions/A/Automator to cache
 segment __TEXT, size=0x1B2000, cache address=0x7FFF833EB000
 segment __DATA, size=0x8E000, cache address=0x7FFF7089B000
 segment __LINKEDIT, size=0xC3D30, cache address=0x7FFF8E202000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit to cache
 segment __TEXT, size=0x2AF000, cache address=0x7FFF8359D000
 segment __DATA, size=0x9B000, cache address=0x7FFF70929000
 segment __LINKEDIT, size=0x11BEA0, cache address=0x7FFF8E2C6000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters to cache
 segment __TEXT, size=0x2D000, cache address=0x7FFF8384C000
 segment __DATA, size=0x10000, cache address=0x7FFF70A45000
 segment __LINKEDIT, size=0x1E130, cache address=0x7FFF8E3E2000
update_dyld_shared_cache: copying /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF83879000
 segment __LINKEDIT, size=0x1730, cache address=0x7FFF8E401000
update_dyld_shared_cache: copying /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore to cache
 segment __TEXT, size=0xFBA000, cache address=0x7FFF8387A000
 segment __DATA, size=0x1B3000, cache address=0x7FFF70A55000
 segment __LINKEDIT, size=0x70DC90, cache address=0x7FFF8E403000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth to cache
 segment __TEXT, size=0xE000, cache address=0x7FFF84834000
 segment __DATA, size=0x2000, cache address=0x7FFF70C10000
 segment __LINKEDIT, size=0x8260, cache address=0x7FFF8EB11000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CalendarUI.framework/Versions/A/CalendarUI to cache
 segment __TEXT, size=0x19000, cache address=0x7FFF84842000
 segment __DATA, size=0x9000, cache address=0x7FFF70C12000
 segment __LINKEDIT, size=0xF770, cache address=0x7FFF8EB1A000
update_dyld_shared_cache: copying /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge to cache
 segment __TEXT, size=0x1B000, cache address=0x7FFF8485B000
 segment __DATA, size=0x6000, cache address=0x7FFF70C1B000
 segment __LINKEDIT, size=0xC100, cache address=0x7FFF8EB2A000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture to cache
 segment __TEXT, size=0x16000, cache address=0x7FFF84876000
 segment __DATA, size=0x6000, cache address=0x7FFF70C21000
 segment __LINKEDIT, size=0x13E50, cache address=0x7FFF8EB37000
update_dyld_shared_cache: copying /usr/lib/libSystem.B.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF8488C000
 segment __DATA, size=0x1000, cache address=0x7FFF70C27000
 segment __LINKEDIT, size=0x32A0, cache address=0x7FFF8EB4B000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages to cache
 segment __TEXT, size=0xF1000, cache address=0x7FFF8488E000
 segment __DATA, size=0x16000, cache address=0x7FFF70C28000
 segment __LINKEDIT, size=0x480F0, cache address=0x7FFF8EB50000
update_dyld_shared_cache: copying /usr/lib/libxml2.2.dylib to cache
 segment __TEXT, size=0xFE000, cache address=0x7FFF8497F000
 segment __DATA, size=0x9000, cache address=0x7FFF70C3E000
 segment __LINKEDIT, size=0x29810, cache address=0x7FFF8EB99000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics to cache
 segment __TEXT, size=0x991000, cache address=0x7FFF84A7D000
 segment __DATA, size=0x41000, cache address=0x7FFF70C48000
 segment __LINKEDIT, size=0xC1D10, cache address=0x7FFF8EBC3000
update_dyld_shared_cache: copying /usr/lib/libncurses.5.4.dylib to cache
 segment __TEXT, size=0x39000, cache address=0x7FFF8540E000
 segment __DATA, size=0x4000, cache address=0x7FFF70C8D000
 segment __LINKEDIT, size=0xA530, cache address=0x7FFF8EC85000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit to cache
 segment __TEXT, size=0x281000, cache address=0x7FFF85447000
 segment __DATA, size=0xD000, cache address=0x7FFF70C91000
 segment __LINKEDIT, size=0x18310, cache address=0x7FFF8EC90000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_kernel.dylib to cache
 segment __TEXT, size=0x1C000, cache address=0x7FFF856C8000
 segment __DATA, size=0x3000, cache address=0x7FFF70C9F000
 segment __LINKEDIT, size=0xC9B0, cache address=0x7FFF8ECA9000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync to cache
 segment __TEXT, size=0xBE000, cache address=0x7FFF856E4000
 segment __DATA, size=0xA000, cache address=0x7FFF70CA2000
 segment __LINKEDIT, size=0x38210, cache address=0x7FFF8ECB7000
update_dyld_shared_cache: copying /usr/lib/libsqlite3.dylib to cache
 segment __TEXT, size=0xFE000, cache address=0x7FFF857A2000
 segment __DATA, size=0x4000, cache address=0x7FFF70CAD000
 segment __LINKEDIT, size=0x10170, cache address=0x7FFF8ECF0000
update_dyld_shared_cache: copying /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook to cache
 segment __TEXT, size=0x5D000, cache address=0x7FFF858A0000
 segment __DATA, size=0xD000, cache address=0x7FFF70CB1000
 segment __LINKEDIT, size=0x29B80, cache address=0x7FFF8ED01000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO to cache
 segment __TEXT, size=0x4E000, cache address=0x7FFF858FD000
 segment __DATA, size=0x4000, cache address=0x7FFF70CBF000
 segment __LINKEDIT, size=0x1EFE0, cache address=0x7FFF8ED2B000
update_dyld_shared_cache: copying /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit to cache
 segment __TEXT, size=0x18B000, cache address=0x7FFF8594B000
 segment __DATA, size=0x37000, cache address=0x7FFF70CC4000
 segment __LINKEDIT, size=0xB8F90, cache address=0x7FFF8ED4A000
update_dyld_shared_cache: copying /System/Library/Frameworks/Security.framework/Versions/A/Security to cache
 segment __TEXT, size=0x2D1000, cache address=0x7FFF85AD6000
 segment __DATA, size=0x2D000, cache address=0x7FFF70CFC000
 segment __LINKEDIT, size=0x104150, cache address=0x7FFF8EE03000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF85DA7000
 segment __DATA, size=0x1000, cache address=0x7FFF70D29000
 segment __LINKEDIT, size=0x31D0, cache address=0x7FFF8EF09000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL to cache
 segment __TEXT, size=0x57000, cache address=0x7FFF85DAA000
 segment __DATA, size=0xA000, cache address=0x7FFF70D2A000
 segment __LINKEDIT, size=0x9670, cache address=0x7FFF8EF0D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X to cache
 segment __TEXT, size=0x29000, cache address=0x7FFF85E01000
 segment __DATA, size=0x3000, cache address=0x7FFF70D34000
 segment __LINKEDIT, size=0xD5F0, cache address=0x7FFF8EF17000
update_dyld_shared_cache: copying /usr/lib/system/libunc.dylib to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF85E2A000
 segment __DATA, size=0x1000, cache address=0x7FFF70D37000
 segment __LINKEDIT, size=0x2430, cache address=0x7FFF8EF25000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF85E2D000
 segment __DATA, size=0x1000, cache address=0x7FFF70D38000
 segment __LINKEDIT, size=0x3C30, cache address=0x7FFF8EF29000
update_dyld_shared_cache: copying /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos to cache
 segment __TEXT, size=0x23000, cache address=0x7FFF85E32000
 segment __DATA, size=0x1000, cache address=0x7FFF70D39000
 segment __LINKEDIT, size=0x14F90, cache address=0x7FFF8EF2D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation to cache
 segment __TEXT, size=0x5B000, cache address=0x7FFF85E55000
 segment __DATA, size=0x1F000, cache address=0x7FFF70D3B000
 segment __LINKEDIT, size=0x1D250, cache address=0x7FFF8EF43000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport to cache
 segment __TEXT, size=0x17000, cache address=0x7FFF85EB0000
 segment __DATA, size=0x1000, cache address=0x7FFF70D5B000
 segment __LINKEDIT, size=0xC5B0, cache address=0x7FFF8EF61000
update_dyld_shared_cache: copying /usr/lib/system/libxpc.dylib to cache
 segment __TEXT, size=0x23000, cache address=0x7FFF85EC7000
 segment __DATA, size=0x5000, cache address=0x7FFF70D5C000
 segment __LINKEDIT, size=0x10D00, cache address=0x7FFF8EF6E000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit to cache
 segment __TEXT, size=0x8E000, cache address=0x7FFF85EEA000
 segment __DATA, size=0xB000, cache address=0x7FFF70D61000
 segment __LINKEDIT, size=0x37D50, cache address=0x7FFF8EF80000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib to cache
 segment __TEXT, size=0x56000, cache address=0x7FFF85F78000
 segment __DATA, size=0x3000, cache address=0x7FFF70D6D000
 segment __LINKEDIT, size=0x8BA0, cache address=0x7FFF8EFB8000
update_dyld_shared_cache: copying /usr/lib/libxslt.1.dylib to cache
 segment __TEXT, size=0x2C000, cache address=0x7FFF85FCE000
 segment __DATA, size=0x1000, cache address=0x7FFF70D70000
 segment __LINKEDIT, size=0xA450, cache address=0x7FFF8EFC1000
update_dyld_shared_cache: copying /usr/lib/libMatch.1.dylib to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF85FFA000
 segment __DATA, size=0x1000, cache address=0x7FFF70D71000
 segment __LINKEDIT, size=0x1D00, cache address=0x7FFF8EFCC000
update_dyld_shared_cache: copying /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage to cache
 segment __TEXT, size=0x2A5000, cache address=0x7FFF85FFF000
 segment __DATA, size=0x45000, cache address=0x7FFF70D72000
 segment __LINKEDIT, size=0x98B70, cache address=0x7FFF8EFCE000
update_dyld_shared_cache: copying /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP to cache
 segment __TEXT, size=0x3C000, cache address=0x7FFF862A4000
 segment __DATA, size=0x2000, cache address=0x7FFF70DB9000
 segment __LINKEDIT, size=0x9BA0, cache address=0x7FFF8F067000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore to cache
 segment __TEXT, size=0x6E000, cache address=0x7FFF862E0000
 segment __DATA, size=0x14000, cache address=0x7FFF70DBC000
 segment __LINKEDIT, size=0x247F0, cache address=0x7FFF8F071000
update_dyld_shared_cache: copying /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage to cache
 segment __TEXT, size=0x18000, cache address=0x7FFF8634E000
 segment __DATA, size=0x8000, cache address=0x7FFF70DD0000
 segment __LINKEDIT, size=0xADE0, cache address=0x7FFF8F096000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis to cache
 segment __TEXT, size=0x15000, cache address=0x7FFF86366000
 segment __DATA, size=0x5000, cache address=0x7FFF70DD8000
 segment __LINKEDIT, size=0xC2A0, cache address=0x7FFF8F0A1000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification to cache
 segment __TEXT, size=0x9000, cache address=0x7FFF8637B000
 segment __DATA, size=0x2000, cache address=0x7FFF70DDD000
 segment __LINKEDIT, size=0x7670, cache address=0x7FFF8F0AE000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync to cache
 segment __TEXT, size=0x11000, cache address=0x7FFF86384000
 segment __DATA, size=0x7000, cache address=0x7FFF70DDF000
 segment __LINKEDIT, size=0x9380, cache address=0x7FFF8F0B6000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender to cache
 segment __TEXT, size=0x145000, cache address=0x7FFF86395000
 segment __DATA, size=0x1D000, cache address=0x7FFF70DE6000
 segment __LINKEDIT, size=0x18FA0, cache address=0x7FFF8F0C0000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService to cache
 segment __TEXT, size=0xC000, cache address=0x7FFF864DA000
 segment __DATA, size=0x3000, cache address=0x7FFF70E03000
 segment __LINKEDIT, size=0x7530, cache address=0x7FFF8F0D9000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib to cache
 segment __TEXT, size=0x7000, cache address=0x7FFF864E6000
 segment __DATA, size=0x1000, cache address=0x7FFF70E06000
 segment __LINKEDIT, size=0x48E0, cache address=0x7FFF8F0E1000
update_dyld_shared_cache: copying /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore to cache
 segment __TEXT, size=0x1AF000, cache address=0x7FFF864ED000
 segment __DATA, size=0x23000, cache address=0x7FFF70E07000
 segment __LINKEDIT, size=0x92AF0, cache address=0x7FFF8F0E6000
update_dyld_shared_cache: copying /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation to cache
 segment __TEXT, size=0x35D000, cache address=0x7FFF8669C000
 segment __DATA, size=0xB5000, cache address=0x7FFF70E2B000
 segment __LINKEDIT, size=0x1690F0, cache address=0x7FFF8F179000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices to cache
 segment __TEXT, size=0x57000, cache address=0x7FFF869F9000
 segment __DATA, size=0x7000, cache address=0x7FFF70EE1000
 segment __LINKEDIT, size=0x29100, cache address=0x7FFF8F2E3000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_blocks.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF86A50000
 segment __DATA, size=0x1000, cache address=0x7FFF70EE9000
 segment __LINKEDIT, size=0x2080, cache address=0x7FFF8F30D000
update_dyld_shared_cache: copying /usr/lib/libquit.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF86A52000
 segment __DATA, size=0x1000, cache address=0x7FFF70EEA000
 segment __LINKEDIT, size=0x22B0, cache address=0x7FFF8F310000
update_dyld_shared_cache: copying /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface to cache
 segment __TEXT, size=0x35000, cache address=0x7FFF86A54000
 segment __DATA, size=0xF000, cache address=0x7FFF70EEB000
 segment __LINKEDIT, size=0x1BC70, cache address=0x7FFF8F313000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP to cache
 segment __TEXT, size=0x60000, cache address=0x7FFF86A89000
 segment __DATA, size=0x19000, cache address=0x7FFF70EFA000
 segment __LINKEDIT, size=0x25360, cache address=0x7FFF8F32F000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation to cache
 segment __TEXT, size=0x1EA000, cache address=0x7FFF86AE9000
 segment __DATA, size=0x47000, cache address=0x7FFF70F13000
 segment __UNICODE, size=0x88000, cache address=0x7FFF8D00B000
 segment __LINKEDIT, size=0x87D60, cache address=0x7FFF8F355000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices to cache
 segment __TEXT, size=0xB2000, cache address=0x7FFF86CD3000
 segment __DATA, size=0xD000, cache address=0x7FFF70F60000
 segment __LINKEDIT, size=0x43190, cache address=0x7FFF8F3DD000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore to cache
 segment __TEXT, size=0x318000, cache address=0x7FFF86D85000
 segment __DATA, size=0x13000, cache address=0x7FFF70F6E000
 segment __LINKEDIT, size=0x62920, cache address=0x7FFF8F421000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF8709D000
 segment __LINKEDIT, size=0x19F0, cache address=0x7FFF8F484000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib to cache
 segment __TEXT, size=0x103000, cache address=0x7FFF8709E000
 segment __DATA, size=0x3000, cache address=0x7FFF70F84000
 segment __LINKEDIT, size=0x24070, cache address=0x7FFF8F486000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_info.dylib to cache
 segment __TEXT, size=0x37000, cache address=0x7FFF871A1000
 segment __DATA, size=0x2000, cache address=0x7FFF70F89000
 segment __LINKEDIT, size=0x12580, cache address=0x7FFF8F4AB000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox to cache
 segment __TEXT, size=0x331000, cache address=0x7FFF871D8000
 segment __DATA, size=0x3C000, cache address=0x7FFF70F8C000
 segment __LINKEDIT, size=0x114180, cache address=0x7FFF8F4BF000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls to cache
 segment __TEXT, size=0x28000, cache address=0x7FFF87509000
 segment __DATA, size=0x9000, cache address=0x7FFF70FCB000
 segment __LINKEDIT, size=0xFEB0, cache address=0x7FFF8F5D4000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF87531000
 segment __DATA, size=0x1000, cache address=0x7FFF70FD4000
 segment __LINKEDIT, size=0x1920, cache address=0x7FFF8F5E4000
update_dyld_shared_cache: copying /usr/lib/system/libquarantine.dylib to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF87532000
 segment __DATA, size=0x1000, cache address=0x7FFF70FD5000
 segment __LINKEDIT, size=0x2790, cache address=0x7FFF8F5E6000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV to cache
 segment __TEXT, size=0x48000, cache address=0x7FFF87535000
 segment __DATA, size=0x1B000, cache address=0x7FFF70FD6000
 segment __LINKEDIT, size=0x2E9B0, cache address=0x7FFF8F5E9000
update_dyld_shared_cache: copying /usr/lib/system/libkxld.dylib to cache
 segment __TEXT, size=0xF000, cache address=0x7FFF8757D000
 segment __DATA, size=0x1000, cache address=0x7FFF70FF1000
 segment __LINKEDIT, size=0x2200, cache address=0x7FFF8F618000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore to cache
 segment __TEXT, size=0x5B000, cache address=0x7FFF8758C000
 segment __DATA, size=0x7000, cache address=0x7FFF70FF2000
 segment __LINKEDIT, size=0x24740, cache address=0x7FFF8F61B000
update_dyld_shared_cache: copying /usr/lib/libCoreStorage.dylib to cache
 segment __TEXT, size=0x88000, cache address=0x7FFF875E7000
 segment __DATA, size=0x2000, cache address=0x7FFF70FF9000
 segment __LINKEDIT, size=0x20C80, cache address=0x7FFF8F640000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 to cache
 segment __TEXT, size=0x2C000, cache address=0x7FFF8766F000
 segment __DATA, size=0x5000, cache address=0x7FFF70FFC000
 segment __LINKEDIT, size=0xBE50, cache address=0x7FFF8F661000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication to cache
 segment __TEXT, size=0x5D000, cache address=0x7FFF8769B000
 segment __DATA, size=0x19000, cache address=0x7FFF71001000
 segment __LINKEDIT, size=0x27110, cache address=0x7FFF8F66D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices to cache
 segment __TEXT, size=0x5E000, cache address=0x7FFF876F8000
 segment __DATA, size=0x41000, cache address=0x7FFF7101A000
 segment __LINKEDIT, size=0x4D200, cache address=0x7FFF8F695000
update_dyld_shared_cache: copying /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver to cache
 segment __TEXT, size=0x29000, cache address=0x7FFF87756000
 segment __DATA, size=0xB000, cache address=0x7FFF7105B000
 segment __LINKEDIT, size=0x14930, cache address=0x7FFF8F6E3000
update_dyld_shared_cache: copying /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping to cache
 segment __TEXT, size=0x28000, cache address=0x7FFF8777F000
 segment __DATA, size=0x2000, cache address=0x7FFF71066000
 segment __LINKEDIT, size=0x10020, cache address=0x7FFF8F6F8000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit to cache
 segment __TEXT, size=0x3E000, cache address=0x7FFF877A7000
 segment __DATA, size=0xE000, cache address=0x7FFF71068000
 segment __LINKEDIT, size=0x19EF0, cache address=0x7FFF8F709000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistryServer.dylib to cache
 segment __TEXT, size=0x57000, cache address=0x7FFF877E5000
 segment __DATA, size=0x6000, cache address=0x7FFF71076000
 segment __LINKEDIT, size=0x1F860, cache address=0x7FFF8F723000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF8783C000
 segment __DATA, size=0x2000, cache address=0x7FFF7107C000
 segment __LINKEDIT, size=0x4B50, cache address=0x7FFF8F743000
update_dyld_shared_cache: copying /usr/lib/libc++.1.dylib to cache
 segment __TEXT, size=0x69000, cache address=0x7FFF87841000
 segment __DATA, size=0x5000, cache address=0x7FFF7107E000
 segment __LINKEDIT, size=0x4F170, cache address=0x7FFF8F748000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib to cache
 segment __TEXT, size=0x83000, cache address=0x7FFF878AA000
 segment __DATA, size=0x6000, cache address=0x7FFF71086000
 segment __LINKEDIT, size=0x251F0, cache address=0x7FFF8F798000
update_dyld_shared_cache: copying /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/IMServicePlugIn to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF8792D000
 segment __DATA, size=0x2000, cache address=0x7FFF7108C000
 segment __LINKEDIT, size=0x30D0, cache address=0x7FFF8F7BE000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut to cache
 segment __TEXT, size=0x2F000, cache address=0x7FFF87932000
 segment __DATA, size=0xD000, cache address=0x7FFF7108E000
 segment __LINKEDIT, size=0x17DC0, cache address=0x7FFF8F7C2000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF87961000
 segment __DATA, size=0x1000, cache address=0x7FFF7109B000
 segment __LINKEDIT, size=0x3010, cache address=0x7FFF8F7DA000
update_dyld_shared_cache: copying /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit to cache
 segment __TEXT, size=0x50000, cache address=0x7FFF87964000
 segment __DATA, size=0x1C000, cache address=0x7FFF7109C000
 segment __LINKEDIT, size=0x23810, cache address=0x7FFF8F7DE000
update_dyld_shared_cache: copying /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes to cache
 segment __TEXT, size=0x1C000, cache address=0x7FFF879B4000
 segment __DATA, size=0x8000, cache address=0x7FFF710B8000
 segment __LINKEDIT, size=0xFB90, cache address=0x7FFF8F802000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib to cache
 segment __TEXT, size=0x2D000, cache address=0x7FFF879D0000
 segment __DATA, size=0x2000, cache address=0x7FFF710C0000
 segment __LINKEDIT, size=0xB340, cache address=0x7FFF8F812000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio to cache
 segment __TEXT, size=0x5E000, cache address=0x7FFF879FD000
 segment __DATA, size=0x2000, cache address=0x7FFF710C2000
 segment __LINKEDIT, size=0x20720, cache address=0x7FFF8F81E000
update_dyld_shared_cache: copying /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth to cache
 segment __TEXT, size=0xC000, cache address=0x7FFF87A5B000
 segment __DATA, size=0x5000, cache address=0x7FFF710C5000
 segment __LINKEDIT, size=0x7E60, cache address=0x7FFF8F83F000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF87A67000
 segment __DATA, size=0x1000, cache address=0x7FFF710CA000
 segment __LINKEDIT, size=0x4DB0, cache address=0x7FFF8F847000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation to cache
 segment __TEXT, size=0x12000, cache address=0x7FFF87A6C000
 segment __DATA, size=0x7000, cache address=0x7FFF710CB000
 segment __LINKEDIT, size=0xC1C0, cache address=0x7FFF8F84C000
update_dyld_shared_cache: copying /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition to cache
 segment __TEXT, size=0xB000, cache address=0x7FFF87A7E000
 segment __DATA, size=0x1000, cache address=0x7FFF710D2000
 segment __LINKEDIT, size=0x7510, cache address=0x7FFF8F859000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects to cache
 segment __TEXT, size=0xB000, cache address=0x7FFF87A89000
 segment __DATA, size=0x3000, cache address=0x7FFF710D3000
 segment __LINKEDIT, size=0x7FC0, cache address=0x7FFF8F861000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols to cache
 segment __TEXT, size=0x37000, cache address=0x7FFF87A94000
 segment __DATA, size=0x4000, cache address=0x7FFF710D6000
 segment __LINKEDIT, size=0x18010, cache address=0x7FFF8F869000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib to cache
 segment __TEXT, size=0x7000, cache address=0x7FFF87ACB000
 segment __DATA, size=0x1000, cache address=0x7FFF710DA000
 segment __LINKEDIT, size=0x3D70, cache address=0x7FFF8F882000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib to cache
 segment __TEXT, size=0x3F8000, cache address=0x7FFF87AD2000
 segment __DATA, size=0x4000, cache address=0x7FFF710DB000
 segment __LINKEDIT, size=0x5CA40, cache address=0x7FFF8F886000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer to cache
 segment __TEXT, size=0xC000, cache address=0x7FFF87ECA000
 segment __DATA, size=0x3000, cache address=0x7FFF710E0000
 segment __LINKEDIT, size=0x42A0, cache address=0x7FFF8F8E3000
update_dyld_shared_cache: copying /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory to cache
 segment __TEXT, size=0x6000, cache address=0x7FFF87ED6000
 segment __DATA, size=0x3000, cache address=0x7FFF710E3000
 segment __LINKEDIT, size=0x5730, cache address=0x7FFF8F8E8000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib to cache
 segment __TEXT, size=0x187000, cache address=0x7FFF87EDC000
 segment __DATA, size=0x2000, cache address=0x7FFF710E6000
 segment __LINKEDIT, size=0x2ACE0, cache address=0x7FFF8F8EF000
update_dyld_shared_cache: copying /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox to cache
 segment __TEXT, size=0x152000, cache address=0x7FFF88063000
 segment __DATA, size=0x11000, cache address=0x7FFF710E8000
 segment __LINKEDIT, size=0x77060, cache address=0x7FFF8F91A000
update_dyld_shared_cache: copying /usr/lib/system/libcompiler_rt.dylib to cache
 segment __TEXT, size=0x6000, cache address=0x7FFF881B5000
 segment __DATA, size=0x1000, cache address=0x7FFF710F9000
 segment __LINKEDIT, size=0x5910, cache address=0x7FFF8F992000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper to cache
 segment __TEXT, size=0xE000, cache address=0x7FFF881BB000
 segment __DATA, size=0x2000, cache address=0x7FFF710FA000
 segment __LINKEDIT, size=0x8190, cache address=0x7FFF8F998000
update_dyld_shared_cache: copying /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera to cache
 segment __TEXT, size=0x284000, cache address=0x7FFF881C9000
 segment __DATA, size=0x32000, cache address=0x7FFF710FC000
 segment __LINKEDIT, size=0x17510, cache address=0x7FFF8F9A1000
update_dyld_shared_cache: copying /usr/lib/system/libcommonCrypto.dylib to cache
 segment __TEXT, size=0xF000, cache address=0x7FFF8844D000
 segment __DATA, size=0x1000, cache address=0x7FFF71134000
 segment __LINKEDIT, size=0x9250, cache address=0x7FFF8F9B9000
update_dyld_shared_cache: copying /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook to cache
 segment __TEXT, size=0x2C4000, cache address=0x7FFF8845C000
 segment __DATA, size=0xE6000, cache address=0x7FFF71136000
 segment __LINKEDIT, size=0x167D80, cache address=0x7FFF8F9C3000
update_dyld_shared_cache: copying /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording to cache
 segment __TEXT, size=0xD4000, cache address=0x7FFF88720000
 segment __DATA, size=0x16000, cache address=0x7FFF7121D000
 segment __LINKEDIT, size=0x4F930, cache address=0x7FFF8FB2B000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity to cache
 segment __TEXT, size=0x22000, cache address=0x7FFF887F4000
 segment __DATA, size=0x3000, cache address=0x7FFF71234000
 segment __LINKEDIT, size=0xFBC0, cache address=0x7FFF8FB7B000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib to cache
 segment __TEXT, size=0x36000, cache address=0x7FFF88816000
 segment __DATA, size=0x1000, cache address=0x7FFF71237000
 segment __LINKEDIT, size=0xA9B0, cache address=0x7FFF8FB8B000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF8884C000
 segment __DATA, size=0x1000, cache address=0x7FFF71238000
 segment __LINKEDIT, size=0x2330, cache address=0x7FFF8FB96000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF8884F000
 segment __DATA, size=0x1000, cache address=0x7FFF71239000
 segment __LINKEDIT, size=0x1FD0, cache address=0x7FFF8FB99000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit to cache
 segment __TEXT, size=0x9E000, cache address=0x7FFF88850000
 segment __DATA, size=0x22000, cache address=0x7FFF7123A000
 segment __LINKEDIT, size=0x44E80, cache address=0x7FFF8FB9B000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth to cache
 segment __TEXT, size=0x3000, cache address=0x7FFF888EE000
 segment __DATA, size=0x1000, cache address=0x7FFF7125C000
 segment __LINKEDIT, size=0x2B90, cache address=0x7FFF8FBE0000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC to cache
 segment __TEXT, size=0x7A9000, cache address=0x7FFF888F1000
 segment __DATA, size=0x6000, cache address=0x7FFF7125D000
 segment __LINKEDIT, size=0xE840, cache address=0x7FFF8FBE3000
update_dyld_shared_cache: copying /System/Library/Frameworks/Message.framework/Versions/B/Message to cache
 segment __TEXT, size=0x248000, cache address=0x7FFF8909A000
 segment __DATA, size=0x6F000, cache address=0x7FFF71269000
 segment __LINKEDIT, size=0xCD670, cache address=0x7FFF8FBF2000
update_dyld_shared_cache: copying /System/Library/Frameworks/Social.framework/Versions/A/Social to cache
 segment __TEXT, size=0x32000, cache address=0x7FFF892E2000
 segment __DATA, size=0x11000, cache address=0x7FFF712D9000
 segment __LINKEDIT, size=0x1BB20, cache address=0x7FFF8FCC0000
update_dyld_shared_cache: copying /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation to cache
 segment __TEXT, size=0x12A000, cache address=0x7FFF89314000
 segment __DATA, size=0x46000, cache address=0x7FFF712EA000
 segment __LINKEDIT, size=0xA07A0, cache address=0x7FFF8FCDC000
update_dyld_shared_cache: copying /usr/lib/libssl.0.9.8.dylib to cache
 segment __TEXT, size=0x38000, cache address=0x7FFF8943E000
 segment __DATA, size=0x6000, cache address=0x7FFF71330000
 segment __LINKEDIT, size=0xE250, cache address=0x7FFF8FD7D000
update_dyld_shared_cache: copying /usr/lib/libScreenReader.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF89476000
 segment __DATA, size=0x1000, cache address=0x7FFF71336000
 segment __LINKEDIT, size=0x2920, cache address=0x7FFF8FD8C000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork to cache
 segment __TEXT, size=0x6000, cache address=0x7FFF89478000
 segment __DATA, size=0x1000, cache address=0x7FFF71337000
 segment __LINKEDIT, size=0x4470, cache address=0x7FFF8FD8F000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib to cache
 segment __TEXT, size=0x9B000, cache address=0x7FFF8947E000
 segment __DATA, size=0x1000, cache address=0x7FFF71338000
 segment __LINKEDIT, size=0x88E0, cache address=0x7FFF8FD94000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2 to cache
 segment __TEXT, size=0x1E8000, cache address=0x7FFF89519000
 segment __DATA, size=0x14000, cache address=0x7FFF71339000
 segment __LINKEDIT, size=0x152A90, cache address=0x7FFF8FD9D000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit to cache
 segment __TEXT, size=0x41000, cache address=0x7FFF89701000
 segment __DATA, size=0x5000, cache address=0x7FFF7134E000
 segment __LINKEDIT, size=0xCBA0, cache address=0x7FFF8FEF0000
update_dyld_shared_cache: copying /System/Library/Frameworks/GSS.framework/Versions/A/GSS to cache
 segment __TEXT, size=0x3B000, cache address=0x7FFF89742000
 segment __DATA, size=0x6000, cache address=0x7FFF71353000
 segment __LINKEDIT, size=0x17630, cache address=0x7FFF8FEFD000
update_dyld_shared_cache: copying /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS to cache
 segment __TEXT, size=0x8000, cache address=0x7FFF8977D000
 segment __DATA, size=0x1000, cache address=0x7FFF71359000
 segment __LINKEDIT, size=0x4BC0, cache address=0x7FFF8FF15000
update_dyld_shared_cache: copying /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit to cache
 segment __TEXT, size=0x45000, cache address=0x7FFF89785000
 segment __DATA, size=0x16000, cache address=0x7FFF7135A000
 segment __LINKEDIT, size=0x22190, cache address=0x7FFF8FF1A000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS to cache
 segment __TEXT, size=0x81000, cache address=0x7FFF897CA000
 segment __DATA, size=0x6000, cache address=0x7FFF71370000
 segment __LINKEDIT, size=0x23A80, cache address=0x7FFF8FF3D000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF8984B000
 segment __DATA, size=0x1000, cache address=0x7FFF71377000
 segment __LINKEDIT, size=0x5180, cache address=0x7FFF8FF61000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis to cache
 segment __TEXT, size=0x28000, cache address=0x7FFF89850000
 segment __DATA, size=0xC000, cache address=0x7FFF71378000
 segment __LINKEDIT, size=0x11270, cache address=0x7FFF8FF67000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_network.dylib to cache
 segment __TEXT, size=0xF000, cache address=0x7FFF89878000
 segment __DATA, size=0x2000, cache address=0x7FFF71384000
 segment __LINKEDIT, size=0x8AF0, cache address=0x7FFF8FF79000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo to cache
 segment __TEXT, size=0x2B000, cache address=0x7FFF89887000
 segment __DATA, size=0x4000, cache address=0x7FFF71386000
 segment __LINKEDIT, size=0x14CB0, cache address=0x7FFF8FF83000
update_dyld_shared_cache: copying /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration to cache
 segment __TEXT, size=0x52000, cache address=0x7FFF898B2000
 segment __DATA, size=0xC000, cache address=0x7FFF7138B000
 segment __LINKEDIT, size=0x20090, cache address=0x7FFF8FF98000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF89904000
 segment __DATA, size=0x1000, cache address=0x7FFF71398000
 segment __LINKEDIT, size=0x33E0, cache address=0x7FFF8FFB9000
update_dyld_shared_cache: copying /usr/lib/libcsfde.dylib to cache
 segment __TEXT, size=0xB000, cache address=0x7FFF89906000
 segment __DATA, size=0x2000, cache address=0x7FFF71399000
 segment __LINKEDIT, size=0x74F0, cache address=0x7FFF8FFBD000
update_dyld_shared_cache: copying /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface to cache
 segment __TEXT, size=0x58000, cache address=0x7FFF89911000
 segment __DATA, size=0x16000, cache address=0x7FFF7139B000
 segment __LINKEDIT, size=0xD790, cache address=0x7FFF8FFC5000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_c.dylib to cache
 segment __TEXT, size=0xCD000, cache address=0x7FFF89969000
 segment __DATA, size=0x9000, cache address=0x7FFF713B1000
 segment __LINKEDIT, size=0x2F1A0, cache address=0x7FFF8FFD3000
update_dyld_shared_cache: copying /usr/lib/libcrypto.0.9.8.dylib to cache
 segment __TEXT, size=0x103000, cache address=0x7FFF89A36000
 segment __DATA, size=0x23000, cache address=0x7FFF713C2000
 segment __LINKEDIT, size=0x40350, cache address=0x7FFF90004000
update_dyld_shared_cache: copying /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth to cache
 segment __TEXT, size=0xCF000, cache address=0x7FFF89B39000
 segment __DATA, size=0x24000, cache address=0x7FFF713E8000
 segment __LINKEDIT, size=0x4F5F0, cache address=0x7FFF90045000
update_dyld_shared_cache: copying /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib to cache
 segment __TEXT, size=0x743000, cache address=0x7FFF89C08000
 segment __DATA, size=0x5F000, cache address=0x7FFF7140C000
 segment __LINKEDIT, size=0x1294E0, cache address=0x7FFF90095000
update_dyld_shared_cache: copying /usr/lib/system/libdispatch.dylib to cache
 segment __TEXT, size=0x16000, cache address=0x7FFF8A34B000
 segment __DATA, size=0x4000, cache address=0x7FFF7148F000
 segment __LINKEDIT, size=0xBB50, cache address=0x7FFF901BF000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices to cache
 segment __TEXT, size=0x48000, cache address=0x7FFF8A361000
 segment __DATA, size=0x18000, cache address=0x7FFF71496000
 segment __LINKEDIT, size=0xC230, cache address=0x7FFF901CC000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight to cache
 segment __TEXT, size=0x41E000, cache address=0x7FFF8A3A9000
 segment __DATA, size=0x202000, cache address=0x7FFF714AE000
 segment __LINKEDIT, size=0xDA50, cache address=0x7FFF901D9000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO to cache
 segment __TEXT, size=0x11A000, cache address=0x7FFF8A7C7000
 segment __DATA, size=0x15000, cache address=0x7FFF716B0000
 segment __LINKEDIT, size=0x47EC0, cache address=0x7FFF901E7000
update_dyld_shared_cache: copying /usr/lib/system/libcorecrypto.dylib to cache
 segment __TEXT, size=0x50000, cache address=0x7FFF8A8E1000
 segment __DATA, size=0x2000, cache address=0x7FFF716C5000
 segment __LINKEDIT, size=0xA630, cache address=0x7FFF9022F000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC to cache
 segment __TEXT, size=0x5000, cache address=0x7FFF8A931000
 segment __DATA, size=0x1000, cache address=0x7FFF716C7000
 segment __LINKEDIT, size=0x3E50, cache address=0x7FFF9023A000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia to cache
 segment __TEXT, size=0x4C000, cache address=0x7FFF8A936000
 segment __DATA, size=0x5000, cache address=0x7FFF716C8000
 segment __LINKEDIT, size=0x1F130, cache address=0x7FFF9023E000
update_dyld_shared_cache: copying /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration to cache
 segment __TEXT, size=0x7000, cache address=0x7FFF8A982000
 segment __DATA, size=0x2000, cache address=0x7FFF716CD000
 segment __LINKEDIT, size=0x6100, cache address=0x7FFF9025E000
update_dyld_shared_cache: copying /System/Library/Frameworks/JavascriptCore.framework/Versions/A/JavascriptCore to cache
 segment __TEXT, size=0x29B000, cache address=0x7FFF8A989000
 segment __DATA, size=0xC000, cache address=0x7FFF716CF000
 segment __LINKEDIT, size=0x7BBC0, cache address=0x7FFF90265000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenSharing to cache
 segment __TEXT, size=0x5B000, cache address=0x7FFF8AC24000
 segment __DATA, size=0xC000, cache address=0x7FFF716FE000
 segment __LINKEDIT, size=0x1C4D0, cache address=0x7FFF902E1000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar to cache
 segment __TEXT, size=0x52000, cache address=0x7FFF8AC7F000
 segment __DATA, size=0x10000, cache address=0x7FFF7170A000
 segment __LINKEDIT, size=0x23340, cache address=0x7FFF902FE000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/IncomingCallFilter.framework/Versions/A/IncomingCallFilter to cache
 segment __TEXT, size=0x4000, cache address=0x7FFF8ACD1000
 segment __DATA, size=0x1000, cache address=0x7FFF7171A000
 segment __LINKEDIT, size=0x2EF0, cache address=0x7FFF90322000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData to cache
 segment __TEXT, size=0x236000, cache address=0x7FFF8ACD5000
 segment __DATA, size=0x58000, cache address=0x7FFF7171B000
 segment __LINKEDIT, size=0xA7CC0, cache address=0x7FFF90325000
update_dyld_shared_cache: copying /usr/lib/system/libsystem_sandbox.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF8AF0B000
 segment __DATA, size=0x1000, cache address=0x7FFF71773000
 segment __LINKEDIT, size=0x2780, cache address=0x7FFF903CD000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication to cache
 segment __TEXT, size=0x9B000, cache address=0x7FFF8AF0D000
 segment __DATA, size=0xC000, cache address=0x7FFF71774000
 segment __LINKEDIT, size=0x3E530, cache address=0x7FFF903D0000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices to cache
 segment __TEXT, size=0x32000, cache address=0x7FFF8AFA8000
 segment __DATA, size=0x7000, cache address=0x7FFF71780000
 segment __LINKEDIT, size=0x1A280, cache address=0x7FFF9040F000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData to cache
 segment __TEXT, size=0xE000, cache address=0x7FFF8AFDA000
 segment __DATA, size=0x5000, cache address=0x7FFF71787000
 segment __LINKEDIT, size=0x7430, cache address=0x7FFF9042A000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib to cache
 segment __TEXT, size=0x29000, cache address=0x7FFF8AFE8000
 segment __DATA, size=0x1000, cache address=0x7FFF7178C000
 segment __LINKEDIT, size=0x5BA0, cache address=0x7FFF90432000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/IMAVCore.framework/Versions/A/IMAVCore to cache
 segment __TEXT, size=0x8E000, cache address=0x7FFF8B011000
 segment __DATA, size=0x1F000, cache address=0x7FFF7178D000
 segment __LINKEDIT, size=0x136E0, cache address=0x7FFF90438000
update_dyld_shared_cache: copying /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF8B09F000
 segment __DATA, size=0x1000, cache address=0x7FFF717AC000
 segment __LINKEDIT, size=0x2130, cache address=0x7FFF9044C000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom to cache
 segment __TEXT, size=0x44000, cache address=0x7FFF8B0A1000
 segment __DATA, size=0x2000, cache address=0x7FFF717AD000
 segment __LINKEDIT, size=0xF400, cache address=0x7FFF9044F000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions to cache
 segment __TEXT, size=0x5B000, cache address=0x7FFF8B0E5000
 segment __DATA, size=0x18000, cache address=0x7FFF717AF000
 segment __LINKEDIT, size=0x2AFB0, cache address=0x7FFF9045F000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/XMPPCore.framework/Versions/A/XMPPCore to cache
 segment __TEXT, size=0x50000, cache address=0x7FFF8B140000
 segment __DATA, size=0x19000, cache address=0x7FFF717C7000
 segment __LINKEDIT, size=0x15DE0, cache address=0x7FFF9048A000
update_dyld_shared_cache: copying /usr/lib/libc++abi.dylib to cache
 segment __TEXT, size=0x26000, cache address=0x7FFF8B190000
 segment __DATA, size=0xA000, cache address=0x7FFF717E3000
 segment __LINKEDIT, size=0x25890, cache address=0x7FFF904A0000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib to cache
 segment __TEXT, size=0x50000, cache address=0x7FFF8B1B6000
 segment __DATA, size=0x7000, cache address=0x7FFF717ED000
 segment __LINKEDIT, size=0x1E210, cache address=0x7FFF904C6000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring to cache
 segment __TEXT, size=0x1B000, cache address=0x7FFF8B206000
 segment __DATA, size=0x4000, cache address=0x7FFF717F4000
 segment __LINKEDIT, size=0x12580, cache address=0x7FFF904E5000
update_dyld_shared_cache: copying /usr/lib/system/libdyld.dylib to cache
 segment __TEXT, size=0x4000, cache address=0x7FFF8B221000
 segment __DATA, size=0x1000, cache address=0x7FFF717F8000
 segment __LINKEDIT, size=0x41D0, cache address=0x7FFF904F8000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts to cache
 segment __TEXT, size=0x3B000, cache address=0x7FFF8B225000
 segment __DATA, size=0x12000, cache address=0x7FFF717F9000
 segment __LINKEDIT, size=0x21D30, cache address=0x7FFF904FD000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/LegacyMediaBridge.framework/Versions/A/LegacyMediaBridge to cache
 segment __TEXT, size=0xD000, cache address=0x7FFF8B260000
 segment __DATA, size=0x2000, cache address=0x7FFF7180B000
 segment __LINKEDIT, size=0xB760, cache address=0x7FFF9051F000
update_dyld_shared_cache: copying /usr/lib/system/libunwind.dylib to cache
 segment __TEXT, size=0x7000, cache address=0x7FFF8B26D000
 segment __DATA, size=0x1000, cache address=0x7FFF7180D000
 segment __LINKEDIT, size=0x4AA0, cache address=0x7FFF9052B000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore to cache
 segment __TEXT, size=0xA000, cache address=0x7FFF8B274000
 segment __DATA, size=0x3000, cache address=0x7FFF7180E000
 segment __LINKEDIT, size=0x6A70, cache address=0x7FFF90530000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib to cache
 segment __TEXT, size=0xD000, cache address=0x7FFF8B27E000
 segment __DATA, size=0x2000, cache address=0x7FFF71811000
 segment __LINKEDIT, size=0x70E0, cache address=0x7FFF90537000
update_dyld_shared_cache: copying /usr/lib/system/libremovefile.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF8B28B000
 segment __DATA, size=0x1000, cache address=0x7FFF71813000
 segment __LINKEDIT, size=0x2330, cache address=0x7FFF9053F000
update_dyld_shared_cache: copying /usr/lib/libxar.1.dylib to cache
 segment __TEXT, size=0x10000, cache address=0x7FFF8B28D000
 segment __DATA, size=0x1000, cache address=0x7FFF71814000
 segment __LINKEDIT, size=0x6040, cache address=0x7FFF90543000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices to cache
 segment __TEXT, size=0x3D000, cache address=0x7FFF8B29D000
 segment __DATA, size=0x11000, cache address=0x7FFF71815000
 segment __LINKEDIT, size=0xA8B0, cache address=0x7FFF9054A000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore to cache
 segment __TEXT, size=0x4000, cache address=0x7FFF8B2DA000
 segment __DATA, size=0x2000, cache address=0x7FFF71827000
 segment __LINKEDIT, size=0x4210, cache address=0x7FFF90555000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit to cache
 segment __TEXT, size=0x1B000, cache address=0x7FFF8B2DE000
 segment __DATA, size=0x8000, cache address=0x7FFF71829000
 segment __LINKEDIT, size=0xE640, cache address=0x7FFF9055A000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit to cache
 segment __TEXT, size=0x44000, cache address=0x7FFF8B2F9000
 segment __DATA, size=0x14000, cache address=0x7FFF71831000
 segment __LINKEDIT, size=0x205A0, cache address=0x7FFF90569000
update_dyld_shared_cache: copying /usr/lib/libicucore.A.dylib to cache
 segment __TEXT, size=0x201000, cache address=0x7FFF8B33D000
 segment __DATA, size=0x1A000, cache address=0x7FFF71845000
 segment __LINKEDIT, size=0x81270, cache address=0x7FFF9058A000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal to cache
 segment __TEXT, size=0x83000, cache address=0x7FFF8B53E000
 segment __DATA, size=0xE000, cache address=0x7FFF71863000
 segment __LINKEDIT, size=0x1A060, cache address=0x7FFF9060C000
update_dyld_shared_cache: copying /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis to cache
 segment __TEXT, size=0x14000, cache address=0x7FFF8B5C1000
 segment __DATA, size=0x1000, cache address=0x7FFF71871000
 segment __LINKEDIT, size=0xA710, cache address=0x7FFF90627000
update_dyld_shared_cache: copying /usr/lib/libiconv.2.dylib to cache
 segment __TEXT, size=0xF6000, cache address=0x7FFF8B5D5000
 segment __DATA, size=0x2000, cache address=0x7FFF71873000
 segment __LINKEDIT, size=0xC040, cache address=0x7FFF90632000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore to cache
 segment __TEXT, size=0x5A000, cache address=0x7FFF8B6CB000
 segment __DATA, size=0x18000, cache address=0x7FFF71875000
 segment __LINKEDIT, size=0x27950, cache address=0x7FFF9063F000
update_dyld_shared_cache: copying /usr/lib/libutil1.0.dylib to cache
 segment __TEXT, size=0x4000, cache address=0x7FFF8B725000
 segment __DATA, size=0x1000, cache address=0x7FFF7188D000
 segment __LINKEDIT, size=0x2E10, cache address=0x7FFF90667000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices to cache
 segment __TEXT, size=0xA7000, cache address=0x7FFF8B729000
 segment __DATA, size=0x10000, cache address=0x7FFF7188E000
 segment __LINKEDIT, size=0x4C990, cache address=0x7FFF9066B000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib to cache
 segment __TEXT, size=0x21000, cache address=0x7FFF8B7D0000
 segment __DATA, size=0x1000, cache address=0x7FFF718A0000
 segment __LINKEDIT, size=0x6730, cache address=0x7FFF906B8000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF8B7F1000
 segment __LINKEDIT, size=0x1890, cache address=0x7FFF906BF000
update_dyld_shared_cache: copying /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork to cache
 segment __TEXT, size=0x175000, cache address=0x7FFF8B7F2000
 segment __DATA, size=0x23000, cache address=0x7FFF718A1000
 segment __LINKEDIT, size=0x9AFA0, cache address=0x7FFF906C1000
update_dyld_shared_cache: copying /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox to cache
 segment __TEXT, size=0x3FA000, cache address=0x7FFF8B967000
 segment __DATA, size=0x26000, cache address=0x7FFF718C4000
 segment __LINKEDIT, size=0x66350, cache address=0x7FFF9075C000
update_dyld_shared_cache: copying /usr/lib/libDiagnosticMessagesClient.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF8BD61000
 segment __DATA, size=0x1000, cache address=0x7FFF718EB000
 segment __LINKEDIT, size=0x23F0, cache address=0x7FFF907C3000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/IMDPersistence.framework/Versions/A/IMDPersistence to cache
 segment __TEXT, size=0x47000, cache address=0x7FFF8BD63000
 segment __DATA, size=0xE000, cache address=0x7FFF718EC000
 segment __LINKEDIT, size=0xC050, cache address=0x7FFF907C6000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression to cache
 segment __TEXT, size=0xE000, cache address=0x7FFF8BDAA000
 segment __DATA, size=0x1000, cache address=0x7FFF718FA000
 segment __LINKEDIT, size=0x5F10, cache address=0x7FFF907D3000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService to cache
 segment __TEXT, size=0x8000, cache address=0x7FFF8BDB8000
 segment __DATA, size=0x2000, cache address=0x7FFF718FB000
 segment __LINKEDIT, size=0x60C0, cache address=0x7FFF907D9000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit to cache
 segment __TEXT, size=0x42000, cache address=0x7FFF8BDC0000
 segment __DATA, size=0xF000, cache address=0x7FFF718FD000
 segment __LINKEDIT, size=0x1BD00, cache address=0x7FFF907E0000
update_dyld_shared_cache: copying /usr/lib/libexslt.0.dylib to cache
 segment __TEXT, size=0xE000, cache address=0x7FFF8BE02000
 segment __DATA, size=0x1000, cache address=0x7FFF7190C000
 segment __LINKEDIT, size=0x5230, cache address=0x7FFF907FC000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN to cache
 segment __TEXT, size=0x4C000, cache address=0x7FFF8BE10000
 segment __DATA, size=0xC000, cache address=0x7FFF7190D000
 segment __LINKEDIT, size=0x18BC0, cache address=0x7FFF90802000
update_dyld_shared_cache: copying /usr/lib/libstdc++.6.0.9.dylib to cache
 segment __TEXT, size=0x6A000, cache address=0x7FFF8BE5C000
 segment __DATA, size=0x5000, cache address=0x7FFF71919000
 segment __LINKEDIT, size=0x5B9E0, cache address=0x7FFF9081B000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari to cache
 segment __TEXT, size=0x4F6000, cache address=0x7FFF8BEC6000
 segment __DATA, size=0xA6000, cache address=0x7FFF71921000
 segment __LINKEDIT, size=0x2A7780, cache address=0x7FFF90877000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF8C3BC000
 segment __LINKEDIT, size=0x1630, cache address=0x7FFF90B1F000
update_dyld_shared_cache: copying /usr/lib/libbsm.0.dylib to cache
 segment __TEXT, size=0x14000, cache address=0x7FFF8C3BD000
 segment __DATA, size=0x1000, cache address=0x7FFF719CD000
 segment __LINKEDIT, size=0x52F0, cache address=0x7FFF90B21000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit to cache
 segment __TEXT, size=0x38C000, cache address=0x7FFF8C3D1000
 segment __DATA, size=0x84000, cache address=0x7FFF719CF000
 segment __LINKEDIT, size=0x19B360, cache address=0x7FFF90B27000
update_dyld_shared_cache: copying /usr/lib/liblangid.dylib to cache
 segment __TEXT, size=0x2000, cache address=0x7FFF8C75D000
 segment __DATA, size=0x1000, cache address=0x7FFF71A58000
 segment __LINKEDIT, size=0x1D70, cache address=0x7FFF90CC3000
update_dyld_shared_cache: copying /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib to cache
 segment __TEXT, size=0x4000, cache address=0x7FFF8C75F000
 segment __DATA, size=0x1000, cache address=0x7FFF71A59000
 segment __LINKEDIT, size=0x1C30, cache address=0x7FFF90CC5000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD to cache
 segment __TEXT, size=0x11B000, cache address=0x7FFF8C763000
 segment __DATA, size=0x15000, cache address=0x7FFF71A5A000
 segment __LINKEDIT, size=0xC260, cache address=0x7FFF90CC7000
update_dyld_shared_cache: copying /usr/lib/libbz2.1.0.dylib to cache
 segment __TEXT, size=0xE000, cache address=0x7FFF8C87E000
 segment __DATA, size=0x1000, cache address=0x7FFF71A6F000
 segment __LINKEDIT, size=0x2360, cache address=0x7FFF90CD4000
update_dyld_shared_cache: copying /usr/lib/system/libcache.dylib to cache
 segment __TEXT, size=0x6000, cache address=0x7FFF8C88C000
 segment __DATA, size=0x1000, cache address=0x7FFF71A70000
 segment __LINKEDIT, size=0x2870, cache address=0x7FFF90CD8000
update_dyld_shared_cache: copying /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox to cache
 segment __TEXT, size=0x43D000, cache address=0x7FFF8C892000
 segment __DATA, size=0x33000, cache address=0x7FFF71A71000
 segment __LINKEDIT, size=0x1D1A0, cache address=0x7FFF90CDB000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation to cache
 segment __TEXT, size=0x5D000, cache address=0x7FFF8CCCF000
 segment __DATA, size=0xA000, cache address=0x7FFF71AE1000
 segment __LINKEDIT, size=0x28D10, cache address=0x7FFF90CF9000
update_dyld_shared_cache: copying /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC to cache
 segment __TEXT, size=0x11000, cache address=0x7FFF8CD2C000
 segment __DATA, size=0x4000, cache address=0x7FFF71AEB000
 segment __LINKEDIT, size=0x8840, cache address=0x7FFF90D22000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/SocialUI.framework/Versions/A/SocialUI to cache
 segment __TEXT, size=0x90000, cache address=0x7FFF8CD3D000
 segment __DATA, size=0x22000, cache address=0x7FFF71AEF000
 segment __LINKEDIT, size=0x3CAF0, cache address=0x7FFF90D2B000
update_dyld_shared_cache: copying /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport to cache
 segment __TEXT, size=0x71000, cache address=0x7FFF8CDCD000
 segment __DATA, size=0x1D000, cache address=0x7FFF71B11000
 segment __LINKEDIT, size=0x324A0, cache address=0x7FFF90D68000
update_dyld_shared_cache: copying /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI to cache
 segment __TEXT, size=0xFF000, cache address=0x7FFF8CE3E000
 segment __DATA, size=0x41000, cache address=0x7FFF71B2E000
 segment __LINKEDIT, size=0x71680, cache address=0x7FFF90D9B000
update_dyld_shared_cache: copying /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate to cache
 segment __TEXT, size=0x1000, cache address=0x7FFF8CF3D000
 segment __LINKEDIT, size=0x15B0, cache address=0x7FFF90E0D000
update_dyld_shared_cache: copying /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi to cache
 segment __TEXT, size=0x49000, cache address=0x7FFF8CF3E000
 segment __DATA, size=0x14000, cache address=0x7FFF71B70000
 segment __LINKEDIT, size=0x1DAE0, cache address=0x7FFF90E0F000
update_dyld_shared_cache: for x86_64, updating binding information for 309 files:
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libz.1.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libsystem_notify.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libUniversalAccess.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/login.framework/Versions/A/login
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/liblaunch.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontWorkerAccess.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/SafariDAVNotifier.framework/Versions/A/SafariDAVNotifier
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContainer.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libobjc.A.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libcups.2.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libexpat.1.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libsandbox.1.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libauto.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libmacho.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libCRFSuite.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libtidy.A.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libsasl2.2.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libsystem_dnssd.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMServicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/IMDaemonCore.framework/Versions/A/IMDaemonCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libkeymgr.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libdnsinfo.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libcopyfile.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/IMDMessageServices.framework/Versions/A/IMDMessageServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libOpenScriptingUtil.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libffi.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoConference
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libodfde.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libATSServer.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libcurl.4.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libpam.2.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libresolv.9.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/LoginUIKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libsystem_m.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CalendarDraw.framework/Versions/A/CalendarDraw
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/InstantMessage.framework/Versions/A/Frameworks/IMRenderingFoundation.framework/Versions/A/IMRenderingFoundation
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Automator.framework/Versions/A/Automator
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CalendarUI.framework/Versions/A/CalendarUI
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libSystem.B.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libxml2.2.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libncurses.5.4.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libsystem_kernel.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libsqlite3.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Security.framework/Versions/A/Security
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libunc.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libxpc.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libxslt.1.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libMatch.1.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libsystem_blocks.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libquit.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libsystem_info.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libquarantine.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libkxld.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libCoreStorage.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistryServer.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libc++.1.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/IMServicePlugIn
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libcompiler_rt.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libcommonCrypto.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Message.framework/Versions/B/Message
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Social.framework/Versions/A/Social
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libssl.0.9.8.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libScreenReader.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/GSS.framework/Versions/A/GSS
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libsystem_network.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libcsfde.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libsystem_c.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libcrypto.0.9.8.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libdispatch.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libcorecrypto.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/JavascriptCore.framework/Versions/A/JavascriptCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenSharing
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/IncomingCallFilter.framework/Versions/A/IncomingCallFilter
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libsystem_sandbox.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/IMAVCore.framework/Versions/A/IMAVCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/XMPPCore.framework/Versions/A/XMPPCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libc++abi.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libdyld.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/LegacyMediaBridge.framework/Versions/A/LegacyMediaBridge
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libunwind.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libremovefile.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libxar.1.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libicucore.A.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libiconv.2.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libutil.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libDiagnosticMessagesClient.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/IMDPersistence.framework/Versions/A/IMDPersistence
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libexslt.0.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libstdc++.6.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libbsm.0.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/liblangid.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/libbz2.1.0.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /usr/lib/system/libcache.dylib
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/SocialUI.framework/Versions/A/SocialUI
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
update_dyld_shared_cache: for x86_64, updating binding information in cache for /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
update_dyld_shared_cache: for x86_64, optimizing objc metadata
update_dyld_shared_cache: 2 duplicates of Objective-C class RoundRectView
update_dyld_shared_cache: 2 duplicates of Objective-C class TintedImageRep
update_dyld_shared_cache: for x86_64, 905332/946176 bytes (95%) used in libobjc read-only optimization section
update_dyld_shared_cache: for x86_64, 5724/16384 bytes (34%) used in libobjc read/write optimization section
update_dyld_shared_cache: for x86_64, uniqued 107194 selectors
update_dyld_shared_cache: for x86_64, updated 334663 selector references
update_dyld_shared_cache: for x86_64, updated 50 ivar offsets
update_dyld_shared_cache: for x86_64, sorted 15053 method lists
update_dyld_shared_cache: for x86_64, recorded 10400 classes (4 duplicates)
update_dyld_shared_cache: for x86_64, wrote objc metadata optimization version 12
update_dyld_shared_cache: writing cache to disk: ///var/db/dyld/dyld_shared_cache_x86_64.tmp292
update_dyld_shared_cache: atomically moving cache file into place: ///var/db/dyld/dyld_shared_cache_x86_64
update_dyld_shared_cache: writing .map file to disk
MacBook-Pro-van-Wout:~ wout$ sudo diskutil repairPermissions /
Started verify/repair permissions on disk0s6 OSX
Permissions differ on "Library/Application Support"; should be drwxr-xr-x ; they are drwxrwxr-x
Repaired "Library/Application Support"
Permissions differ on "System/Library/Extensions/System.kext/PlugIns/BSDKernel.kext/BSDKernel"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/System.kext/PlugIns/BSDKernel.kext/BSDKernel"
Permissions differ on "System/Library/Extensions/System.kext/PlugIns/IOKit.kext/IOKit"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/System.kext/PlugIns/IOKit.kext/IOKit"
Permissions differ on "System/Library/Extensions/System.kext/PlugIns/Libkern.kext/Libkern"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/System.kext/PlugIns/Libkern.kext/Libkern"
Permissions differ on "System/Library/Extensions/System.kext/PlugIns/MACFramework.kext/MACFramework"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/System.kext/PlugIns/MACFramework.kext/MACFramework"
Permissions differ on "System/Library/Extensions/System.kext/PlugIns/Mach.kext/Mach"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/System.kext/PlugIns/Mach.kext/Mach"
Permissions differ on "System/Library/Extensions/System.kext/PlugIns/Private.kext/Private"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/System.kext/PlugIns/Private.kext/Private"
Permissions differ on "System/Library/Extensions/System.kext/PlugIns/Unsupported.kext/Unsupported"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/System.kext/PlugIns/Unsupported.kext/Unsupported"
Permissions differ on "System/Library/Extensions/acfs.kext/Contents/Resources/Lorder.out"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/acfs.kext/Contents/Resources/Lorder.out"
Permissions differ on "System/Library/Extensions/acfs.kext/Contents/Resources/Tsort.out"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/acfs.kext/Contents/Resources/Tsort.out"
Group differs on "Library/Caches"; should be 80; group is 0
Repaired "Library/Caches"
Permissions differ on "System/Library/Extensions/CellPhoneHelper.kext/Contents/Resources/attlogo.pdf"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/CellPhoneHelper.kext/Contents/Resources/attlogo.pdf"
Permissions differ on "System/Library/Extensions/CellPhoneHelper.kext/Contents/Resources/nvtl_logo.pdf"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/CellPhoneHelper.kext/Contents/Resources/nvtl_logo.pdf"
Permissions differ on "System/Library/Extensions/CellPhoneHelper.kext/Contents/Resources/sprint_logo.pdf"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/CellPhoneHelper.kext/Contents/Resources/sprint_logo.pdf"
Permissions differ on "System/Library/Extensions/CellPhoneHelper.kext/Contents/Resources/swi_logo.pdf"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/CellPhoneHelper.kext/Contents/Resources/swi_logo.pdf"
Permissions differ on "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/Resources/LICENSE"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/Dont Steal Mac OS X.kext/Contents/Resources/LICENSE"
Permissions differ on "System/Library/Extensions/Dont Steal Mac OS X.kext/LICENSE"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/Dont Steal Mac OS X.kext/LICENSE"
Permissions differ on "System/Library/Extensions/IOFireWireFamily.kext/Contents/PlugIns/AppleFWOHCI.kext/Contents/Resources/exports"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/IOFireWireFamily.kext/Contents/PlugIns/AppleFWOHCI.kext/Contents/Resources/exports"
Permissions differ on "System/Library/Extensions/acfs.kext/Contents/Resources/UnResolved"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/acfs.kext/Contents/Resources/UnResolved"
Permissions differ on "System/Library/Extensions/acfsctl.kext/Contents/Resources/UnResolved"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/acfsctl.kext/Contents/Resources/UnResolved"
Permissions differ on "System/Library/Extensions/ATTOCelerityFC.kext/Contents/MacOS/ATTOCelerityFC"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/ATTOCelerityFC.kext/Contents/MacOS/ATTOCelerityFC"
Permissions differ on "System/Library/Extensions/ATTOCelerityFC8.kext/Contents/MacOS/ATTOCelerityFC8"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/ATTOCelerityFC8.kext/Contents/MacOS/ATTOCelerityFC8"
Permissions differ on "System/Library/Extensions/ATTOExpressPCI4.kext/Contents/MacOS/ATTOExpressPCI4"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/ATTOExpressPCI4.kext/Contents/MacOS/ATTOExpressPCI4"
Permissions differ on "System/Library/Extensions/ATTOExpressSASHBA.kext/Contents/MacOS/ATTOExpressSASHBA"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/ATTOExpressSASHBA.kext/Contents/MacOS/ATTOExpressSASHBA"
Permissions differ on "System/Library/Extensions/ATTOExpressSASHBA2.kext/Contents/MacOS/ATTOExpressSASHBA2"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/ATTOExpressSASHBA2.kext/Contents/MacOS/ATTOExpressSASHBA2"
Permissions differ on "System/Library/Extensions/ATTOExpressSASHBA3.kext/Contents/MacOS/ATTOExpressSASHBA3"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/ATTOExpressSASHBA3.kext/Contents/MacOS/ATTOExpressSASHBA3"
Permissions differ on "System/Library/Extensions/ATTOExpressSASRAID.kext/Contents/MacOS/ATTOExpressSASRAID"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/ATTOExpressSASRAID.kext/Contents/MacOS/ATTOExpressSASRAID"
Permissions differ on "System/Library/Extensions/ATTOExpressSASRAID2.kext/Contents/MacOS/ATTOExpressSASRAID2"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/ATTOExpressSASRAID2.kext/Contents/MacOS/ATTOExpressSASRAID2"
Permissions differ on "System/Library/Extensions/Accusys6xxxx.kext/Contents/MacOS/Accusys6xxxx"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/Accusys6xxxx.kext/Contents/MacOS/Accusys6xxxx"
Permissions differ on "System/Library/Extensions/ArcMSR.kext/Contents/MacOS/ArcMSR"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/ArcMSR.kext/Contents/MacOS/ArcMSR"
Permissions differ on "System/Library/Extensions/CalDigitHDProDrv.kext/Contents/MacOS/CalDigitHDProDrv"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/CalDigitHDProDrv.kext/Contents/MacOS/CalDigitHDProDrv"
Permissions differ on "System/Library/Extensions/HighPointIOP.kext/Contents/MacOS/HighPointIOP"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/HighPointIOP.kext/Contents/MacOS/HighPointIOP"
Permissions differ on "System/Library/Extensions/HighPointRR.kext/Contents/MacOS/HighPointRR"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/HighPointRR.kext/Contents/MacOS/HighPointRR"
Permissions differ on "System/Library/Extensions/JMicronATA.kext/Contents/MacOS/JMicronATA"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/JMicronATA.kext/Contents/MacOS/JMicronATA"
Permissions differ on "System/Library/Extensions/SoftRAID.kext/Contents/MacOS/SoftRAID"; should be -rw-r--r-- ; they are -rwxr-xr-x
Repaired "System/Library/Extensions/SoftRAID.kext/Contents/MacOS/SoftRAID"
Finished verify/repair permissions on disk0s6 OSX
MacBook-Pro-van-Wout:~ wout$ sudo update_dyld_shared_cache -root / -force
MacBook-Pro-van-Wout:~ wout$ cd /System/Library/Caches
MacBook-Pro-van-Wout:Caches wout$ rm -rf ./com.apple.kext.caches/Startup/IOKitPersonalities_i386.ioplist.gz
rm: ./com.apple.kext.caches/Startup/IOKitPersonalities_i386.ioplist.gz: Permission denied
MacBook-Pro-van-Wout:Caches wout$ sudo kextcache -v 1 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext -z /System/Library/Extensions/
/ locked; waiting for lock.
Lock acquired; proceeding.
IOUserEthernet.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOUserEthernet.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IO8021ASPlugin.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IO8021ASPlugin.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO8021ASPlugin.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IOMRPPlugin.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOMRPPlugin.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOAVBFamily.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOAVBFamily.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOMRPPlugin.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IOAVBPlugin.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOAVBPlugin.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOAVBFamily.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOAVBFamily.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO8021ASPlugin.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IO8021ASPlugin.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOMRPPlugin.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOMRPPlugin.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOAVBPlugin.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IOAVBDiscoveryPlugin.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOAVBDiscoveryPlugin.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOAVBFamily.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOAVBFamily.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOAVBDiscoveryPlugin.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IOAVBFamily.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOAVBFamily.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOAVBFamily.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IO80211NetBooter.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO80211Family.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO80211NetBooter.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AirPortAtheros40.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO80211Family.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
AirPortAtheros40.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IO80211Family.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO80211Family.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
BJUSBLoad.kext - no dependency found for com.apple.kernel.libkern.
BJUSBLoad.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AppleBluetoothHIDMouse.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothHIDMouse.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AppleBluetoothHIDKeyboard.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothHIDKeyboard.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AppleBluetoothMultitouch.kext - no dependency found for com.apple.iokit.IOBluetoothFamily.
AppleBluetoothMultitouch.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothMultitouch.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IOAVBFamily.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOAVBFamily.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOAVBPlugin.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOAVBPlugin.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO8021ASPlugin.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IO8021ASPlugin.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOMRPPlugin.kext - no dependency found for com.apple.iokit.IOEthernetAVBController.
IOMRPPlugin.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
AppleAVBAudioPlugin.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
Created mkext archive /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext.
MacBook-Pro-van-Wout:Caches wout$

Link to comment
Share on other sites

hello

 

sudo kextcache -system-prelinked-kernel

 

and see end msg in terminal, any problems post msg here

 

good hack

 

Thanks for the compliment :D

Will do this command again special for you:

 

MacBook-Pro-van-Wout:~ wout$ sudo kextcache -system-prelinked-kernel
Password:

//Waits around 20 secs...

IOKitWaitQuiet() timed out.
Kernel file /mach_kernel does not contain requested arch: i386
IOUserEthernet.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IOUserEthernet.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AirPortAtheros40.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO80211Family.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
AirPortAtheros40.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AppleBluetoothHIDMouse.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothHIDMouse.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AppleBluetoothHIDKeyboard.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothHIDKeyboard.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
AppleBluetoothMultitouch.kext - no dependency found for com.apple.iokit.IOBluetoothFamily.
AppleBluetoothMultitouch.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothMultitouch.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
IOUserEthernet.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
AirPortAtheros40.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
IO80211Family.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
AppleBluetoothHIDMouse.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothHIDKeyboard.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
AppleBluetoothMultitouch.kext - no dependency found for com.apple.iokit.IOBluetoothFamily.
AppleBluetoothMultitouch.kext - no dependency found for com.apple.driver.IOBluetoothHIDDriver.
IOUserEthernet.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
Prelink failed for com.apple.iokit.IOUserEthernet; omitting from prelinked kernel.
IO80211Family.kext - no compatible dependency found for com.apple.iokit.IONetworkingFamily.
Prelink failed for com.apple.iokit.IO80211Family; aborting prelink.
Failed to generate prelinked kernel.
MacBook-Pro-van-Wout:~ wout$

 

So, the prelinked kernel will not be built! AARGH!! Why, oh why doesn't want to build it? Could be something with the IOKitWaitQuiet() timed out. error?

edit: I did install a modified IONetworkingFamily kext, but I also backed-up the original and get same output with both of 'em.

 

 

if I do touch command I get below result. No output is given for touch command on sudo? Is this normal?

 

//If I do without sudo will get denied, which kinda makes sense I think as I'm no su then:
MacBook-Pro-van-Wout:~ wout$ touch /System/Library/Extensions
touch: /System/Library/Extensions: Permission denied
//With sudo:
MacBook-Pro-van-Wout:~ wout$ sudo touch /System/Library/Extensions
Password: //Typing pass
//Waits a few secs...
MacBook-Pro-van-Wout:~ wout$ //Now getting default bash back?

Link to comment
Share on other sites

After you executed touch command, nothing is gonna return or show in terminal.

You can pay attention to your CPU usage or processes.

There should be 2 processes each named kextd and kernelcache.

If they are eating up your CPU, they 're working then.

Personally, those two processes lasted for about half a minute.

  • Like 1
Link to comment
Share on other sites

@p.H: I checked my CPU activity, but activity is nearly 0 all the time and there is no kextcache process running, only kextd (which also doesn't do a thing). I think it was more activity in the past.

Link to comment
Share on other sites

So, what should I do next? Also tried rebuilding cache by booting in safe mode and manually setting my busratio (thought that would help to speed up the CPU, but with this recent log I see that the CPU almost isn't doing a thing).

 

Still the question remains: Why is all my hardware properly recognized with a cache and not without one? Also, if I boot with the -f (to force reload kexts) I mostly get a KP related to the CPUPowerManagement kext.

Link to comment
Share on other sites

So, what should I do next? Also tried rebuilding cache by booting in safe mode and manually setting my busratio (thought that would help to speed up the CPU, but with this recent log I see that the CPU almost isn't doing a thing).

 

Still the question remains: Why is all my hardware properly recognized with a cache and not without one? Also, if I boot with the -f (to force reload kexts) I mostly get a KP related to the CPUPowerManagement kext.

maybe your kernel cache contains your kexts. But when you boot with -f, it ignores the cache loading all the kexts in SLE or EE.

But OSX fail to load certain kexts. So your hardware isn't working. After all, it's all my guess :D

Link to comment
Share on other sites

maybe your kernel cache contains your kexts. But when you boot with -f, it ignores the cache loading all the kexts in SLE or EE.

But OSX fail to load certain kexts. So your hardware isn't working. After all, it's all my guess :D

 

I always try to boot with caches and all went fine until I installed / replaced an extra kext and now I constantly get time-outs! UGH! lol.

 

So, anybody an idea how I'll be able to fully cache all kexts?? Isn't there an force cache thingy somewhere?

Link to comment
Share on other sites

I always try to boot with caches and all went fine until I installed / replaced an extra kext and now I constantly get time-outs! UGH! lol.

 

So, anybody an idea how I'll be able to fully cache all kexts?? Isn't there an force cache thingy somewhere?

download onyx. It has the ability to do lost of things including kernel cache related stuff

Link to comment
Share on other sites

How in earth do I install only the system new then, and don't lose my data? I always thought that if you re-install OS X you need to completely format the drive?

 

I'll try to search for something. I do want to say that I build a USB stick with the ML purchase with ######. Or is there a better non-###### way of building sticks (haven't read it 'cause the ###### method was the easiest to do. But again, that might not be the best way to do it).

 

Anybody got an idea?

 

Greetings to all!

Link to comment
Share on other sites

How in earth do I install only the system new then, and don't lose my data? I always thought that if you re-install OS X you need to completely format the drive?

 

I'll try to search for something. I do want to say that I build a USB stick with the ML purchase with ######. Or is there a better non-###### way of building sticks (haven't read it 'cause the ###### method was the easiest to do. But again, that might not be the best way to do it).

 

Anybody got an idea?

 

Greetings to all!

Maybe it's better to quote others' replies.

Just install on the drive where your current OSX is.

Link to comment
Share on other sites

Could somebody post his 10.8.2 IONetworkingFamily.kext file? Maybe the backup was already replaced with a modified version. That's the only thing I can think about. Maybe that's also why my WiFi won't work??

 

Also tried to manually pack a mkext file with Kext Wizard and put it in the caches startup folder, but still no luck :(

 

I'm beginning to run out of ideas :(

 

Maybe it's better to quote others' replies.

Just install on the drive where your current OSX is.

 

Yeah, you're right, but I was on mobile, and couldn't find the quote function. Also forgot to include member's name (which would be an solution for quoting, I guess).

But, then it will do a repair install? Don't want to make my (almost perfect) hackintosh. Just asking twice to make sure, hope you don't mind :D

 

Still, it might work with the original IONetworkingFamily.kext file from 10.8.2? Because now I don't know anymore whether the 'original' was indeed the original :S

 

edit2: It seems to me after re-studying the logs it all points to this IONetworkingFamily kext, because I think all (network) communication include bluetooth etc. Which the kextcache can't find a dependency for :( So, if anybody got the time (or wants to) post his/her original 10.8.2 IONetworkingFamily.kext file it might be a huge help. Thank you in advance :)

Link to comment
Share on other sites

Could somebody post his 10.8.2 IONetworkingFamily.kext file? Maybe the backup was already replaced with a modified version. That's the only thing I can think about. Maybe that's also why my WiFi won't work??

 

Also tried to manually pack a mkext file with Kext Wizard and put it in the caches startup folder, but still no luck :(

 

I'm beginning to run out of ideas :(

 

 

 

Yeah, you're right, but I was on mobile, and couldn't find the quote function. Also forgot to include member's name (which would be an solution for quoting, I guess).

But, then it will do a repair install? Don't want to make my (almost perfect) hackintosh. Just asking twice to make sure, hope you don't mind :D

 

Still, it might work with the original IONetworkingFamily.kext file from 10.8.2? Because now I don't know anymore whether the 'original' was indeed the original :S

 

edit2: It seems to me after re-studying the logs it all points to this IONetworkingFamily kext, because I think all (network) communication include bluetooth etc. Which the kextcache can't find a dependency for :( So, if anybody got the time (or wants to) post his/her original 10.8.2 IONetworkingFamily.kext file it might be a huge help. Thank you in advance :)

http://d.pr/f/N3lJ

Here it is. Hope it works fine.

Link to comment
Share on other sites

http://d.pr/f/N3lJ

Here it is. Hope it works fine.

 

Well, that one failed hard. Still the time-out. I actually expected different. When I'm back from work I'll go and re-install OS X over the current partition. Is there anything I should make a backup of? Any apps installed after the install or any kexts?

 

Thanks for all the help guys! Not +1, but +infinity if that was possible on this forum lol.

 

edit: I'll keep this topic open for future issues regarding kexts and caches.

Link to comment
Share on other sites

Well, that one failed hard. Still the time-out. I actually expected different. When I'm back from work I'll go and re-install OS X over the current partition. Is there anything I should make a backup of? Any apps installed after the install or any kexts?

 

Thanks for all the help guys! Not +1, but +infinity if that was possible on this forum lol.

 

edit: I'll keep this topic open for future issues regarding kexts and caches.

well, it's really simple to reinstall OSX than Windows.

Nothing really needs to be backed up.

Link to comment
Share on other sites

Okay, a re-install didn't work for me, still the time-outs. So did a complete 0-write format (overwrite disk with 0s).

Now I re-installed it and got everything back to normal (WiFi not yet, might be able to do that with a DSDT edit, but that's another thread in this category).

 

Anyways, now the cache rebuilds in less than 20s OMG what fast! :D

 

I'm completely happy again! :D

 

(Luck that I could find my USB drive where I put the installation at. Pfew).

Link to comment
Share on other sites

Okay, a re-install didn't work for me, still the time-outs. So did a complete 0-write format (overwrite disk with 0s).

Now I re-installed it and got everything back to normal (WiFi not yet, might be able to do that with a DSDT edit, but that's another thread in this category).

 

Anyways, now the cache rebuilds in less than 20s OMG what fast! :D

 

I'm completely happy again! :D

 

(Luck that I could find my USB drive where I put the installation at. Pfew).

congrats.

Anyway, I suggest you rebuilding kernel cache by terminal instead of apps ~

Link to comment
Share on other sites

 Share

×
×
  • Create New...