Añadir crashlytics a proyec
1) editar fichero Podfile y añadir:
# Uncomment this line to define a global platform for your project
# platform :ios, ‘7.0’
source 'https://github.com/CocoaPods/Specs.git'
target 'proximityTest' do
pod 'Fabric'
pod 'Crashlytics'
end
2) pod update
Si sale mensajes de falta de inherited en OTHER FLAGS ir a las propiedades del proyecto / Build Settings / Linking / Other Linker Flags y añadir $(inherited)
3) ejectutar la app de fabric
4) seguir los pasos:
a) añadir script
b) añadir código a appdelegate.m
//Detallado aquí: https://fabric.io/kits/ios/crashlytics/install