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..
[RN/오류노트] Solved - Command PhaseScriptExecution failed with a nonzero exit code : PhaseScriptExecution [CP-User]\ Generate\ Specs
·
React & React Native/오류노트
해당 글에서는 React Native 중 iOS에서 XCode에서 발생하는 오류에 대한 해결방법을 알아봅니다.1) 오류내용💡 오류내용- XCode를 실행하는 중에 Command PhaseScriptExecution failed with a nonzero exit code와 같은 오류가 발생하였습니다.- 상세내용은 아래와 같고 결론적으로는 ‘경로의 문제’ 임을 확인되었습니다.The following build commands failed: PhaseScriptExecution [CP-User]\\ Generate\\ Specs /Users/xxx/Library/Developer/Xcode/DerivedData/tugboat_mobile-fwnvnpozjdbjvgbplpqrxtdpuvme/Bu..