Giter Site home page Giter Site logo

Comments (7)

bjornartollaksen avatar bjornartollaksen commented on June 25, 2024

I believe this is because the 1.0 tag points to a commit that does not have the LICENSE file in it (the LICENSE file was added in ).

@jivadevoe: You can fix this by deleting the tag and recreating it with the following commands (assuming you are up-to-date locally):

git tag -d 1.0
git push origin :refs/tags/1.0
git tag -a 1.0 -m "Version 1.0"
git push --tags

from uialertview-blocks.

chrismaddern avatar chrismaddern commented on June 25, 2024

Or just make a new tag 1.0.1.

Any chance you can do this @jivadevoe? It's our only Cocoapods warning :( haha

from uialertview-blocks.

Miserlou avatar Miserlou commented on June 25, 2024

+1, fix the pod please!

We get the same error, makes our pod's install process look kind of shoddy! :)

from uialertview-blocks.

jivadevoe avatar jivadevoe commented on June 25, 2024

Did what @bjornartollaksen suggested.

Does it work now?

from uialertview-blocks.

WearFlatShoesToWalkTheWorld avatar WearFlatShoesToWalkTheWorld commented on June 25, 2024

很烦,我也遇到了这个问题!! [!] Unable to read the license file [project_dir]/Pods/BmobSDK/LICENSE for the spec BmobSDK (2.1.5)

from uialertview-blocks.

housenkui avatar housenkui commented on June 25, 2024

i follow @bjornartollaksen ,it's do work. We can draft a new Release .example 1.0.1

from uialertview-blocks.

fjingquan avatar fjingquan commented on June 25, 2024

i get the same error, Unable to read the license file /Users/zhaocaihong/Desktop/Education_Teacher /EducationTch/Pods/UMessage/LICENSE for the spec UMessage (1.4.0)

from uialertview-blocks.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.