Программируем под IOS
Anonymous
Неопределенный символ: __swift_force_load_ на Flutter IOS
Сообщение
Anonymous » 06 май 2025, 22:09
Я устанавливаю проект Flutter на Mac M3. Я получаю следующую ошибку < /p>
Код: Выделить всё
Running Xcode build...
└─Compiling, linking and signing... 2,794ms
Xcode build done. 36.8s
Failed to build iOS app
Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_Builtin_float
Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_errno
Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_math
Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_signal
Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_stdio
Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_time
Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swiftsys_time
Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swiftunistd
Error (Xcode): Linker command failed with exit code 1 (use -v to see
invocation)
Could not build the application for the simulator.
Error launching application on iPhone 15 Pro Max.
OS: Mac OS Sonama версия 14.7 (23h124)
xcode: 15.4
Flutter: 3.22.2
Подробнее здесь:
https://stackoverflow.com/questions/790 ... lutter-ios
1746558579
Anonymous
Я устанавливаю проект Flutter на Mac M3. Я получаю следующую ошибку < /p> [code]Running Xcode build... └─Compiling, linking and signing... 2,794ms Xcode build done. 36.8s Failed to build iOS app Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_Builtin_float Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_errno Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_math Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_signal Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_stdio Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_time Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swiftsys_time Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swiftunistd Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) Could not build the application for the simulator. Error launching application on iPhone 15 Pro Max. [/code] OS: Mac OS Sonama версия 14.7 (23h124) xcode: 15.4 Flutter: 3.22.2 Подробнее здесь: [url]https://stackoverflow.com/questions/79094697/undefined-symbol-swift-force-load-on-flutter-ios[/url]