[React] Library not loaded: @rpath/hermes.framework/hermes 에러
React Native 0.70.0 이상으로 업데이트 하면서 새로운 프로젝트 빌드 시에 build success 후 시뮬레이터에서 튕기는 오류를 겪었다. 해결 방법은 아래와 같다.
xcode > build phases > Link binary with Libraries 메뉴에 hermes.xcframework 추가
xcode > General > Frameworks, Libraries, and Embedded Content 에 hermes.xcframework 추가 후 Embed & Sign
Github - Library not loaded: @rpath/hermes.framework/hermes on iOS #34601