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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
jhonatan1052
Feb 24, 2016 15:05
I have the same problem, you know how to fix it?