After i (successfully) build my Unity project, the demo project fails to compile:
/Users/ionutdobrinescu/Development/UnityIntegration/V2/iOSProject/DemoApp/Unity/Classes/Native/Bulk_System.Configuration_0.cpp:25861:85: error: no member named 'Configuration' in namespace 'il2cpp::icalls::System'
return ((InternalConfigurationHost_get_bundled_app_config_m1191888808_ftn)System::Configuration::System::Configuration::InternalConfigurationHost::get_bundled_app_config) ();
I have some external frameworks that i use and i tried to link them but this doesn't seem to be the problem.

Do you have any ideea how to solve this?