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

Preserve symlinks in zip file #2157

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

tthbalazs
Copy link
Contributor

Hi!

When trying to build an app for macOS, Xcode complains about not being able to follow a symlink. After some investigation it turns out that the Current folder (/mavsdk_server.xcframework/macos-x86_64/mavsdk_server.framework/Versions/Current) is in fact not a symlink, but it should be.

Updating the zip command to preserve symlinks should fix the issue.

Copy link
Collaborator

@julianoes julianoes left a comment

Choose a reason for hiding this comment

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

Thanks for the fix! I'll also let @JonasVautherin review it.

Copy link
Collaborator

@JonasVautherin JonasVautherin left a comment

Choose a reason for hiding this comment

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

Thanks a lot!

@JonasVautherin JonasVautherin merged commit 13f0fc9 into mavlink:main Oct 18, 2023
27 checks passed
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