Where to find Application Loader app in Mac?

In more modern versions of Xcode, you’ll find “Application Loader” under the “Xcode” menu (the first menu to the right of the Apple in the menu bar) and it’ll be hiding in the “Open Developer Tools” submenu.

Where do I find the bashrc file on Mac?

The .bashrc file is in your home directory. So from command line do: This will show all the hidden files in your home directory. “cd” will get you home and ls -a will “list all”. In general when you see ~/ the tilda slash refers to your home directory. So ~/.bashrc is your home directory … Read more

You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)

Update: I now have a very detailed step-by-step tutorial for setting up a proper Ruby development environment on a Mac, including a Homebrew troubleshooting section with the most common issues people run into. Although my step-by-step tutorial is guaranteed to work, I also have a script that will save you a lot of time. My tutorial uses a … Read more

socket.error: [Errno 48] Address already in use

You already have a process bound to the default port (8000). If you already ran the same module before, it is most likely that process still bound to the port. Try and locate the other process first: The command arguments are included, so you can spot the one running SimpleHTTPServer if more than one python process is active. You … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)