Crashlytics is somehow talking to Xcode:
- It discovers a project open in Xcode.
- It displays a list of recent projects.
- It detects assemblies.
- Automatically loads symbology.
- Knows when you added the Crashlytics framework to your Xcode project and built it.
- and etc.
Is everything connected with viewing changes in all folders DerivedData/...(open projects, repeated projects, assemblies) and then running something like nm BINARY | grep Crashlytics(detecting binding of a static library) or are there better tools?
Artem source
share