- Home /
Question by
satyendra · Oct 05, 2015 at 12:00 PM ·
unity 5unityeditorunity 4
when i build run for IOS then it shows error
Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in <filename unknown>:0
at Mono.CSharp.RootNamespace.ComputeNamespace (Mono.CSharp.CompilerContext ctx, System.Type extensionType) [0x00000] in <filename unknown>:0
at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext ctx) [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.LoadReferences () [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
Comment
Your answer
Follow this Question
Related Questions
Moving Line with Collider 0 Answers
Unity LoadAssetBundles changes Material into Pink ? (URP) 0 Answers
Hide GUI objects when going to the scene 0 Answers
List shows as empty when function is called with OnClick() 0 Answers
Unity Build not taking touch input. Game works fine in Unity Remote 0 Answers