Code Monkey home page Code Monkey logo

Comments (4)

kalisina avatar kalisina commented on May 18, 2024

I've just seen that you've fixed the issue with this commit:
e2b54d6

How could I apply this fix to my current version?
Cheers

from bulletinboard.

alexisakers avatar alexisakers commented on May 18, 2024

Hey @arkader! Sorry for the inconvenience. You seem to be using Carthage to build the framework (since CocoaPods does not enable LLVM instrumentation).

I would suggest that you update your Cartfile to use the commit where this issue has been fixed:

github "alexaubry/BulletinBoard" "e2b54d6a3204b9f8a03b133f4a3c98e04a918fba"

And then run carthage update BulletinBoard to build the framework without code coverage support. No major API change were made before this commit, so rebuilding your app with this version should be fast.

You can check if LLVM instrumentation was correctly removed by running this command:

otool -l -arch all Carthage/Build/iOS/BulletinBoard.framework/BulletinBoard | grep __llvm_prf

You should not get any output if LLVM instrumentation was correctly removed.

Hope this helps!

from bulletinboard.

kalisina avatar kalisina commented on May 18, 2024

Hi @alexaubry
Thank you for you quick reply.
I've updated the Cartfile and have runned:
carthage update BulletinBoard
However, I receive few errors:
screen shot 2017-12-08 at 14 27 10

I believe that you've made the LLVM fix after having renamed some classes.
Is there a way to cherry pick your fix and put it directly to my version?

Here is what I have on my Carthage.resolved file (before updating)
github "alexaubry/BulletinBoard" "a4fbe0c393857d2c10e5b01cc7182a4fdf361c7e"

Cheers

from bulletinboard.

kalisina avatar kalisina commented on May 18, 2024

I've found a way to fix the issue!

https://stackoverflow.com/questions/46160518/xcode-9-carthage-itunes-connect-error-invalid-bundle-disallowed-llvm-instr

Thanks anyway!

from bulletinboard.

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.