바르고 뜨겁게
ReactNative - Lottie 사용시 Error 본문
ReactNative - Lottie 사용시 Error
VSCode 에서 IOS 빌드시 다음과 같은 에러가 난다
The following build commands failed:
Ld build/[프로젝트명]/Build/Products/Debug-iphoneos/[프로젝트명].app/PlugIns/[프로젝트명]Tests.xctest/[프로젝트명]Tests normal arm64
--- 해결 방법
- xCode의 [프로젝트 명] 폴더에 File.swift 를 생성한다.
- react-naitve start 를 하지 않은 상태에서 xCode 에서 run
--- 문제점
- react-naitve start 를 하지 않은 상태에서 xCode 에서 run 을 했을시 정상 동작한다.
- - 만약 react-native start 후 xCode 에서 run 시 빌드는 되나, 네트워크 통신이 안되는 문제가 발생.
- - 만약 react-native start 후 VSCode 에서 run 시 normal arm64 에러로 빌드 실패
'자바스크립트 > React Native' 카테고리의 다른 글
React Native - Facebook Audience 광고 적용하기 (react-native-fbads) (4) | 2020.02.24 |
---|---|
React native [Object object] 출력 및 값 확인 (0) | 2020.02.03 |
React native Array 에 값 추가 하기 (0) | 2019.11.23 |
react native [ERROR] Code signing is required for product type 'Unit Test Bundle' in SDK 'iOS 13.1' (0) | 2019.11.22 |
react-native IOS dark mode 미사용, 사용 안하기 (1) | 2019.11.21 |
Comments