Search Issue Tracker
Not Reproducible
Votes
1
Found in
Issue ID
740912
Regression
No
Symbols missing in 5.2.2p1
With dead code stripping disabled and the -all_load linker flag this error message appears:
Undefined symbols for architecture arm64:
"Alg::Compression::Lzma::decode(Alg::Compression::Lzma::CompressPrefix, void, unsigned long, unsigned char const, char const, unsigned long)", referenced from:
Pfx::Asm::Lzma::uncompress(unsigned char, unsigned long, unsigned char const, unsigned long) in libiPhone-lib.a(asmlzma.o)
ld: symbol(s) not found for architecture arm64
Undefined symbols for architecture armv7:
"Alg::Compression::Lzma::decode(Alg::Compression::Lzma::CompressPrefix, void, unsigned long, unsigned char const, char const, unsigned long)", referenced from:
Pfx::Asm::Lzma::uncompress(unsigned char, unsigned long, unsigned char const, unsigned long) in libiPhone-lib.a(asmlzma.o)
ld: symbol(s) not found for architecture armv7
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
- UI Toolkit Button text is not rendered when the Button has fixed height with specific Icon font
Add comment