Closed glennawatson closed 2 years ago
This also involves @pureween
What framework are you targeting? There are (off the top of my head) three ways to compile for a Mac, and for SQLitePCL.raw, they're all different:
The NativeReference code came in at changeset ea67a9d8, roughly a year ago, as a fix for #207 -- it is supposed to be involved only for the Xamarin.Mac target.
IT's for Xamarin.Mac -- but we are running this in terms of Akavache (a ReactiveUI framework library) so when we do our test compile on Mac it fails.
Closing old/stale issue.
when trying to compile akavache on mac we're seeing this exception
We narrowed it down to this generated block code.
the NativeReference is the issue, since that’ll cause a manifest to be included
not sure if the solution is something to lodge a ticket on the sqlite side or the xamarin side or msbuild on the windows side it doesn’t try to include that file