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
- “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
jhonatan1052
Feb 24, 2016 15:05
I have the same problem, you know how to fix it?