Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 softrare · Sep 15, 2012 at 12:44 PM · erroriosdll

iOs error message using ez replay plugin

Hi!

A user of my plugin EZ Replay Manager just informed me of error messages occuring using my demo package (within is a dll). The thread and message with the errors are to find here: http://forum.unity3d.com/threads/92854-EZ-Replay-Manager?p=1036581#post1036581

Question is, do these messages appear simply because of the dll not working on iOS or are there different things not working on iOS in the package. The first message looks like something different, whereas the the second looks like something DLL specific. Or does Unity4 react on DLLs this way for some reason? Does someone have experience developing for iOS and knowing these messages? I unfortunately cannot help on this because I do not own any Apple products. Thanks in advance!

Comment
Add comment · Show 1
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 softrare · Sep 15, 2012 at 12:46 PM 0
Share

Just as info, the plugin even with dll works fine on $$anonymous$$acOSX as the same user recently reported, so thats why it would indeed surprise me, if the same package would fail on iOS.

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by Graham-Dunnett · Sep 16, 2012 at 09:06 AM

I don't know why this is happening, but I can tell you what's going on. When building for iOS all assemblies get converted in Arm assembler. So,your EZReplayManagerDemo.dll gets converted in EZReplayManagerDemo.dll.s. Xcode will later on take this .s file and generate Arm machine code from it. It's the conversion from an assembly to assembler that is breaking (but I don't know why). The first error snippet shows what happens. Your assembly is read (UnityEditor.AssemblyReferenceChecker.CollectReferences) and the code is read to determine what other code it calls into (Mono.Cecil.Cil.CodeReader.ReadCode ()). As the code body is read, an exception is generated. The code for that is:

https://github.com/Unity-Technologies/cecil/blob/master/Mono.Cecil.Cil/CodeReader.cs

Without knowing which of your methods is causing this crash, it's hard for you or me to know what to do. Perhaps submit a bug report with the assembly and a small test project and the QA team can work with the Developers to figure out what is happening.

I think your error 2 and 3 just happens because the assembler file EZReplayManagerDemo.dll.s is not created.

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 softrare · Sep 16, 2012 at 09:58 AM 0
Share

Thank you very much, that clearifies a whole lot.

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

10 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

ArgumentException: The Assembly System.Configuration is referenced by System.Data. But the dll is not allowed to be included or could not be found. 1 Answer

UnityInitApplicationNoGraphics cause EXC_BAD_ACCESS on IOS 2 Answers

Android not working 1 Answer

Error Importing OpenCV Framework to Unity Project iOS 0 Answers

Unity + XCode Problem (really wierd) 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