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
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
jhonatan1052
Feb 24, 2016 15:05
I have the same problem, you know how to fix it?