Cocoapods error: 'Unable to read the license file'

前端 未结 10 1651
挽巷
挽巷 2021-01-11 14:20

When I type

pods install

or

pods update

I get the following error for one library:

Unable

10条回答
  •  执笔经年
    2021-01-11 14:47

    I get this frequently. This works for me.

    1. pod deintegrate
    2. pod setup
    3. pod install

    From terminal I run this altogether like this pod deintegrate && pod setup && pod install

提交回复
热议问题