-
I am working on a custom android binding project, for a pretty massive AR sdk (https://bear2b.com/)
I've struggled with the great number of references the Android project has, but found a way to fi…
-
### Steps to Reproduce
1. unzip the sdk in the repo
2. run objective sharpie on that framework
3. run objective sharpie on the VisioMoveEssential.h file
4. here are some of the commands th…
-
### Steps to Reproduce
1. Create a Xamarin Android app
2. Enable R8 and D8.
3. Uses the default proguard cfg
4. Run it on a device
Specifics (?) of my app : Android job service, FileProvider, …
-
### Steps to Reproduce
1. Create a project
2. Set icons in assets
3. Build and deploy on an iOS 15 device
### Expected Behavior
The right icon is displaying like for all ios versions < …
-
I noticed this issue after upgrading to the latest version of Xcode, when it decided to set my default simulator to the iPhone XR.
### Steps to Reproduce
1. Ensure latest Xcode 12.2 (12B45b) is …
-
### Description
Since the update to Xamarin.Forms 5, the TitleView has disappeared
### Steps to Reproduce
1. Add Nuget package 5.0.0.1874
2. Inside
```
```
add:
```
…
-
## Summary
With the addition of the [new EmbeddedFonts feature](https://devblogs.microsoft.com/xamarin/embedded-fonts-xamarin-forms/), I'd like to propose automatically generating a `.Designer` cod…
-
This is probably a me issue, however I've noticed my release builds have stopped working. I've tried rolling back to a commit i've previously built and released but the issue is persisting so I'…
-
# Visual Studio for Mac 7.4.2
Bootstrap a new application using File -> New -> Xamarin.Forms application -> iOS & Android application using defaults (which creates shared project architecture)
#…
-
### Steps to Reproduce
On our project, we use a private Android native SDK that we created the binding for. This SDK references some native jars like jna-5.1.0.jar.
When we build our application…