Giter Club home page Giter Club logo

Comments (9)

AlexKMDev avatar AlexKMDev commented on July 26, 2024

The compiled framework still doesn't contain bitcode:

/V/H/w/s/out_ios_libs> otool -l WebRTC.framework/WebRTC | grep __LLVM
/V/H/w/s/out_ios_libs>

from webrtc.

jondwillis avatar jondwillis commented on July 26, 2024

Please see http://stackoverflow.com/a/33105733/127422

It indeed does contain bitcode :) I am able to use my build of latest WebRTC master with bitcode enabled in my app.

otool -arch armv7 -l WebRTC.framework/WebRTC | grep LLVM    
  segname __LLVM
  segname __LLVM

from webrtc.

jondwillis avatar jondwillis commented on July 26, 2024

We should update the README if this gets applied and verified.

from webrtc.

antoniotuzzi avatar antoniotuzzi commented on July 26, 2024

Are you getting a 700MB library when compiled bitcode ON ?

from webrtc.

jondwillis avatar jondwillis commented on July 26, 2024

@antoniotuzzi Yeah, trying to figure out why.

from webrtc.

antoniotuzzi avatar antoniotuzzi commented on July 26, 2024

@jondwillis compiled static is 776MB
must be related to the huge number of .obj linked: the bitcode should be doing very strange tricky things
with this sizes is impossibile to distribute in an SDK
anyway, when compiled in a final product, or intermediate library, size decrease A LOT

from webrtc.

jondwillis avatar jondwillis commented on July 26, 2024

@antoniotuzzi I have noted the large framework size in https://bugs.chromium.org/p/webrtc/issues/detail?id=5085&can=2&start=0&num=100&q=&colspec=ID%20Pri%20M%20ReleaseBlock%20Component%20Status%20Owner%20Summary&groupby=&sort=

I will update here if there is an answer.

from webrtc.

wenxin3262 avatar wenxin3262 commented on July 26, 2024

I don't like bitcode, hard to manage dSYMs for little benefits

from webrtc.

fuxx avatar fuxx commented on July 26, 2024

Bitcode doesnt change anything on symbolification of crash logs. apples / testflight gives you the correct dsyms if they recompile form source.

from webrtc.

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.