Skip to content

Conversation

mugikhan
Copy link
Contributor

@mugikhan mugikhan commented Oct 21, 2024

Description

When creating a zip file using the zip command on linux, it does not respect symlinks created in the directory. This caused the pod spec lint validation to fail when publishing the pod.
Adding the --symlinks flag ensures that symlinks are archived as-is, preventing them from being followed and included as regular files.

Work done

  • Updated the build_xcframework.sh script to include the --symlinks option when calling the zip command.
  • Bump version to 0.3.3

Tested locally using the new zip file and the validation passes.

@mugikhan mugikhan merged commit 68ef5d0 into main Oct 21, 2024
12 checks passed
@mugikhan mugikhan deleted the fix/symlinks-zip-file-pod branch October 21, 2024 12:37
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.

2 participants