Closed
Description
We found that Go libraries (-buildmode=c-archive
) linked into iOS apps crash on startup (during the dynamic loader?) when using the new Xcode 15 beta's "ld-prime" linker.
The workaround for now is to force the old linker with LDFLAGS=-ld64
, so filing this issue for people to find.
/cc @agottardo (who figured out the workaround and can probably provide more details)