Hi, we've getting error when we are building our app with Xcode 15 beta versions and Xcode 15.0 public release.
ld: B/BL out of range 156662596 (max +/-128MB) to ''
To fix this just add -ld64 to Other Linker Flags in Target.
I’d like to know whether there has been any progress on this issue.
There isn’t a simple answer to that. My experience with bugs like this is that the reported symptoms can have many underlying causes. So, if the developers above had created bug reports (not sure if they did) and then posted those bug numbers (which they didn’t)-: I would be able to check on the state of those bugs. However, there’s no guarantee that the fixes for those bugs would help with your issue.
So, my advice here is:
- Test with the latest released version of Xcode 26, just to make sure it’s not fixed already.
- If not, file a bug.
- Do you best to make it actionable, per the advice in this post.
- Reply here with the bug number, for the benefit Future Developers™ who stumble across this thread.
- Then go hunting for workarounds.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"