I just finished upgrading my project to use Swift 1.2. I've got a new linker warning that I've never seen before.
ld: warning: too many personality routines for compact unwind to encode
.
It doesn't give an offending file or any additional details. I know how to suppress this warning, but I'd like to know how to fix it. Any thoughts?
This is different from other questions answered because they all explain how to HIDE the warning, none of them explain how to actually fix the problem.