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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Add comment