Hi, I got an error like below when application build. However, because it does not occur depending on the code optimization settings, I don't know the actual size.
ld: b(l) ARM64 branch out of range (153544076 max is +/-128MB): from +[UnityURLRequest storeRequest:taskID:] (0x00004670) to __Unwind_Resume@0x00000000 (0x09272CCC) in '+[UnityURLRequest storeRequest:taskID:]' from /Users/username/Library/Developer/Xcode/DerivedData/app-ddznnkuubjszymahzwwsyvhwlyin/Build/Intermediates.noindex/Unity-iPhone.build/Debug-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityWebRequest.o
I would like to know the means of measurement so that the size after optimization does not exceed this upper limit.
thx