michaeleisel / zld

A faster version of Apple's linker
MIT License
1.19k stars 50 forks source link

Xcode 12 support #58

Closed michaeleisel closed 4 years ago

michaeleisel commented 4 years ago

according to someone at apple, there's no clear timeline on when the source code for tapi, ld, etc. will ship. i'll wait until end of september for it to happen, and if it hasn't happened, i'll begin reverse-engineering the tapi changes and try to get a stable version for xcode 12 that doesn't have the spurious warnings. @rmaz @keith @milend

michaeleisel commented 4 years ago

Done in https://github.com/michaeleisel/zld/pull/59

keith commented 4 years ago

awesome! are you planning on shipping a new release with this?

michaeleisel commented 4 years ago

yes, although at the moment there's another issue

michaeleisel commented 4 years ago

https://github.com/michaeleisel/zld/issues/61 has surfaced

michaeleisel commented 4 years ago

61 has been fixed, along with a newly found issue https://github.com/michaeleisel/zld/pull/66 . it now works for spotify's main app with no warnings