As the title say we are trying to do compile program that uses dll’s and is set to uses .NET 4.x
It was running the services fine on windows - and after some few tweaks it also just got it to work on Mac - but now we try to get it running on IOS - but it throws the errors below from Xcode
But program runs - but it does not work = it does not load the data that we ask.
We have an idea that it is the il2cpp that compiles in “other” way than the Mono - which we have used until now. But aparently it can not run on IOS.
We also see that some asks similar question - and are told to use Json.Net.Unity3D instead of Json.NET - but we would like to avoid that + we dont know what that Json.Net.Unity version supports?
But anyone have any ideas or help - it would be really apreciated?
"NotSupportedException: System.Reflection.Emit.DynamicMethod::.ctor
at System.Reflection.Emit.DynamicMethod…ctor (System.String name, System.Type returnType, System.Type[ ] parameterTypes, System.Type owner, System.Boolean skipVisibility) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.Utilities.DynamicReflectionDelegateFactory.CreateDynamicMethod (System.String name, System.Type returnType, System.Type[ ] parameterTypes, System.Type owner) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.Utilities.DynamicReflectionDelegateFactory.CreateDefaultConstructor[T] (System.Type type) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.Serialization.DefaultContractResolver.GetDefaultCreator (System.Type createdType) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.Serialization.DefaultContractResolver.InitializeContract (Newtonsoft.Json.Serialization.JsonContract contract) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateArrayContract (System.Type objectType) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract (System.Type objectType) [0x00000] in <00000000000000000000000000000000>:0
at System.Func2[T,TResult].Invoke (T arg) [0x00000] in <00000000000000000000000000000000>:0 at System.Collections.Concurrent.ConcurrentDictionary
2[TKey,TValue].GetOrAdd (TKey key, System.Func2[T,TResult] valueFactory) [0x00000] in <00000000000000000000000000000000>:0 at Newtonsoft.Json.Utilities.ThreadSafeStore
2[TKey,TValue].Get (TKey key) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract (System.Type type) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContractSafe (System.Type type) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <00000000000000000000000000000000>:0
at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Http.Formatting.BaseJsonMediaTypeFormatter.ReadFromStream (System.Type type, System.IO.Stream readStream, System.Text.Encoding effectiveEncoding, System.Net.Http.Formatting.IFormatterLogger formatterLogger) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Http.Formatting.JsonMediaTypeFormatter.ReadFromStream (System.Type type, System.IO.Stream readStream, System.Text.Encoding effectiveEncoding, System.Net.Http.Formatting.IFormatterLogger formatterLogger) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Http.Formatting.BaseJsonMediaTypeFormatter.ReadFromStream (System.Type type, System.IO.Stream readStream, System.Net.Http.HttpContent content, System.Net.Http.Formatting.IFormatterLogger formatterLogger) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Http.Formatting.BaseJsonMediaTypeFormatter.ReadFromStreamAsync (System.Type type, System.IO.Stream readStream, System.Net.Http.HttpContent content, System.Net.Http.Formatting.IFormatterLogger formatterLogger) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Http.Formatting.MediaTypeFormatter.ReadFromStreamAsync (System.Type type, System.IO.Stream readStream, System.Net.Http.HttpContent content, System.Net.Http.Formatting.IFormatterLogger formatterLogger, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Http.Headers.TryParseListDelegate1[T].EndInvoke (System.Collections.Generic.List
1[T]& result, System.IAsyncResult __result) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Http.Headers.HttpHeaders.SetValue[T] (System.String name, T value, System.Func2[T,TResult] toStringConverter) [0x00000] in <00000000000000000000000000000000>:0 at System.Net.Http.HttpContentExtensions.ReadAsAsyncCore[T] (System.Net.Http.HttpContent content, System.Type type, System.Net.Http.Formatting.IFormatterLogger formatterLogger, System.Net.Http.Formatting.MediaTypeFormatter formatter, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Net.Http.HttpContentExtensions.ReadAsAsync[T] (System.Net.Http.HttpContent content, System.Type type, System.Collections.Generic.IEnumerable
1[T] formatters, System.Net.Http.Formatting.IFormatterLogger formatterLogger, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Http.HttpContentExtensions.ReadAsAsync[T] (System.Net.Http.HttpContent content, System.Type type, System.Collections.Generic.IEnumerable1[T] formatters, System.Net.Http.Formatting.IFormatterLogger formatterLogger) [0x00000] in <00000000000000000000000000000000>:0 at System.Net.Http.HttpContentExtensions.ReadAsAsync[T] (System.Net.Http.HttpContent content, System.Collections.Generic.IEnumerable
1[T] formatters) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Http.HttpContentExtensions.ReadAsAsync[T] (System.Net.Http.HttpContent content) [0x00000] in <00000000000000000000000000000000>:0
at Interactive.Pilot.Data.InstallationManager+<>c__DisplayClass8_0.b__1 (Interactive.Pilot.Data.Installation x) [0x00000] in <00000000000000000000000000000000>:0 "