Material Kit 2을 개발 해 보자!


환경설정

yarn add react-scripts

.eslintrc .

"plugins": [
-       "react",
        "@typescript-eslint"
    ],

Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via pod repo remove master. To suppress this warning please add warn_for_unused_master_specs_repo => false to your Podfile.

해결

  1. 커멘드 창에서 pod repo remove master 입력
  2. [!] repo master does not exist 출력 되더라
  3. pod repo list 입력
  4. 마스터 브렌치명이 cocoapods으로 되어 있었음
  5. pod repo remove cocoapods 입력
  6. pod update 입력하면 워닝 문구는 이제 뜨지 않음