Apple changed the default shell to ZSH. So I would like to run Xcode in the Terminal. So here is the brief instruction for you. Open .zshrc file vim ~/.zshrc Add an alias at the bottom. alias xcode="open -a Xcode"…
I have been a long time user for Slack. The thing that I don’t like Slack is getting heavier and getting slower. Today I read a new article saying Microsoft Teams got over 2M daily active users in their Teams…
If you are a developer you might have used git to manage your source repository. Then you might use .gitignore file to exclude files or folders that you don’t want to sync with your remote repository. .gitignore If you specifies…
Recently I have got an error(?) when I launched a React native application on iOS device for testing. Then it caused a strange symptom like below. No loading from React native testing server The app launched and quit automatically without…
When you try to import a library or a framework in your project you might face an issue saying clang: error: linker command failed with exit code 1 (use -v to see invocation) There could be a bunch of options…
Today I have faced an issue that I couldn’t push/pull to(from) Bitbucket repository. I used Sourcetree and I got failed to do it with the error below. Invalid username and password I tried to change my password in Bitbucket and…