Apple platform
iOS
Framework version
net8.0-*
Affected platform version
.Net 8.0.300
Description
CGAffineTransform.MakeWithComponents is not marked as min iOS 16+ and so will crash with an exception of
System.EntryPointNotFoundException
CGAffineTransformMakeWithComponents
Apple docs put it as 16.0+
https://developer.apple.com/documentation/coregraphics/4042660-cgaffinetransformmakewithcompone
Steps to Reproduce
Call CGAffineTransform.MakeWithComponents and run on a device on < iOS 16
Did you find any workaround?
No response
Relevant log output
No response
Apple platform
iOS
Framework version
net8.0-*
Affected platform version
.Net 8.0.300
Description
CGAffineTransform.MakeWithComponents is not marked as min iOS 16+ and so will crash with an exception of
Apple docs put it as 16.0+
https://developer.apple.com/documentation/coregraphics/4042660-cgaffinetransformmakewithcompone
Steps to Reproduce
Call CGAffineTransform.MakeWithComponents and run on a device on < iOS 16
Did you find any workaround?
No response
Relevant log output
No response