7Rアプリ

プログラミングで詰まったことなど書いてます

2021-03-31から1日間の記事一覧

cocoapodsインストール方法 not found pod

手順 ①brew install cocoapods ERROR Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/xcodeproj ②brew link --overwrite cocoapods ③pod --version ④pod setup…