forked from xamarin/xamarin-macios
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…marin#15230) * Ignore anything Chip-related, the framework was removed from macOS. * Fix reporting errors some protocol-related errors so that they're actually reported as errors (by calling 'ReportError' instead of just adding the errors to a list that doesn't affect anything else). * Ignore the NSUserActivityRestoring protocol, according to the macOS headers it's attached to NSResponder using a category, which is invisible at runtime. Due to the previous point this didn't show up before, but once at least another error (which happened with the Chip framework), then this was listed as well. * Add ignores for a couple of protocols. Fixes xamarin#15229.
- Loading branch information
1 parent
ac427be
commit 09efc7d
Showing
4 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters