Closed AndreasJJ closed 1 month ago
Starting from version 1.4.0 and still happening in 1.4.1 i am getting the follow error at the end of building. It does not happen on 1.3.13.
❌ Undefined symbols for architecture arm64 ┌─ Symbol: SkUnicodes::Libgrapheme::Make() └─ Referenced from: skia::textlayout::ParagraphBuilder::make(skia::textlayout::ParagraphStyle const&, sk_sp<skia::textlayout::FontCollection>) in libskparagraph.a[arm64][6](libskparagraph.ParagraphBuilderImpl.o) ❌ ld: symbol(s) not found for architecture arm64 ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) › 3 error(s), and 2 warning(s) CommandError: Failed to build iOS project. "xcodebuild" exited with error code 65.
I am running:
1.4.0 - 1.4.1
start an iOS build with expo expo run:ios or npm run run:ios
expo run:ios
npm run run:ios
https://github.com/AndreasJJ/skia-repro-1.4.1
+1
:tada: This issue has been resolved in version 1.4.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
Starting from version 1.4.0 and still happening in 1.4.1 i am getting the follow error at the end of building. It does not happen on 1.3.13.
I am running:
Version
1.4.0 - 1.4.1
Steps to reproduce
start an iOS build with expo
expo run:ios
ornpm run run:ios
Snack, code example, screenshot, or link to a repository
https://github.com/AndreasJJ/skia-repro-1.4.1