경완
[xcode] std::char_traits<unsigned char> 본문
string_view:300:42 Implicit instantiation of undefined template 'std::char_traits<unsigned char>'
위와 같은 오류가 나오셨다면,
(1) xcode를 16.3으로 다운그레이드
(2) RN 0.76 이상의 버전으로 업데이트 (추천)
https://github.com/facebook/react-native/issues/50411
'code&design > 오류 해결' 카테고리의 다른 글
[react-native] IOS 환경에서 Input클릭 시 화면 확대되는 현상 (1) | 2025.02.07 |
---|---|
[ReactNative] ios/ xcode에서 release모드로 빌드 시 앱이 paused되는 현상 (0) | 2024.04.29 |
[ReactNative] xcode 빌드 시 googlemap 관련 오류 해결법 총정리 (0) | 2024.04.26 |
[ReactNative] Auth / 로그인, 로그아웃 구현하기 (0) | 2024.03.05 |
[ReactNative] pointerEvents, 자식만 클릭 가능하게 하기 (0) | 2024.02.27 |