Code Monkey home page Code Monkey logo

Comments (8)

dfed avatar dfed commented on May 19, 2024

It does seem possible. Carthage's README explains how.

I can get to this in a couple weeks, but if you'd like to add this functionality before I get there feel free. FWIW, I have never seen Valet crash in the wild (hopefully you haven't either!)

from valet.

tomtaylor avatar tomtaylor commented on May 19, 2024

Thanks @dfed, we haven't either! It just caught us out, because if we build from scratch it includes the dSYM, and copying it over is one of our build phases. Happy to give you a new zip to replace the existing one, if you like?

from valet.

dfed avatar dfed commented on May 19, 2024

Thanks for the offer! Unfortunately, I can't vend a .framework I haven't built myself – since Valet deals with your application's secrets I need to have strict control over the build process. But I'd love a PR against Valet that adds the necessary build step to the .framework target for Carthage to include the dSYM. See the linked README above.

from valet.

mgroh avatar mgroh commented on May 19, 2024

This should be the default (with carthage 0.10):

mgroh@mfg-mbp15:~/Code/mgroh/Valet|85d91c7
⇒  carthage build --no-skip-current
*** xcodebuild output can be found in /var/folders/hw/7k4s1f6951bf1j9w1pgksr0w0000gn/T/carthage-xcodebuild.KPxc53.log
*** Building scheme "Valet-Mac" in Valet.xcodeproj
*** Building scheme "Valet-iOS" in Valet.xcodeproj
mgroh@mfg-mbp15:~/Code/mgroh/Valet|85d91c7
⇒  ls Carthage/Build/iOS
66799F12-5366-37EB-A02A-657D1D9F3B23.bcsymbolmap Valet.framework
B8DC45FC-A816-3975-9DA5-CE67475F6C88.bcsymbolmap Valet.framework.dSYM

This also creates the currently missing bitcode files (as we discussed at length on twitter).

from valet.

dfed avatar dfed commented on May 19, 2024

@mgroh so if I update my local carthage tool, then build/release a new version, everything should work?

from valet.

dfed avatar dfed commented on May 19, 2024

Just updated the .framework on the 2.0.6. Same code, but now built with carthage 0.10. Please let me know if this fixes the above issue. If it does, I'll close this issue out.

from valet.

mgroh avatar mgroh commented on May 19, 2024

Yes, the release .zip now includes the .dSYM and .bcsymbolmap files.

from valet.

dfed avatar dfed commented on May 19, 2024

Awesome. Thanks for the help! Closing this issue out

from valet.

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.