Error MT5209: Native linking error: file not found: -lsqlite3 (MT5209)エラーMT5209は、-native私はVisual Studioでこのエラーを取得しています
は(XamarinのIOSが)私はいくつかのいずれかが、スタックオーバーフローに投稿された次の解決方法を試してみました
コードをコンパイル.whileのVisual Studioでのエラーxamarinを結びますでも動作しません。
Download nuget packages of Xamarin.Build.Download
To work around the issue you will need to edit the targets file packages/Xamarin.Build.Download.0.2.0/build/Xamarin.Build.Download.targets
Add a AfterTargets="AssignProjectConfiguration" attribute to the _XamarinBuildDownload target.
<Target
Name="_XamarinBuildDownload"
DependsOnTargets="_XamarinBuildDownloadCore;_XamarinBuildAddDownloadedItems"
AfterTargets="AssignProjectConfiguration"
Condition="'@(XamarinBuildDownload)'!=''"
/>
NuGetで指定されたsqliteバージョン(3)をダウンロードしましたか? –
ここにあなたのnuget.configファイルの内容を送ってください – Shaegorath