Generate iOS dynamic link library strip.exe error
Opened this issue · 3 comments
winddriver commented
This is the test project.
Project1.zip
The cross-compilation tool uses
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/download/windows_crossbins_all/Darwin_All_Clang_16.zip
LongDirtyAnimAlf commented
Try to prevent stripping as a work-around.
So, disable this option in Lazarus.
winddriver commented
Where is the "-a" parameter used to call strip.exe? Can this parameter be modified to "-s", or can it be configured somewhere
LongDirtyAnimAlf commented
This is done by FPC itself. It cannot be configured AFAIK.