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 XCFramework with library evolution #7753

Merged
merged 3 commits into from
Apr 25, 2022
Merged

Conversation

leemaguire
Copy link
Contributor

@leemaguire leemaguire commented Apr 20, 2022

Fixes: #7313

This does not test against all platforms because it would hog the CI resources.

The flow of the test is as follows:

  1. XCFramework is built with the oldest available Xcode version.
  2. The XCFramework is referenced in the project located in examples/installation/iOS/swift/XCFrameworkExample
  3. Switch to the latest Xcode version.
  4. The test in that project is run.

Tested on Cocoa Pipeline on CI

@leemaguire leemaguire self-assigned this Apr 20, 2022
@cla-bot cla-bot bot added the cla: yes label Apr 20, 2022
build.sh Outdated Show resolved Hide resolved
@leemaguire leemaguire marked this pull request as ready for review April 21, 2022 15:29
@leemaguire leemaguire changed the title test xcframework evolution Fix XCFramework with library evolution Apr 21, 2022
build.sh Outdated Show resolved Hide resolved
build.sh Outdated Show resolved Hide resolved
@leemaguire leemaguire requested a review from tgoyne April 22, 2022 11:33
@leemaguire leemaguire merged commit 008edef into master Apr 25, 2022
@leemaguire leemaguire deleted the lm/xcframework-evo branch April 25, 2022 16:00
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to consume XCFramework built for distribution
2 participants