Search Issue Tracker
Fixed
Votes
0
Found in
5.1.1p4
Issue ID
711243
Regression
No
IL2CPP iOS build strips Attribute Getter, causing a runtime error
How to reproduce:
1. Open attached project
2. Open scene test.unity
3. Select the Main Camera gameobject
4. In the Proto Test component add 'testFile' in the Filename text box
5. Build to iOS and run
- Note the error:
ArgumentException: Get Method not found for 'SkipConstructor'
at System.Reflection.MonoProperty.GetValue (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MonoProperty.GetValue (System.Object obj, System.Object[] index) [0x00000] in <filename unknown>:0
at ProtoBuf.Meta.AttributeMap+ReflectionAttributeMap.TryGet (System.String key, Boolean publicOnly, System.Object& value)
[...]
Workaround the issue by adding a link.xml file to the project telling the code stripper to preserve the Attribute class in the protobuf-net assembly.
Comments (3)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
teunververs
Jun 26, 2020 11:40
I'm having this problem right now, why is it marked as solved?
B1QB0SS1
Dec 05, 2019 22:20
anything?
J_P_
Feb 20, 2019 23:12
Can you provide the link.xml entry for the workaround? Having trouble getting it to work.