michaeleisel / zld

A faster version of Apple's linker
MIT License
1.19k stars 50 forks source link

Xcode 12.2 Beta 3: ld: unknown option: -no_adhoc_codesign #67

Closed jasonboggess closed 4 years ago

jasonboggess commented 4 years ago

Xcode 12.2 Beta 3 produces the following linker error:

ld: unknown option: -no_adhoc_codesign

It looks like -Xlinker -no_adhoc_codesign is being added to the linker flags.

Removing zld fixed the issue.

michaeleisel commented 4 years ago

can you try with latest master, 09ea158feae41f1965784d3cc26e571f7a3f6c84 ? i've added a fix there

jasonboggess commented 4 years ago

Awesome. That seems to work.