Here is the error details we resolved. PostgreSQL libpq.5.dylib LoadError The above issue when starting the rails application, Solution: If you are recently upgraded the PostgreSql 14.5, that affected gem installed in the application. To resolve the issue you have to uninstall the Gem ‘pg’ and reinstall it again. Command to execute: orMention the gem […]
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 […]