python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cannot use nuget package within the project
Hi I have created a nuget package for my xamarin.iOS project. I have included the DLL which is generated from my Xamarin binding project. This is my .nuspec file
<?xml version="1.0"?>
...
Randi
Votes: 0
Answers: 1
How to generate nuget package from Xamarin.iOS binding project?
I have created a Xamarin.iOS binding project by adding UnityFramework.framework as Native References. When I build this binding project it generstes a .dll file. Now I want to generate a Nuget package...
Randi
Votes: 0
Answers: 1
Unable to run the Xamarin.iOS app when we use third party library in Xamarin binding project
We are working on a Xamarin.iOS project which consumes the MSAL library for authentication purposes. Everything works fine in MSAL except the following one.
User credentials are not getting cleared du...
Ramesh Annadurai
Votes: 0
Answers: 0