Compile error

After I upgrade to Cryptography 3.0.1.0, when I try to compile my project I receive this error:


[DCC Error] E2597 ld: warning: unknown dwarf DW_FORM_strp (offset=0xFFFFB43C) is too big in c:\d10\studio\19.0\lib\iOSDevice64\Release\libibtogo.a(array.o)

How to correct this?

I think I figured out the problem. The version 3.0.1.0 installer is incorrectly changing the paths of the libraries in Delphi.


Before upgrade to 3.0.1.0 version, my library path has 58 paths, all valids. After upgrade to 3.0.1.0, library patch is changed to 29 paths, some of them invalid. One of this invalid paths was point to a "problematic" library.

Thank you for reporting this issue, we are currently working to fix it.