[React Native] ios Build Error - RCT-Folly hash No template named 'unary_function'

김례원·2024년 3월 17일
post-thumbnail

[문제]

No template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?

[해결]

Pods > Build Settings > Apple Clang - Preprocessing > Preprocessor Macros 의
Debug, Release 에 아래 값 추가

LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION

profile
분야를 가리지 않는 개발자

0개의 댓글