You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dyld: lazy symbol binding failed: Symbol not found: ___darwin_check_fd_set_overflow
Referenced from: /var/folders/_k/sr5288h53pldvd86w5dqtvqc0000gn/T/platformsh-cli-8.0.30-4.10.2/php-8.0.30 (which was built for Mac OS X 11.0)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ___darwin_check_fd_set_overflow
Referenced from: /var/folders/_k/sr5288h53pldvd86w5dqtvqc0000gn/T/platformsh-cli-8.0.30-4.10.2/php-8.0.30 (which was built for Mac OS X 11.0)
Expected in: /usr/lib/libSystem.B.dylib
From what I remember about doing some deeper research about these error messages before, the CLI is expecting something in this system that isn’t present until some OS after 10.14. This machine uses 10.14.6 (Mojave)
The text was updated successfully, but these errors were encountered:
Tested both w/ legacy CLI and the new one.
From what I remember about doing some deeper research about these error messages before, the CLI is expecting something in this system that isn’t present until some OS after 10.14. This machine uses
10.14.6 (Mojave)
The text was updated successfully, but these errors were encountered: