zld
zld copied to clipboard
Not working with Xcode 13.3
The latest zld is not working with the newest Xcode version.
Our team uses zld inside the Buck, and after the Xcode 13.3 we're receiving the error:
stderr: ld: framework not found Wrap
The linker is working by passing the flag -F to the framework folder, the framework exists.

Do you have a minimum reproducible example you could send?
Also, does this error occur with ld64 as well, or just zld?
The ld64 is working as well, the problem is only with zld. I'll create an example.