Thank you! It seems your sample is an ELF file for Linux. Currently our Objective-C support mostly covers iOS and macOS. We’ll check this one but it won’t be high priority.
P.S. as a temporary workaround, it seems using a split string literal works:
.rodata:0000000000043668 aBlock db 'Block' ; DATA XREF: cfstring:stru_24D960↓o
.rodata:000000000004366D aWidth db 'Width',0 ; DATA XREF: cfstring:stru_24C940↓o
This seems to produce both CFSTR("BlockWidth") and CFSTR("Width").