zld icon indicating copy to clipboard operation
zld copied to clipboard

Not working with Xcode 13.3

Open narlei opened this issue 3 years ago • 3 comments

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.

Screen Shot 2022-03-31 at 12 56 59

narlei avatar Apr 01 '22 16:04 narlei

Do you have a minimum reproducible example you could send?

michaeleisel avatar Apr 01 '22 17:04 michaeleisel

Also, does this error occur with ld64 as well, or just zld?

michaeleisel avatar Apr 02 '22 20:04 michaeleisel

The ld64 is working as well, the problem is only with zld. I'll create an example.

narlei avatar Apr 12 '22 14:04 narlei