2022-06-23 23:46:13
If you buy a new Macbook Air or Pro, you will probably install homebrew. But if you are living in some region where some web services can't be accessed, you need to find an alternative source to in...
2022-06-23 23:39:52
Error When I build iOS app on macOS with Flutter sdk, it showed the following error. Could not build the precompiled application for the device. It appears that your application still contains...
2022-06-23 23:30:22
Error I installed a macOS on Vmware. when I wanted to install a large software on Linux system, it showed error that there is no enough space to install the software. So I powered off the system and...
2022-06-23 23:15:07
Error Launching lib/main.dart on iPhone 8 in debug mode... Running Xcode build... Xcode build done. 3.1s Failed to build iOS app Error output...
2022-06-23 23:07:17
To build an iOS app with Flutter, firstly you need to have an verified developer account. Just open the wordspace file with Xcode and sign in your developer account in runner. Then you need to pr...
2022-06-20 13:06:49
The user data policy is becoming more and more strict in recent years. After you finished the development, you will publish your APP apk bundle on Google Play, which a really a huge platform over the...
2022-06-19 23:16:22
Yeasterday I found one of my websites became very slow and I tried many way but can't find a solution. At the moment when I check the Bootstrap code, I found it may be due to some Boostrap online l...
2022-06-19 23:09:25
1. Modify the name in AndroidManifest.xml C:\Users\Eddy\StudioProjects\hsk_words\android\app\src\debug\AndroidManifest.xml C:\Users\Eddy\StudioProjects\hsk_words\android\app\src\main\AndroidManife...
2022-06-19 23:03:27
As you know, it's very easy to use the get_template_directory_uri() function to get the directory of theme folder in Wordpress. But if you are trying to get the Wordpress directory from Javascript fil...
2022-06-19 22:53:32
Error When you got this error, there maybe two reasons. Reason 1 The capability is not correctly set. You can change the capability to $capability = ‘read’; and refesh the page. function name_...