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

Introspection (iOS, tvOS) failures on older OS versions #14905

Closed
rolfbjarne opened this issue May 5, 2022 · 0 comments · Fixed by #14911
Closed

Introspection (iOS, tvOS) failures on older OS versions #14905

rolfbjarne opened this issue May 5, 2022 · 0 comments · Fixed by #14911
Assignees
Labels
bug If an issue is a bug or a pull request a bug fix
Milestone

Comments

@rolfbjarne
Copy link
Member

There are a few new introspection failures on iOS 12.4 and tvOS 12.4:

iOS:

[FAIL] Selector not found for NetworkExtension.NEAppProxyFlow : networkInterface in IntPtr get_WeakNetworkInterface() on NetworkExtension.NEAppProxyFlow 
[FAIL] Selector not found for NetworkExtension.NEAppProxyFlow : setNetworkInterface: in Void set_WeakNetworkInterface(IntPtr) on NetworkExtension.NEAppProxyFlow 
[FAIL] Selector not found for WebKit.WKPreferences : setTextInteractionEnabled: in Void set__OldTextInteractionEnabled(Boolean) on WebKit.WKPreferences 
[FAIL] Selector not found for CoreMidi.MidiCISession : midiDestination in Int32 get__MidiDestination() on CoreMidi.MidiCISession 
[FAIL] Selector not found for CoreBluetooth.CBManager : authorization in CoreBluetooth.CBManagerAuthorization get__IAuthorization() on CoreBluetooth.CBManager 
[FAIL] Selector not found for UIKit.NSTextAttachment : attachmentBoundsForAttributes:location:textContainer:proposedLineFragment:position: in CoreGraphics.CGRect GetAttachmentBounds(Foundation.NSDictionary`2[Foundation.NSString,Foundation.NSObject], UIKit.INSTextLocation, UIKit.NSTextContainer, CoreGraphics.CGRect, CoreGraphics.CGPoint) on UIKit.NSTextAttachment 
[FAIL] Selector not found for UIKit.NSTextAttachment : imageForBounds:attributes:location:textContainer: in UIKit.UIImage GetImageForBounds(CoreGraphics.CGRect, Foundation.NSDictionary`2[Foundation.NSString,Foundation.NSObject], UIKit.INSTextLocation, UIKit.NSTextContainer) on UIKit.NSTextAttachment 
[FAIL] Selector not found for UIKit.NSTextAttachment : viewProviderForParentView:location:textContainer: in UIKit.NSTextAttachmentViewProvider GetViewProvider(UIKit.UIView, UIKit.INSTextLocation, UIKit.NSTextContainer) on UIKit.NSTextAttachment 
[FAIL] InstanceMethods : 8 errors found in 21287 instance selector validated: 
[FAIL] CoreBluetooth.CBManager : authorization 
[FAIL] StaticMethods : 1 errors found in 2523 static selector validated: 

tvOS:

[FAIL] Selector not found for UIKit.NSTextAttachment : attachmentBoundsForAttributes:location:textContainer:proposedLineFragment:position: in CoreGraphics.CGRect GetAttachmentBounds(Foundation.NSDictionary`2[Foundation.NSString,Foundation.NSObject], UIKit.INSTextLocation, UIKit.NSTextContainer, CoreGraphics.CGRect, CoreGraphics.CGPoint) on UIKit.NSTextAttachment 
[FAIL] Selector not found for UIKit.NSTextAttachment : imageForBounds:attributes:location:textContainer: in UIKit.UIImage GetImageForBounds(CoreGraphics.CGRect, Foundation.NSDictionary`2[Foundation.NSString,Foundation.NSObject], UIKit.INSTextLocation, UIKit.NSTextContainer) on UIKit.NSTextAttachment 
[FAIL] Selector not found for UIKit.NSTextAttachment : viewProviderForParentView:loca

Ref: #14889 (comment)

This seems to have started with 1dcefc9 (CC @chamons)

@rolfbjarne rolfbjarne added this to the Future milestone May 5, 2022
@rolfbjarne rolfbjarne added the bug If an issue is a bug or a pull request a bug fix label May 5, 2022
@chamons chamons self-assigned this May 5, 2022
chamons added a commit to chamons/xamarin-macios that referenced this issue May 5, 2022
rolfbjarne pushed a commit that referenced this issue May 6, 2022
vs-mobiletools-engineering-service2 pushed a commit to vs-mobiletools-engineering-service2/xamarin-macios that referenced this issue May 23, 2022
rolfbjarne pushed a commit that referenced this issue May 24, 2022
)

- Fixes #14905 by skipping with a link to #14802


Backport of #14911

Co-authored-by: Chris Hamons <[email protected]>
@ghost ghost locked as resolved and limited conversation to collaborators Jun 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug If an issue is a bug or a pull request a bug fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants