Closed steipete closed 4 years ago
new upgrade is in master, https://github.com/michaeleisel/zld/pull/44 , there will also be a release soon i think
the new version doesn't fix it. it looks like possibly a tapi issue, will investigate further
possible fix, albeit with lots of linker warnings, here: https://github.com/michaeleisel/zld/pull/50
Thanks for your work on this! I'll give this a go this week.
I've just did a quick test with zld 1.1 from brew + Xcode 12b3, same error.
Are you using the new linker flag as per https://github.com/michaeleisel/zld/pull/55#issuecomment-655798318
Closing, feel free to reopen if you can confirm that you're using the new flag (also mentioned in the release notes). I'll update the readme as well.
Fixed properly in https://github.com/michaeleisel/zld/pull/59
zld works great for us overall. We cannot yet enable it for Mac Catalyst. It seems the linker pulls off some tricks to differentiate between AppKit and iOS-versions of the frameworks.
We see the following error:
This might be fixed once https://github.com/michaeleisel/zld/issues/40 is resolved.
Thank you for zld! Gave the project a shoutout on my blog.