Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.11f1
2018.4.2f1
2019.3.0a12
2019.3.0b5
Issue ID
1186793
Regression
Yes
CustomAttributeData.cpp: IL2CPP does not support inspection of attribute constructor arguments at run time
How to reproduce:
1. Open the attached sqlite_test_U2018_2.zip project
2. Build for iOS and deploy the Xcode project to the iOS device
3. Inspect the Xcode console
Actual: NotSupportedException: ./External/il2cpp/il2cpp/libil2cpp/icalls/mscorlib/System.Reflection/CustomAttributeData.cpp(17) : Unsupported internal call for IL2CPP:CustomAttributeData::ResolveArgumentsInternal - "IL2CPP does not support inspection of attribute constructor arguments at run time."
(See the full Exception in the Edit section)
Reproducible with: 2018.4.2f1-2018.4.10f1, 2019.3.0a12-2019.3.0b5, 2020.1.0a7
Reproducible with:
macOS Player
iPhone XR (iOS 12.0)
iPad (iOS 11.2.1)
VLNQA00010 Samsung Galaxy S8 7.0 Snapdragon 835 MSM8998 Adreno (TM) 540 OpenGL ES 3.2 9887bc333956593139
Not reproducible with: 2018.4.1f1
Regression found in: 2018.4.2f1, 2019.3.0a2-2019.3.0a12
Notes:
-Errors are thrown in the Xcode when testing with 2019.3.0a2-a11
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
Resolution Note:
IL2CPP does not support reflection of constructor arguments from attribute types.