You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
There are types in libswiftFoundation.dylib that aren't the Xamarin namespaces, for example Foundation.Date which is a swift bridge to NSDate (which also exists - they're two different types).
As such, we should have another set of assemblies and libraries that are built like XamGlue that include the manual bindings for those types.
Currently SwiftDate is part of XamGlue, but it doesn't really belong there and would need to be moved and the pinvoke entry points updates etc etc.
The text was updated successfully, but these errors were encountered:
There are types in
libswiftFoundation.dylib
that aren't the Xamarin namespaces, for exampleFoundation.Date
which is a swift bridge toNSDate
(which also exists - they're two different types).As such, we should have another set of assemblies and libraries that are built like XamGlue that include the manual bindings for those types.
Currently
SwiftDate
is part of XamGlue, but it doesn't really belong there and would need to be moved and the pinvoke entry points updates etc etc.The text was updated successfully, but these errors were encountered: