-
Notifications
You must be signed in to change notification settings - Fork 518
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
[LinkPresentation] Xcode 13 Beta 1 Changes #11943
[LinkPresentation] Xcode 13 Beta 1 Changes #11943
Conversation
Question: The wiki says this is also available in tvOS but there was not todo file for tvOS, the online docs do not mention tv, sharpie did not have any tv availability, and the tests passed locally. I can assume that the wiki was lying, right? |
What the wiki (Xcode-diff) tells you is that the headers for tvOS has the symbol - but it does not mean the symbol is available on tvOS. This often happens because the same header files are shared (good thing) across all platforms. If you look at https://developer.apple.com/documentation/linkpresentation/lpmetadataprovider?language=objc you'll see that the tvOS is not mentioned for the type. Now web docs are often incorrect so a better way to check this is to open the header file (path included in the wiki's diff).
As you'll have confirmation that, in this case, the type is not available on tvOS - so it make sense that none of it's member will be available (unless there's a mistake somewhere... that can happen) |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results2 tests failed, 84 tests passed.Failed tests
Pipeline on Agent XAMBOT-1099.BigSur' |
There are 2 unrelated test failures:
|
I believe this one should have the Mac Catalyst header: