crossorigin="anonymous">
[RN/오류노트] Solved - Sentry std::allocator error
·
React & React Native/오류노트
해당 글에서는 React Native 환경에서 앱을 빌드하는 과정에서 발생한 오류 중 Sentry 빌드 오류에 대한 해결 방법에 대해 알아봅니다.1) 문제점 확인💡문제점 확인- Xcode로 빌드를 수행중에 아래와 같은 문제가 발생하였습니다.1. Static assertion failed due to requirement '!is_const::value': std::allocator does not support const types2. Static assertion failed due to requirement 'is_same, std::allocator>::value': [allocator.requirements] states that rebinding an allocator to the same t..