Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2018.4.X, 2019.4.X, 2020.1.X
Votes
4
Found in
2018.4
2020.1
Issue ID
1205136
Regression
No
[iOS] ARM64 branch out of range (747396072 max is +/-128MB) Xcode error when building development build with script debugging
How to reproduce:
1. Open the 728989.zip project
2. Build the project for iOS with "development build" and "script debugging" enabled
3. Build the exported project via Xcode
Actual result: Xcode build fails with "ARM64 branch out of range (747396072 max is +/-128MB)" error.
Expected result: Xcode build succeeds.
Reproducible with: 2018.4.17f1, 2019.2.20f1, 2019.3.0f6, 2020.1.0a23.
Notes:
- Script debugging is required to reproduce this issue.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- On Script import/reimport MonoImporter does not generate consistent results due to updating Custom packages
- [Entities Graphics] Size of the Content Update generated folder increases when changes are made to the Scene
- In Play Mode, an extra Sync Call is made every frame when a GameObject has a Rigidbody 2D component
- Crash on block_remove when a scene is opened in a specific project
- The GameObject with a Hinge Joint Component does not return to the initial position when the Use Motor property is toggled off
slippyfrog
Oct 05, 2023 19:41
I'm seeing the issue with Xcode 15 and Unity 2022.3.10 building for iOS with the following enabled:
Development Build
and Script Debugging
Showing Recent Issues
B/BL out of range 211865292 (max +/-128MB) to '__ZN3Geo8GeoArrayIPKN9Enlighten13MaterialGuids12InstanceInfoEE11SetCapacityEi'
Urjin
Mar 10, 2023 09:03
Same for me on Unity 2021.3.12f
Fixed, with using build settings from "Fastest" to "Faster (smaller builds)"
Don't know for how long...
stevenchan_playstudios
Mar 07, 2023 13:46
Same issue with Unity 2021.3.13f1
IgorBoyko
Dec 11, 2022 18:01
Same with Unity 2021.3.15f1, known version to have no issues: 2021.3.12f1
ilyakozyr
Nov 07, 2022 09:23
Reproduces for me with Unity 2020.3.33f1 when building in Xcode (on M1 Mac). Was able to fix it after removing parameter "configuration" from the "gym" in Fastfile (it was set to "Debug" during the error).
bakno
Feb 15, 2022 21:41
Same problem in version 2021
black-balamut
Sep 29, 2021 07:49
Same here, 2020.3.15f2
kg-lijiacan
May 08, 2021 07:53
still happens on 2020.3.0f1
sramosubm
Apr 13, 2021 11:25
We are having a very similar issue on Unity 2019.4.23, also when building with script debugging enabled. In our case it complains about the ARM branch:
ld: b/bl/blx ARM branch out of range (81306792 max is +/-32MB): from _X509_ALGORS_it.island (0x00E07A3C) to _X509_ALGORS_it (0x05B91EEC) in '_X509_ALGORS_it.island' for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
crazii
Dec 23, 2020 07:13
Same here, 2019.4.8F1