Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error during run debug flutter app: B/BL out of range (max +/-128MB) to ''

Tags:

xcode

flutter

After installing the new version of Xcode (15.0) with the flutter version 3.13.4 when I launch the debugging of an app the process is interrupted by the following error:

Failed to build iOS app Could not build the precompiled application for the device. Error (Xcode): B/BL out of range 135372772 (max +/-128MB) to ''

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

Error launching application on iPhone

UPDATE If I remove google_ml_kit from my project, error is resolving

like image 658
Federico Rocca Avatar asked Nov 06 '25 02:11

Federico Rocca


1 Answers

TARGETS --> Build Settings --> Other Linker Flags --> add -ld64 enter image description here

like image 142
fakey Avatar answered Nov 07 '25 16:11

fakey