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

Use zipped xcframework in nuget package #21663

Merged
merged 7 commits into from
Aug 9, 2024

Conversation

skottmckay
Copy link
Contributor

Description

The xcframework now uses symlinks to have the correct structure according to Apple requirements. Symlinks are not supported by nuget on Windows.

In order to work around that we can store a zip of the xcframeworks in the nuget package.

Motivation and Context

Fix nuget packaging build break

@skottmckay skottmckay requested a review from a team as a code owner August 7, 2024 23:51
@skottmckay skottmckay added the release:1.19.0 Cherry pick to ORT 1.19 label Aug 7, 2024
@snnn
Copy link
Member

snnn commented Aug 8, 2024

/azp run orttraining-ortmodule-distributed

Copy link

No pipelines are associated with this pull request.

@skottmckay skottmckay merged commit 410ae94 into main Aug 9, 2024
97 of 98 checks passed
@skottmckay skottmckay deleted the skottmckay/UseZippedXcframeworkInNugetPackage branch August 9, 2024 07:38
prathikr pushed a commit that referenced this pull request Aug 9, 2024
### Description
<!-- Describe your changes. -->
The xcframework now uses symlinks to have the correct structure
according to Apple requirements. Symlinks are not supported by nuget on
Windows.

In order to work around that we can store a zip of the xcframeworks in
the nuget package.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Fix nuget packaging build break
prathikr pushed a commit that referenced this pull request Aug 9, 2024
### Description
<!-- Describe your changes. -->
The xcframework now uses symlinks to have the correct structure
according to Apple requirements. Symlinks are not supported by nuget on
Windows.

In order to work around that we can store a zip of the xcframeworks in
the nuget package.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Fix nuget packaging build break
@prathikr prathikr added the cherry-picked Cherry-picked for a cherrypicks branch label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-picked Cherry-picked for a cherrypicks branch release:1.19.0 Cherry pick to ORT 1.19
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants