0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

NSVAnimatedTabBarをcocoapodsに入れようとしたら、エラーになった

Posted at

#はじめに
いつものようにcocoapodsにライブラリNSVAnimatedTabBarを入れようとしたらエラーになった。
###エラー画面
image.png
#解決策
##Podfileの中のiosの対象バージョンを9.0から11.0にしたら解決しました。

##platform :ios, '9.0'→platform :ios, '11.0'

スクリーンショット 2020-11-29 22.02.06.png

                                                                   ↓
スクリーンショット 2020-11-29 22.01.39.png

何か気がついたことがあればご指摘いただきたく存じます。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?