
09-05-2009, 05:36 PM
|
Tiger
|
|
Join Date: Jun 2009
Posts: 306
|
|
zod says its different every time.
Open terminal and type anything in. Press enter once or twice (or some command, no need for anything special)
Do you get "dyld" messages... something like
"dyld: shared cached file was build against a different libSystem.dylib, ignoring cache" (verbose boot might also show this)
if so, open terminal and type;
Code:
sudo update_dyld_shared_cache -force
Last edited by Gurruwiwi; 09-05-2009 at 05:39 PM.
|