You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
The template is designed to avoid unnecessary delays to confirm and fix reported issues. Issues with missing information generally end up with a `need-info` label and take significantly more time to fix. Please help us help you!
6
+
For more information see https://github.com/xamarin/xamarin-macios/wiki/Submitting-Bugs-&-Suggestions
7
+
For support requests use https://www.xamarin.com/support
8
+
-->
9
+
### Steps to Reproduce
10
+
11
+
<!--If there is a specific swift language feature that triggers this issue, please include a minimal snippet that causes it. -->
12
+
13
+
1.
14
+
2.
15
+
3.
16
+
17
+
### Expected Behavior
18
+
19
+
### Actual Behavior
20
+
21
+
### Environment
22
+
23
+
<!--
24
+
1.
25
+
Visual Studio: Help > About Microsoft Visual Studio > Copy Info [button]
26
+
Visual Studio for Mac: Visual Studio > About Visual Studio > Show Details > Copy Information [button]
27
+
2. Paste into the code block below (between ```)
28
+
-->
29
+
30
+
```
31
+
```
32
+
33
+
### Build Logs
34
+
35
+
<!--
36
+
1. Place cursor below this comment block.
37
+
2. Attach build log or link to gist (https://gist.github.com/) of the log.
38
+
3. Logs can be found in the Build Output tab of the Errors pad in Visual Studio
39
+
To get full build logs, set the log verbosity to diagnostic at the following locations:
40
+
- On Visual Studio for Mac: Preferences > Projects > Build
41
+
- On Visual Studio for Windows: Tools > Options > Projects and Solutions > Build and Run
42
+
On Visual Studio for Windows you also want to add `-v -v -v -v` to the mtouch additional arguments by right-clicking the project in the solution explorer and selecting `Properties`.
43
+
-->
44
+
45
+
### Example Project (If Possible)
46
+
47
+
<!--
48
+
1. Place cursor below this comment block.
49
+
2. Drag and drop the compressed project or files needed to reproduce.
50
+
-->
51
+
52
+
<!--
53
+
Switch to the "Preview" tab to ensure your issue renders correctly.
0 commit comments