Frequently Asked Question

How to force Radaee library load
最后更新 一年前

In some cases, it's necessary to force the library loading, to avoid conflicts with other libraries that cause render crashes.

To do this operation, you should to add this command in Build Settings tab/Other Linker Flags:

-Wl,-force_load,$(PROJECT_DIR)/PDFLib/libRDPDFLib.a

Pay attention to write the correct lib path after force_load command.


正在加载……