Failed to resolve "AuthenticationServices.IASAuthorizationControllerDelegate" reference from "Xamarin.iOS" - xamarin

Does anyone have idea of this error? I've searched but haven't find anyone who faced the same issue. Any help would be appreciated. Thanks.
Error MT2002: Failed to resolve "AuthenticationServices.IASAuthorizationControllerDelegate" reference from "Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065" (MT2002) (SJMC.iOS)

I resolved the issue by upgrading the Xamarin.iOS from 12.14.0.114 to 12.99.2.40.

Related

Can't resolve the reference 'System.UIntPtr System.nuint::op_Explicit(System.nuint)',Xamarin.Agora.AgoraRtcEngineKit

Trying to update Xamarin.Agora.iOS nuget updates (3.5.1-beta1) get this build time error:
error MT2101: Can't resolve the reference 'System.UIntPtr System.nuint::op_Explicit(System.nuint)', referenced from the method 'System.Int32 DT.Xamarin.Agora.AgoraRtcEngineKit::AdjustUserPlaybackSignalVolume(System.nuint,System.Int32)' in 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=xxxxx'.
Xamarin.forms version is latest: 5.0.0.2244
There's a couple of similar issues opened on the GitHub repo here:
https://github.com/AgoraIO-Community/Agora-RTC-SDK-for-Xamarin/issues/32
If you ping the maintainers of that repo they may be able to help

Can not resolve reference to "package" referenced by "project"

I am trying to run the Mobile project of ASP.NET Zero following their docs for Developing-Step-By-Step-Xamarin.
When I build the project, I get this error:
XA2002: Can not resolve reference: Abp.AutoMapper, referenced by Acme.PhoneBookDemo.Mobile.Shared. Please add a NuGet package or assembly reference for Abp.AutoMapper, or remove the reference to Acme.PhoneBookDemo.Mobile.Shared.
The package Abp.AutoMapper is installed in Acme.PhoneBookDemo.Mobile.Shared
and it is already referenced in the *.csproj:
<PackageReference Include="Abp.AutoMapper" Version="4.2.0" />
Can you please help me?
Solved , the package wasn't installed in *.Droid project but installed in *.Ios and *.Mobile.Shared projects.
Installing it in the *.Droid project resolve the issue.

Integration testing in ASP.NET Core Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException

For this error, I have tried multiple solutions which is provided by Github. But, none of them worked. Please help to check whether this issue reopen on new environment like below.
Environment:
VS 2017 Version 15.4.1
Dotnet Version 2.0.2
Reproduce Steps:
Create an Asp.Net Core Web Application->.NET Core and Asp.net Core 2.0-> Web Application(Model-View-Controller)
Create an xUnit Test Project(.NET Core)
Follow this link Integration testing in ASP.NET Core
Add true to Test.csproj which is pointed at above link.
Run test method will return below error.
Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException : One or more compilation failures occurred:
ewiqttdv.z4g(4,62): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
Update:
After following this suggestion , this error gone, but, it produce below new error.
Message: System.IO.FileNotFoundException : Could not load file or assembly 'Microsoft.VisualStudio.Web.CodeGeneration, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
What is the possible way to resolve "Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException"?
Any help would be appreciated.
A bit late, but I ran in to the same problem today and managed to fix the "Could not load file or assembly 'Microsoft.VisualStudio.Web.CodeGeneration ..." error by adding the following reference to my integration test project:
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.1" PrivateAssets="All" />

Cannot reference monotouch.dll when using SQLCipher?

I have a Xamarin iOS project where I have just added SQLCipher to my packages. I now get a build error saying:
iOS/MTOUCH: Error MT0034: Cannot reference 'monotouch.dll' in a
Xamarin.iOS project - it is implicitly referenced by
'SQLite.Net.Platform.SQLCipher.XamarinIOS, Version=4.1.1.0,
Culture=neutral, PublicKeyToken=null'. (MT0034) (myProject.iOS)
I'm not sure how to fix this, I have tried deleting the sqlcipher package and adding again, rebuilding, and restarting Xamarin but no luck. Thanks for any help

How to solve Microsoft.Data.Entity.Design.Package.MicrosoftDataEntityDesignBootstrapPackage Problem?

I got this error message when I open the project in vs2008
The Microsoft.Data.Entity.Design.Package.MicrosoftDataEntityDesignBootstrapPackage, Microsoft.Data.Entity.Design.Package, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ({7A4E8D96-5D5B-4415-9FAB-D6DCC56F47FB}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'devenv /resetskippkgs' at the command prompt.
Please guide me how to solve. Thanks

Resources