Build error: “B/BL has embedded addend. ARM64_RELOC_ADDEND should be used”

I can't find info on this or similar errors anywhere. Xcode 15.4 building a project exported with Unity 2021.3.35.

Unity Framework shows this error:

B/BL has embedded addend. ARM64_RELOC_ADDEND should be used instead, r_address=0x000003D0 in '*path*/libraries/libiPhone-lib.a[1509](fmod_dsp_connectionpool.o)'

It seems to be an issue with the internal Unity fmod library (the project doesn’t use fmod). Architectures are set to standard (arm64). Build active architecture only is Release - No. What is the issue?

Build error: “B/BL has embedded addend. ARM64_RELOC_ADDEND should be used”
 
 
Q