Risposta alle domande più comuni
How to force Radaee library load
Ultimo aggiornamento 11 mesi fa
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.