Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by artefacto-sas · Oct 28, 2015 at 05:58 PM · iosserializationxmlexception

iOS - XML Serialization - JIT exception

Hi,

I'm trying to setup a project using XML serialization. ALl compiles fine but on the device, I get this error :

CallCallback - Message: Attempting to JIT compile method 'System.Reflection.MonoProperty:GetterAdapterFrame, int>,object)' while running with --aot-only. StackTrace: at System.Reflection.MonoProperty.GetValue (System.Object obj, System.Object[] index) [0x00000] in :0 at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteListContent (System.Object container, System.Xml.Serialization.TypeData listType, System.Xml.Serialization.ListMap map, System.Object ob, System.Text.StringBuilder targetString) [0x00000] in :0 at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteElementMembers (System.Xml.Serialization.ClassMap map, System.Object ob, Boolean isValueList) [0x00000] in :0 at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteObjectElementElements (System.Xml.Serialization.XmlTypeMapping typeMap, System.Object ob) [0x00000] in :0 at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteObjectElement (System.Xml.Serialization.XmlTypeMapping typeMap, System.Object ob, System.String element, System.String namesp) [0x00000] in :0 at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteObject (System.Xml.Serialization.XmlTypeMapping typeMap, System.Object ob, System.String element, System.String namesp, Boolean isNullable, Boolean needType, Boolean writeWrappingElem) [0x00000] in :0 at System.Xml.Serialization.XmlSerializationWriterInterpreter.WriteRoot (System.Object ob) [0x00000] in :0 at System.Xml.Serialization.XmlSerializer.Serialize (System.Object o, System.Xml.Serialization.XmlSerializationWriter writer) [0x00000] in :0 at System.Xml.Serialization.XmlSerializer.Serialize (System.Xml.XmlWriter writer, System.Object o, System.Xml.Serialization.XmlSerializerNamespaces namespaces) [0x00000] in :0 UnityEngine.Debug:Internal_Log(Int32, String, Object) UnityEngine.Debug:LogError(Object)

This error occurs with both il2cpp and Mono scripting backend in latest Unity 5.2.2f1 and XCode 7. I'm using .NET 2.0 Api.

I've tried to add a Assets/link.xml file with this content but nothing does :

 <assembly fullname="System">
     <namespace fullname="System.Runtime.InteropServices" preserve="all"/>
     
     <namespace fullname="System.Linq;" preserve="all"/>
     <namespace fullname="System.Text.RegularExpressions;" preserve="all"/>
     <namespace fullname="System.IO;" preserve="all"/>
     <namespace fullname="System;" preserve="all"/>

     <!-- XMLSerializer -->
     <type fullname="System.Diagnostics" preserve="all"/>
     <type fullname="System.Diagnostics.DiagnosticsConfigurationHandler" preserve="all"/>
 </assembly>
 
 <assembly fullname="mscorlib">
     <namespace fullname="System.Collections;" preserve="all"/>   
     <namespace fullname="System.Collections.Generic;" preserve="all"/>
     <namespace fullname="System.Collections.IEnumerator;" preserve="all"/>
 </assembly> 
 
 <!-- XMLSerilizer-->
 <assembly fullname="System.Xml">
     <namespace fullname="System.Xml" preserve="all"/>
     <namespace fullname="System.Xml.Serialization" preserve="all"/>
     <namespace fullname="System.Xml.Serialization.XmlSerializer" preserve="all"/>        
 </assembly> 
 
 

Can anyone help me getting the XML Serialization work on iOS ?

Thank you for the help. Stephane

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by Dave-Hampson · Nov 26, 2015 at 02:05 PM

It looks like you are using an XML library which doesn't support AOT compilation. Try searching for a different XML library which works with IL2CPP.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image artefacto-sas · Nov 27, 2015 at 03:16 PM 0
Share

O$$anonymous$$. Thank you. I'll search for this library and try to make this work.

Stéphane.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

EndOfStreamException : Failed to read past end of stream 1 Answer

Unity Serialization with XML Root problem: 'Does Not Denote Valid Type' 0 Answers

XML reading and writing on Windows IOT 1 Answer

XML Load unauthorized access 2 Answers

the XML file doesn't work when i install the app from the app store 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges