Category: Mac OS

How to install XAMPP in Mac OS

What is XAMPP? XAMPP is a software which provides the collection of packages like Apache web server, MySQL database/MariaDB, Php and Perl. It is available in Windows, MAC and Linux.If you install the XAMPP, then no need to install the above packages seperately. It does all configuration automatically Now you can follow the following steps […]

Error (Xcode): type argument ‘nw_proxy_config_t’ (aka ‘struct nw_proxy_config *’) is neither an Objective-C object nor a block type

Error during iOS build in flutter projects. The error has been started after updating Xcode 15 and after downloading iOS 17. Error (Xcode): type argument ‘nw_proxy_config_t’ (aka ‘struct nw_proxy_config *’) is neither an Objective-C object nor a block type Solution for the above error: As mentioned in the error log, open the below file and […]