-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[iOS] Missing symbols building System.Drawing.Common.dll[.o] for arm64 #50384
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
There were recent changes wrt native symbols for that assembly |
Put an hold on triaging. This might be due to a workaround for another (long fixed) issue that somehow (w/P3) gets us to include the wrong code. I'll confirm that in the morning... |
Tagging subscribers to this area: @safern, @tarekgh Issue DetailsDescription
The new version seems more complete in the recent (P3) builds, including symbols that are not available on iOS. Some seems to be symbols for made for macOS (?) ConfigurationRepo: xamarin-macios, main (HEAD) using [1] we cannot bump to a newer build due to #50245 Regression?Yes, this was working the the P2 builds. Other information
|
Not a problem now that the (old, now unneeded) workaround was removed. Closing. |
Description
System.Drawing.Common.dll
used to have only a few types in old Xamarin legacy days.The new version seems more complete in the recent (P3) builds, including symbols that are not available on iOS.
Some seems to be symbols for made for macOS (?)
wrapper_managed_to_native_System_Drawing_MacSupport_CGMainDisplayID
but there's no native code so the build fails at (native) link time.Configuration
Repo: xamarin-macios, main (HEAD) using
6.0.100-preview.3.21161.23
[1]Building project for devices (arm64) AOT for iOS 64 bits.
[1] we cannot bump to a newer build due to #50245
Regression?
Yes, this was working the the P2 builds.
The previous, working version was
6.0.100-preview.2.21155.3
Other information
The text was updated successfully, but these errors were encountered: