Frequently Asked Question
How to force Radaee library load
Last Updated 11 months ago
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.