Error Running CocoaPod pod install on MacOS BigSur With ffi

On MacOS Big Sur, running pod install against a simple Podfile is throwing an error in Ruby. Podfile LoadError – dlsym(0x7fc9ddbb5340, Init_ffi_c): symbol not found – /Library/Ruby/Gems/2.6.0/gems/ffi-1.13.1/lib/ffi_c.bundle To get around this error. It seems you have to install ffi and disable the ffi ruby library that comes shipped with MacOS Big Sur. After running the… Read More Error Running CocoaPod pod install on MacOS BigSur With ffi

How to Install Intel Apps From The Terminal On M1 Apple Silicon Macs

With the latest Apple Silicon M1 Macs. Program compatibility was going to be an issue with early adopters as not all applications for the M1 which uses a different arm architecture compared to intel architecture apps. For Apple to get around this problem, they introduced Rosetta 2. This app is sort of an emulation software.… Read More How to Install Intel Apps From The Terminal On M1 Apple Silicon Macs

Forbidden You don’t have permission to access /~username/directory in Mac OS X

I have this weird issue with my website backups. When I store them inside my Sites folder and try to view them from the browser. 1. They do not appear listed when I do a directory listing 2. Accessing the folder manually produces the error You don’t have permission to access on localhost /~username/mydirectory This… Read More Forbidden You don’t have permission to access /~username/directory in Mac OS X