Cocoapods error: 'Unable to read the license file'

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

When I type

pods install

or

pods update

I get the following error for one library:

Unable

10条回答
  •  猫巷女王i
    2021-01-11 15:10

    In my case, I solved this issue by changing the name of my license file from LICENSE to LICENSE.txt, updating the file name in the podspec, and including both the framework and the LICENSE.txt file in the zip file for my repository.

提交回复
热议问题