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에 넣어서 빌드해보니 됐다!
'Solve Problem > React Native' 카테고리의 다른 글
[React Native] Gif 파일 표시하기 (4) | 2020.05.05 |
---|---|
Parent View의 Height를 알고싶다면? (0) | 2020.05.04 |
[React Native] react-redux hooks (0) | 2020.05.01 |
[React Native] 날씨 API, 역지오코딩(위도/경도 > 주소), 미세먼지 API (2) | 2020.04.29 |
[React Native] 현재 위치 위도/경도 알기 (0) | 2020.04.29 |