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

[iOS] Fix build fail when "ipconfig getifaddr" does not have IP #41823

Closed
wants to merge 1 commit into from
Closed

Commits on Dec 7, 2023

  1. Don't fail when "ipconfig getifaddr" does not have IP

    The script used fail when IP is assigned to non-en0 interface because "ipconfig getifaddr en0" exits with 1 when IP is not assigned. That produced "PhaseScriptExecution failed with a nonzero exit code" in Xcode.
    The patch fixes this issue by removing "set -e" and re-enabling it later in the script.
    nochkin authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bf34b68 View commit details
    Browse the repository at this point in the history