缺少大会参考?


namespace imPact.Interfaces  //don't know if this is necessary,was done in tutorial
{
    public interface ISQLiteInterface
    {
        SQLiteConnection GetSQLiteConnection();
        SQLite.Net.SQLiteConnection GetSQLiteConnection();
        SQLite.Net.SQLiteConnection GetSQLiteConnection();
    }
}

因此,基本上,当我尝试运行应用程序的iOS部分时,我始终收到以下错误。我知道它可能与丢失的包裹有关,但是我不确定哪个包裹?有什么想法吗?

错误如下:

error_description_screenshot

wangzhenhua7 回答:缺少大会参考?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3142001.html

大家都在问