-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsThe project should successfully build on Xcode Latest (16.4) without linker errors, and iOS should display the correct fonts (Google Fonts), the same way it does on Android and did on iOS builds 3 weeks ago. Actual resultsWhen building with Xcode Latest (16.4), the iOS build fails with the following errors: Error (Xcode): Undefined symbol: _swift_coroFrameAlloc When switching to Xcode (Edge) 26.1, the build completes, but all Google Fonts are ignored on iOS and replaced with default system fonts. On Android everything works correctly. The same project was building normally 3 weeks ago. Build id (optional)691ac3b2366dd66dc6c16695 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hello @aslkdd, |
Beta Was this translation helpful? Give feedback.
-
|
UPD: |
Beta Was this translation helpful? Give feedback.
UPD:
The latest Flutter versions in Codemagic and FlutterFlow are different, so matching the Flutter version in Codemagic fixed the font issue. Now everything builds correctly on 26.1, and the Google Fonts display properly.