Программируем под IOS
Anonymous
Неопределенный символ: __swift_FORCE_LOAD_ на Flutter iOS.
Сообщение
Anonymous » 21 окт 2024, 06:04
Я устанавливаю проект Flutter на Mac M3. Я получаю следующую ошибку
Код: Выделить всё
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.
ОС: mac OS Sonama версии 14.7 (23H124)
Xcode: 15.4
Flutter: 3.22. 2
Подробнее здесь:
https://stackoverflow.com/questions/790 ... lutter-ios
1729479847
Anonymous
Я устанавливаю проект Flutter на Mac M3. Я получаю следующую ошибку [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] ОС: 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]