Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2017.1.0f3
Issue ID
938287
Regression
No
[Mobile][IL2CPP][.NET 4.6] ArgumentNullException when running Azure Storage SDK
Steps to reproduce:
1. Download the project "938287 repro.zip"
2. Build the test scene to iOS
3. Open the build with XCode
4. (This step is required because of an existing issue, Case 938208) Navigate to Data/Managed/mono and rename folder "2.0" to "4.0"
5. Deploy to an iOS device
6. Observe the console
Expected result: no errors after Debug.Log("query");, text on screen is changed
Actual results:
iOS / Android 2017.1: ArgumentNullException: Value cannot be null.
iOS / Android 2017.2: IL2CPP error when building
iOS 2017.3: NotSupportedException: Could not find TLS Provider: `Mono.AppleTls.AppleTlsProvider'.
Android 2017.3: "Unable to find libc" (CRASH)
Tested on: iPhone 6 (iOS 10.3.3), LG Nexus 5X (Android 7.1.2)
Reproduced on: 2017.1.0f3, 2017.1.0p2, 2017.3.0a2
Unable to reproduce on: 2017.2.0b3, 2017.2.0b6 (IL2CPP errors)
Fixed in:2017.3.0b1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [HDRP] Assertion printed when Maximum Reflection Probe count is higher than 64 due to k_MaxCubeReflectionsOnScreen when Raytracing is enabled
- Seams are visible on the Water System when multiple tiles are used and their Surface type is set to River
- Matching Game View creates unsaved changes even though nothing to save
- AudioClips do not have path or GUID in Build Report and incorrect size is reported
- The rendered color of the preset differs from the preview color when adding a new swatch in the HDR Color Picker
Add comment