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

Fix iOS build scripts #3086

Merged
merged 2 commits into from
Feb 17, 2025
Merged

Fix iOS build scripts #3086

merged 2 commits into from
Feb 17, 2025

Conversation

steffenkleinle
Copy link
Member

@steffenkleinle steffenkleinle commented Feb 13, 2025

Short Description

Fix iOS build scripts as xcode does not find homebew (and therefore yarn) in my path.
Otherwise I always get yarn: command not found.

Proposed Changes

  • Add homebrew to path before executing build scripts

Side Effects

homebrew is always added to the path even if not available/necessary. Should not lead to any problems though.

Testing

Build the app on iOS.

Resolved Issues

Fixes: N/A


Copy link
Contributor

@f1sh1918 f1sh1918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build worked for me 👍

Copy link
Contributor

@LeandraH LeandraH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me too :)

@steffenkleinle steffenkleinle merged commit d8f6783 into main Feb 17, 2025
7 checks passed
@steffenkleinle steffenkleinle deleted the fix-ios-builds branch February 17, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants