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
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- Dragging selector from selector row background shows preview but does not apply class in UI Builder
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
Add comment