技术笔记
How to fetch a variable value which name is from another variable in bash
Problem
技术笔记
Problem
技术笔记
We use a macmini running gitlab-runner to build ios application, but recently I find it failed to start, when I running the gitlab-runner…
技术笔记
I remember that I encountered this problem before, but I don’t know what’s the root cause of the issue, today I encounter this problem…
技术笔记
I am working on adding gitlab CI for the project withKMM, the process for my setup is like below:
技术笔记
Today, I added FlurryConfig on AppDelegate.swift, and added the Flurry Config Delegate methods on the AppDelegate like below:
技术笔记
I like to create dmg file on Mac, so I can put all the related documents in the dmg file, because we can mount the dmg file as a driver.
技术笔记
When I move my computer to M2, one of the project can not compile, some module didn’t in the dependency graph, and finally, a friend told…
技术笔记
When using the iOS simulator, I encountered an issue when trying to share a file saved in the Files app. I wanted to copy the file to my…
技术笔记
Today, I want to setup the mailchimp to send mail, and it needs to setup the sender domain first, according to the guide, I know how to add…
技术笔记
I have a projector which can play videos, but it might be too old, it can only play videos with H264 encoding, but sometimes, the video has…
技术笔记
In my development, I extract some common feature to a dependent project, and in the main project use the mod to include it, but when I need…
技术笔记
Sometimes we need a proxy to connect some website, but on Mac, if we start a proxy, the terminal might not use the proxy directly, here is…