[react-native]
- 터미널을 열어 Pod의 캐쉬를 삭제.
rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
rm -rf ~/Library/Developer/Xcode/DerivedData/*
pod deintegrate
pod setup
2. 프로젝트의 Pods 폴더를 삭제한다. ( project/ios/Pods)
3. ios 폴더 경로에서 Pod 설치
pod install
4. 이후 프로젝트 폴더로 돌아가서 run-ios 하면 해결.
'Error' 카테고리의 다른 글
zsh : command not found : adb (0) | 2022.04.05 |
---|---|
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 (0) | 2022.04.05 |
SpringToolSuite4 Sprint Lagacy Project Error (0) | 2022.03.31 |
Mac M1 Install Python (0) | 2022.03.29 |
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. (0) | 2022.03.28 |