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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
jhonatan1052
Feb 24, 2016 15:05
I have the same problem, you know how to fix it?