ForkLift 1.7 crashes on startup under Snow Leopard. This is caused by some broken file references, Forklift is trying to access some files that have been placed under a different folder in Snow Leopard.
To fix the issue, you'll need to restore these file references by creating symlinks to the new location.
Run the following commands in your terminal:
sudo ln -s /System/Library/Frameworks/AppleShareClientCore.framework /System/Library/Frameworks/AppleShareClient.framework
sudo ln -s /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClient
sudo ln -s /System/Library/Frameworks/QuickLook.framework /System/Library/PrivateFrameworks/QuickLookUI.framework
sudo ln -s /System/Library/Frameworks/QuickLook.framework/QuickLook /System/Library/Frameworks/QuickLook.framework/QuickLookUI
sudo ln -s /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLookUI

"A default value is the value that a variable contains before you set its value. You initialize a variable when you set its value for the first time. If you declare a variable, but do not set its value, that variable is uninitialized. The value of an uninitialized variable depends on its data type. The following table describes the default values of variables, organized by data type:"

Go on, take a break, catch some magical fireflies in the tranquil woods!

8 easy steps to install Ant on Flash Builder 4.
- 1
- 2
- 3
- 4
- 5
Latest Articles
- AS3 Default variable values
- How to uninstall mysql on Snow leopard
- How to install MySQL 5 on mac (Snow Leopard)
- Papervision 2 performance test
- NS_ERROR_ABORT on Firefox & Code Igniter
- How to clear the soap wsdl cache in php 5?
- The Firefly Collector - flash game
- How to add Mylyn to Aptana (or any Eclipse distro)
- How to Install ANT in Flash Builder 4
- Joomla Virus!
quick Poll
Syntax Highlighting
To enable syntax highlighting in your comments, use the following syntax:
[flashcode]
...your code...
[/ flashcode]


I am new with mac and I am not very knowledgeable with computers. How exactly do i do this repair. how do i run this commands? Can you please help. Do I have to copy and past this information somewhere?
U de Best !!!
You're right, the latest build of Forklift breaks the QuickLook feature.
Hopefully v2.0 will be out soon with full Snow Leopard support!
ForkLift is now starting on Snow Leopard latest seed 10A394, however quicklook does no longer work in ForkLift.
Maybe location have changed again in this latest build of SL....
If you have another solution or symlink please let me know, thank you