Failed to resolve "WindowsAzure.MobileServices.MobileServiceClient)" reference from "Microsoft.WindowsAzure.Mobile, Version=1.3.0.0 - visual-studio

I have a Xamarin.Forms app in Visual Studio 2017 and I am trying to deploy the .iOS project to my iPhone and I get this error:
Failed to resolve "System.Void Microsoft.WindowsAzure.MobileServices.MobileServiceClient::.ctor(System.String,System.String)" reference from "Microsoft.WindowsAzure.Mobile, Version=1.3.0.0
How do I resolve this error?

Related

Unable to create a xamarin project on Visual Studio 2022

When I am trying to create a Xamarin project I get the following error:
Could not load the file or assembly 'Xamarin.VisualStudio.Contracts',Version=16.8.4.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756'3 or one of its dependencies. The system cannot find the file specified

I am getting error in building xamarin android project

The "LinkAssemblies" task failed unexpectedly.
Mono.Linker.MarkException: Error processing method:
'Android.Views.ScaleGestureDetector
Xamarin.Forms.Platform.Android.GestureManager::InitializeScaleDetector()'
in assembly: 'Xamarin.Forms.Platform.Android.dll' --->
Mono.Cecil.ResolutionException: Failed to resolve System.Void
Android.Support.V4.View.ScaleGestureDetectorCompat::SetQuickScaleEnabled(Android.Views.ScaleGestureDetector,System.Boolean)
at Mono.Linker.Steps.MarkStep.HandleUnresolvedMethod(MethodReference
reference) at Mono.Linker.Steps.MarkStep.MarkMethod(MethodReference
reference) at Mono.Linker.Steps.MarkStep.MarkInstruction(Instruction
instruction)
'Xamarin.Forms.Platform.Android.dll' ---> Mono.Cecil.ResolutionException:
Sometimes it is resulted from Xamarin.Forms.Platform.Android.dll location refer from different place in the android project references.You need to change it.Here is a similar discussion about how to solve this problem.
https://forums.xamarin.com/discussion/102599/the-linkassemblies-task-failed-unexpectedly-error-while-building-the-application
In addition, you can check the sdk version, set the target sdk version to a newer version, and try again.

Sync failed unable to resolve dependency

i've just downloaded Android Studio yesterday and when it start building the project i got this error Gradle Sync Failed and the following error messages :
If someone can help me please, i've tried the 'offline work' trick but it was already unchecked.

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

Appcelerator Titanium - adding a MODULE

I have compiled an Android module for Titanium mobile SDK 2.1.3, but when I try to add it to an empty application I get the following error, when I try to build the app.
[ERROR] Error(s) compiling generated Java code
[ERROR] C:\Users\foobar\My Documents\Titanium Studio Workspace\RT\build\android\gen\com\foobar\FBApplication.java:42: cannot find symbol
symbol : class SpspmoduleBootstrap
location: package com.foobar.spspmodule
runtime.addExternalModule("com.foobar.spspmodule", com.foobar.spspmodule.SpspmoduleBootstrap.class);
Anyone have any ideas?

Resources