Resolving chromedrive verification error in MacOS
The MacOS Catalina (v 10.15.3) has a security feature known as Gatekeeper, which verifies downloaded applications. When you encounter the error: "chromedriver" cannot be opened because the developer cannot be verified, it's due to Gatekeeper restricting the execution of the chromedriver executable. This is because it doesn't recognize the developer, which is a common issue for developers and testers who use chromedriver for browser automation...
Continue reading →
macos
Resolving Netty's DNS Resolution Error on MacOS M1 Systems
Developers using Netty on MacOS M1 systems may encounter an error indicating a missing DNS resolver library. This error arises because Netty utilizes native code for optimal DNS resolution, and the necessary library might not be present on M1 systems...
Continue reading →
macos
gradle
maven
Setup php on MacOS localhost
Users with the newest versions of Mac OS X (Mountain Lion or later) no longer see the option of web sharing in `System Preferences->Sharing`. If you are a web developer / designer, you might find this change unpleasant. However Mac OS X still includes Apache HTTP version.
Testing web sites on your personal computer is indispensable for web developers / designers. Enabling `php` on Mac OX S is plain and easy. ..
Continue reading →
macos
php