Code Monkey home page Code Monkey logo

datetoolsobjc's People

Contributors

3a4ot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

datetoolsobjc's Issues

Error from iTunesConnect.

When submitting an app with this framework (built with Carthage), iTunesConnect reports this error:
"This bundle .../Frameworks/DateToolsObjC.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion."

CFBundleVersion missing when building for iOS

When I build the framework for iOS, the CFBundleVersion entry is left out of the Info.plist. This causes its app to get rejected by Apple's automatic .ipa validation.

This was introduced in commit (- Added Swift Package Manager support., 349a899) when building for iOS. The previous 1.0.3 release doesn't have this problem.

Test:

  • checkout master/1.0.4
  • open the project
  • select an iOS target
  • build
  • right click on DateToolsObjC.framework in the file navigator in Xcode and select Show In Finder
  • Open the folder and then look at the Info.plist file

Expected:

  • With the 1.0.3 release there was an entry for CFBundleVersion that was set to 1.0.0
    Actual:
  • No entry for CFBundleVersion

Unfortunately I can't quite figure out what in the commit caused this specifically?

See also: #4

Change Mach-O type to static

Nowadays mixed iOS projects (Swift, Objective-C) dependencies no longer need to be linked as dynamic frameworks. So we can start to link statically and improve app launch time.

  • change framework type to Match-O

  • Update Carthage archive script for .travic.yml

  • Update README.md and point that from 1.0.6 we link statically.

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.