Install pre-commit on mac with pip3
We use the pre-commit to check code before commit on git, before we setup the environment, we need to install the pre-commit first, but in…
We use the pre-commit to check code before commit on git, before we setup the environment, we need to install the pre-commit first, but in…
Problem
Problem
Mac has bash and zsh the profile for bash and zsh is different, sometimes we want to change path on profile files, but in order to find…
Problem
I am thinking about save files on a remote server, and develop with vscode on local machine, this is the solution.
This error was occurred when run the app on an iOS device with OS version less than 13, after investigate the problem was caused by the…
Problem
Currently I am investigate how to build the iOS application from command line, this article is what I have done right now.
When we upload application for test on TestFlight, it always in Missing Compliance status, because it is in this status, the application…
In the build.gradle.kts has a versionNumber variable, the content is like below:
I usually pair Android Device from Android Studio, and I want to pair the device from command line, so it will be easier to connect with…