I was struggling for a long time with the following error: ![alt text][1]
[1]: /storage/temp/118285-screen-shot-2018-05-30-at-115224.png
|The error was specific to macOS and iOS, stating that :
- ConfigurationErrorsConfigurationException: Type 'System.Configuration.AppSettingsSection, System.Configuration, Version = 4.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d05a3a ' not found.
I couldn't find any resources which pointed to a solution.
I finally fixed it by chance, by doing the following:
1) downloading the portable .net library on windows then transferring it to macOS - https://www.microsoft.com/en-us/download/details.aspx?id=40727
2) Navigating to /Applications/Unity/Unity.app/Contents/NetStandard/compat/2.0.0/shims/netfx and replacing those dlls with the new dlls from the portable library.
↧