Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/7.0.3xx] [tools] Don't link with NewsstandKit if we're using…
… Xcode 15+. (#18631) Apple completely removed the NewsstandKit framework in Xode 15. This effectively adds basic support for using Xcode 15 with .NET 7. While this technically won't be a supported scenario, we have tests that ensures .NET 7 apps can be built with .NET 8, and .NET 8 will ship with Xcode 15 support. This means that in order to make these tests work, we'll otherwise have to have Xcode 14.3 installed both locally and on bots (in addition to Xcode 15 of course), which is a rather big nightmare. It's much easier to must try to make Xcode 15 work with .NET 7. Backport of #18626
- Loading branch information
2098fbd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ API diff for current PR / commit
NET (empty diffs)
iOS: (empty diff detected)tvOS: (empty diff detected)MacCatalyst: (empty diff detected)macOS: (empty diff detected)✅ API diff vs stable
.NET (No breaking changes)
✅ Generator diff
Generator diff is empty
Pipeline on Agent
Hash: 2098fbd68365c3dcc20eef057e4bd422147f668f [CI build]
2098fbd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💻 [CI Build] Windows Integration Tests passed 💻
✅ All Windows Integration Tests passed.
Pipeline on Agent
Hash: 2098fbd68365c3dcc20eef057e4bd422147f668f [CI build]
2098fbd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💻 [CI Build] Tests on macOS M1 - Mac Ventura (13.0) passed 💻
✅ All tests on macOS M1 - Mac Ventura (13.0) passed.
Pipeline on Agent
Hash: 2098fbd68365c3dcc20eef057e4bd422147f668f [CI build]
2098fbd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💻 [CI Build] Tests on macOS M1 - Mac Big Sur (11.5) passed 💻
✅ All tests on macOS M1 - Mac Big Sur (11.5) passed.
Pipeline on Agent
Hash: 2098fbd68365c3dcc20eef057e4bd422147f668f [CI build]
2098fbd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📚 [CI Build] Artifacts 📚
Packages generated
View packages
Pipeline on Agent XAMMINI-064.Ventura
Hash: 2098fbd68365c3dcc20eef057e4bd422147f668f [CI build]
2098fbd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 [CI Build] Test results 🔥
Test results
❌ Tests failed on VSTS: simulator tests
1 tests crashed, 0 tests failed, 75 tests passed.
Failures
❌ introspection tests
🔥 Failed catastrophically on VSTS: simulator tests - introspection (no summary found).
Html Report (VSDrops) Download
Successes
✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests: All 1 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ framework: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 1 tests passed. Html Report (VSDrops) Download
✅ interdependent_binding_projects: All 4 tests passed. Html Report (VSDrops) Download
✅ linker: All 40 tests passed. Html Report (VSDrops) Download
✅ monotouch: All 13 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download
Pipeline on Agent
Hash: 2098fbd68365c3dcc20eef057e4bd422147f668f [CI build]