I am building my project and it build failed on Xcode 16.0 Beta 2 use Default linker(I think it's -ld_new).
Undefined symbols for architecture arm64: "__mh_execute_header".
But when using the -ld64 linker, this error will not be reported.
I am confused. Does -ld_new have any special handling for __mh_execute_header?
Thanks for any help!
2
1
3.3k