Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.2f1
Issue ID
768301
Regression
No
XCode 7.2.1 can't compile Cardboard 0.6 due to linker errors
How to reproduce:
1. Open attached project
2. Build to iOS and run
- Note that the build fails during linking and throws errors
- If Bitcode is enabled: You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.
- If Bitcode is disabled: Undefined symbols for architecture armv7: "_SecTrustEvaluate"
- Reproduced in Version 5.4.0b7 (83df6fa5e23f), Version 5.3.2p4 (f3eb2e65f8a2), Version 5.2.4f1 (98095704e6fe)
- Won't fix: Google should upgrade their SDK to be Bitcode compatible, also they should add Security framework as dependency to their plugin metadata
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
jhonatan1052
Feb 24, 2016 15:05
I have the same problem, you know how to fix it?