Description
The build fails with
❌ Undefined symbols for architecture arm64
┌─ Symbol: SkFontMgr_New_CoreText(__CTFontCollection const*)
└─ Referenced from: RNSkia::RNSkApplePlatformContext::createFontMgr() in react_native_skia[11](RNSkApplePlatformContext.o)
❌ ld: symbol(s) not found for architecture arm64
With xcode 26.4, fmt 12.1. is needed:
facebook/react-native#56099
Applying these changes, result in the above error.
React Native Skia Version
2.5.3
React Native Version
0.81
Using New Architecture
Steps to Reproduce
Apply the fmt version changes and build the app on iOS.
Snack, Code Example, Screenshot, or Link to Repository
Description
The build fails with
With xcode 26.4, fmt 12.1. is needed:
facebook/react-native#56099
Applying these changes, result in the above error.
React Native Skia Version
2.5.3
React Native Version
0.81
Using New Architecture
Steps to Reproduce
Apply the fmt version changes and build the app on iOS.
Snack, Code Example, Screenshot, or Link to Repository