In OSX 10.7.x, user libraries (~/Library) are hidden which can be a pain for developers. To make your account's Library folder visible in Lion, use this command in the Terminal (will need to enter your password): sudo chflags nohidden ~/Library You can rehide it with: sudo chflags hidden ~/Library Ken