ios์ ์์ ฏ์ ์ถ๊ฐํ๋ ค๋ค, ios widget extension์ ์ถ๊ฐํ๋ฉด์, ๋น๋๋ฅผ ํ๋ ค๋ค ๋ณด๋ ์๋์ ๊ฐ์ Link ์ค๋ฅ๊ฐ ๋จ๋๋ผ!
Undefined symbol: _swift_getTypeByMangledNameInContextInMetadataState
Undefined symbol: _swift_getOpaqueTypeConformance
์คํ์ค๋ฒํ๋ก์ฐ๋ฅผ ์ฐพ์๋ณด๋ ๋ฐ๋ก ๋ต์ด ๋์๋ค.
https://stackoverflow.com/questions/64584466/cannot-build-after-adding-ios-widget-to-existing-react-native-project-symbols
์๋ก ์ถ๊ฐํ Widget Extension Target์ Build Settings > Search Path > Library Search Paths ๊ฐ์ ์์ ํ๋๊น ์ ๋น๋๊ฐ ๋๋๋ผ
- from
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)"
- to
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.2/$(PLATFORM_NAME)"