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
{{ message }}
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
building ios-deploy is riddled with issues in MacOS Catalina, from requiring --unsafe-perm=true to issues linking to xcode libraries during the build step. Its maintainers now recommend installing a pre-compiled binary via brew.
The current maji setup has the installation of ios-deploy and ios-sim
be triggered by a cordova hook, which means they get installed even if you're never going to use them (you wouldn't need them for example in a CI environment).
A better (?) approach could be to try to resolve these dependencies only when they are need (when running certain maji cli commands). At this point we might offer to install ios-deploy via brew as an alternative to npm, or at least educate the user about it.
The text was updated successfully, but these errors were encountered:
building
ios-deploy
is riddled with issues in MacOS Catalina, from requiring--unsafe-perm=true
to issues linking to xcode libraries during the build step. Its maintainers now recommend installing a pre-compiled binary viabrew
.The current maji setup has the installation of
ios-deploy
andios-sim
be triggered by a cordova hook, which means they get installed even if you're never going to use them (you wouldn't need them for example in a CI environment).
A better (?) approach could be to try to resolve these dependencies only when they are need (when running certain
maji
cli commands). At this point we might offer to installios-deploy
via brew as an alternative to npm, or at least educate the user about it.The text was updated successfully, but these errors were encountered: