Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0p2
Issue ID
988803
Regression
No
[IL2CPP] Xcode build fails with - "No member named 'Configuration' in namespace 'il2cpp::icalls::System"
Reproduction steps:
1. Open and build the attached project to an iOS device.
Actual result:
- Xcode build will fail(IL2CPP):
Classes/Native/Bulk_System.Configuration_0.cpp:23229:85: No member named 'Configuration' in namespace 'il2cpp::icalls::System'
Using mono:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_ADClient", referenced from:
objc-class-ref in libKochavaUnitySupport.a(KochavaRetrieveiAdAttribution.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Reproduced with:
- 2017.2.1p2
- 2017.3.0p2
Notes:
- 2017.1.3f1 - Build fails with error message - UnityLinker.exe did not run properly!
- 2018.1.0b4 - Unity build fails with unrelated error messages.
- Command line or automation server is not required to reproduce this issue.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment