프로그래밍/Error Log 프로그래밍/Error Log 2022. 3. 22. Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. 여러가지 설치를 진행하면서 Ios 시뮬레이터 에러가 발생했다. 터미널에는 아래와 같은 에러가 찍혀 있었으나, 해당 에러로 구글링했을때 나오는 해결책은 모두 효과가 없었다. Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. Xcode에서 직접 build 해보았을때는 아래와 같은 에러를 확인할 수 있었다.(터미널에도 Waring으로 있던 내용..) The linked library 'libPods-프로젝트명.a' is missing one or more architectures required by this target arm64 이는 기존 Xcode 11에서는 arm64용 빌드를 x86_64용 .. 프로그래밍/Error Log 2022. 3. 19. Invariant Violation: requireNativeComponent: "RNSScreen" was not found in the UIManager. Invariant Violation: requireNativeComponent: "RNSScreen" was not found in the UIManager. 하단 네비게이션 배치 중 위와 같은 에러가 발생했다. 현재 라이브러리는 아래 두가지만 설치한 상황이다. npm i @react-navigation/native @react-navigation/bottom-tabs 이는 네비게이션 관련 라이브러리를 덜 설치해서 발생한 문제인데, react-native 공식 문서를 참고하여 추가 설치를 진행하였다. (참고 : React-Native Getting Start 링크) 1. 설치 npm install react-native-screens react-native-safe-area-context 2. pods .. 이전 1 다음