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
fix(app, ios-config): use fully-specified path for /usr/bin/head
It appears we have an expectation about what `head` binary will do,
and XAMMP at least bundles a different `head` which does not meet our
expectations.
This is a basic unix utility on all macs via the base install, so the full path to the
base install version should be a reasonable fix
Fixes#5801
0 commit comments