javascript/react-native

[react-native] iOS 빌드 에러: Duplicate Module Name: react-name

738 2018. 12. 9. 23:20

[react-native Trouble Shooting]


Problem

> iOS 빌드 중 에러 : Duplicate Module Name: react-name

Solution

> Pods 파일을 제거하고 새로 설치한다!


1
2
3
cd ios
rm -rf Pods
pod install
cs




참고: https://stackoverflow.com/questions/50805753/duplicate-module-name-react-native