Cocoapods error: 'Unable to read the license file'

前端 未结 10 1656
挽巷
挽巷 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 15:06

    This is what worked for me:

    1. remove the offending pod from Podfile
    2. pod install
    3. pod cache clean --all
    4. add pod back into Podfile
    5. pod install

    Note: Be sure to pin the version from Podfile.lock in the Podfile if the locked version is required

提交回复
热议问题