Upgrade Xcode16 beta4 compiler error, error message as follows
Undefined symbols for architecture arm64:
"__mh_execute_header", referenced from:
-exported_symbol[s_list] command line option
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
But the interesting thing is that I used Debug mode and it compiled successfully.This error is reported using the Release mode.
I searched for the keyword "_mh_execute_header" in the project and found nothing useful.
Now I am very confused how to solve this error.