728x90
1. library not found for -lAppAuth
.xcodeproj 를 열어서 라이브러리를 못찾았다. Pods를 쓰면 xcode로 프로젝트 열 때 xcworkspace 로만 열어야 한다.
.xcworkspace 를 열어서 빌드해보자! -> 그랬더니 2번째 에러
2. Build input file cannot be found: '/Users/daheeahn/Downloads/GoogleService-Info.plist'
xcode에는 GoogleService-Info.plist가 있는데 vscode 상으로는 안보여서 Firebase에서 파일 다시 다운로드 받아서 vscode에 넣어서 빌드해보니 됐다!
'Develop > React Native' 카테고리의 다른 글
[React Native] build가 영원히 되지 않을 때 (2) | 2020.05.10 |
---|---|
Parent View의 Height를 알고싶다면? (0) | 2020.05.04 |
[React Native] react16 redux (0) | 2020.05.03 |
[React Native] Animated 사용법 (내용없음) (0) | 2020.05.01 |
[React Native] react-redux hooks / useMemo (내용 없음) (0) | 2020.05.01 |