Git Product home page Git Product logo

Comments (6)

nolanw avatar nolanw commented on July 17, 2024 1

Yep, that's a missing CFBundleVersion! That "Build" field should not be empty.

You can do a quick fix by putting a number in there. I suggest the number 36, but any number should do.

Can you share how you installed HTMLReader into your project? I'd like to avoid others having this issue in the future.

from htmlreader.

nolanw avatar nolanw commented on July 17, 2024

Hello! Can you provide any more information, like a screenshot or a copy of the error message you received? How did you add HTMLReader to your project – CocoaPods, Carthage, manually adding files? If you have your .ipa or .xcarchive, can you examine the contents for HTMLReader.framework and double-check that the Info.plist therein has a value for the key CFBundeVersion?

from htmlreader.

tqtifnypmb avatar tqtifnypmb commented on July 17, 2024

Version: 2.0.3

screen shot 2017-02-23 at 8 50 25 am

from htmlreader.

tqtifnypmb avatar tqtifnypmb commented on July 17, 2024

I just fall back to 2.0.2. :p
I installed by Carthage

from htmlreader.

emelyanova avatar emelyanova commented on July 17, 2024

I've got the same issue also. Installed using Carthage also

from htmlreader.

nolanw avatar nolanw commented on July 17, 2024

@tqtifnypmb @emelyanova I've spotted the problem! Please try version 2.0.5 which I've just pushed. Apologies for the inconvenience.

Alternately, if you would like a quick fix without updating versions:

  • Locate HTMLReader's Info.plist.
  • Find the line <key>CFBundleVersion</key>.
  • The line immediately after should resemble <integer>36</integer>. Change it to <string>36</string>.
    • The number may not be 36 in your case. That's ok; it's the integer -> string change that's important.

from htmlreader.

Related Issues (20)

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.