Giter VIP home page Giter VIP logo

Comments (4)

zhuhaow avatar zhuhaow commented on July 28, 2024

Just released the latest version.
If you are intended to use the master branch, then modify the version by yourself after compiling the framework with Carthage

from nekit.

corbt avatar corbt commented on July 28, 2024

I'm running into this issue. I have version 0.12.4 installed with Carthage. Unfortunately, NEKit seems to be substituting my local git repo's commit with the version string, so I have to go in and manually change it back before Apple will accept the app.

from nekit.

cnnblike avatar cnnblike commented on July 28, 2024

0.12.6 encountered the same issue. solved with adding a building phase:

defaults write "$PWD/Carthage/Build/iOS/NEKit.framework/Info.plist" CFBundleShortVersionString 0.2.0
defaults write "$PWD/Carthage/Build/iOS/NEKit.framework.dSYM/Contents/Info.plist" CFBundleShortVersionString 0.2.0

from nekit.

zhuhaow avatar zhuhaow commented on July 28, 2024

This version is designed to mark the version of the framework and it only accepts several formats. If you want to modify NEKit yourself, it will pick the commit hash as the version which is not a valid version as far as Apple considers.

Do you have any recommendation here?

from nekit.

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.