Closed RavindraChherke closed 5 years ago
@hansemannn, same here, missing -licucore
linker flag (it's not linked anymore by default in our Xcode project since 8.0.0).
For anyone running into this, you can easily fix it by adding the following line to module.xcconfig
:
OTHER_LDFLAGS=$(inherited) -licucore
Hi,
Could you please help me with this.