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
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,24 @@ Because we will not guarantee source code organization compatibilities, we might
98
98
If you want to import sources, you must include just only described on MsgPack.Unity3D.csproj.
99
99
If you want to use ".NET 2.0 Subset" settings, you must use just only described on MsgPack.Unity3D.CorLibOnly.csproj file, and define `CORLIB_ONLY` compiler constants.
100
100
101
+
### Xamarin Android testing
102
+
103
+
If you run on Windows, it is recommended to use HXM instead of Hyper-V based emulator.
104
+
You can disable Hyper-V from priviledged (administrator) powershell as follows:
You must create provisoning profiles in your MacOS devices.
@@ -114,7 +132,7 @@ There are bundle IDs of current iOS tests:
114
132
115
133
*Note that some reflection based serializer tests failed with AOT related limitation.*
116
134
117
-
#### Trouble shooting tips
135
+
#### Xamarin iOS Trouble shooting tips
118
136
119
137
See [Xamarin's official trouble shooting docs first.](https://developer.xamarin.com/guides/ios/getting_started/installation/windows/connecting-to-mac/troubleshooting/)
0 commit comments