DYLD error on 10.6 image

mike_pinto
New Contributor III

Hey all, I'm running into an issue that I'm hoping someone may be able to help me with. I'm using a post install script (launchd item) that has been working fine for 10.7 and 10.8. When deployed to my new 10.6.8 image, however, I run into problems. Verbose ends up spitting out the following over and over:

coreservicesd triggered DYLD shared region unnest for map: .....

Has anyone seen this before? I can post what I have for my script if needed.

Thanks

1 REPLY 1

mbuckner
Contributor

I've run into dyld errors before. To fix it we had to run this script after imaging:

update_dyld_shared_cache -force

I don't know if that will help you at all, but it fixed our problems.

Mark