What does the “Fabric.framework/run” build phase a

2020-03-19 06:58发布

问题:

I use the Crashlytics framework for crash collecting in iOS Apps.

When you use the framework, a "Build Phase" is added to your target that runs /Fabric/Fabric.framework/run <big-hex-blob> <another-even-biger-hex-blob>.

I'd love to know that these actually do – I'm not entirely happy with having external vendors' tools monkey about with my build, I'm old school like that.

回答1:

Mike from Crashlytics and Fabric here.

The run script build phase is used, along with your <APIkey> and <BuildSecret>, to automatically handle the uploading of dSYMs so that you, and other developers, never need to manually upload one.

Similarly, the /Crashlytics.framework/submit command is used for distributions through Beta, our beta distribution service.