react-native xcode에서 빌드시 에러발생
Pods폴더와 Podfile.lock파일 삭제 후 다시 설치하면됨.
1
2
3
4
5
6
7
$ cd {project root}/iod
$ rm -rf Pods
$ rm -rf Podfile.lock
$ pod install
xcode에서 Product > Clean Build Folder
react-native xcode에서 빌드시 에러발생
Pods폴더와 Podfile.lock파일 삭제 후 다시 설치하면됨.
1
2
3
4
5
6
7
$ cd {project root}/iod
$ rm -rf Pods
$ rm -rf Podfile.lock
$ pod install
xcode에서 Product > Clean Build Folder