Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Stop suppressing pod install failures #12485

Merged
merged 2 commits into from
Dec 6, 2024

Commits on Dec 6, 2024

  1. chore: Stop suppressing pod install failures

    Pod install failures were suppressed originally to make cross-platform
    development easier, as they would fail on Windows and Linux (where you
    would presumably be developing with Android which does not require this
    step). However, since the introduction of the new setup script, this
    step will not run on non-macOS machines by default so this error
    suppression is no longer needed.
    
    This will make install errors easier to discover, saving developer
    time.
    Gudahtt committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    7e26d13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be8f618 View commit details
    Browse the repository at this point in the history