Xcode 15.2 linker error (Assertion failed: (rebasePtr->target == low56), function writeChainEntry, file ChainedFixups.cpp, line 1218) The same project builds fine on Xcode 14.3.1. It also builds fine when building a debug build to device. Any ideas on what we might be doing wrong?
Xcode 15.2 linker error
This is definitely a bug in ld_prime
. Even if the input libraries are completely borked, it should report an error rather than trap.
We’ve been steadily fixing ld_prime
issues like this over the Xcode 15.x cycle. Have you tried this with Xcode 15.3?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"