Follow the subsequent instructions to develop, debug, unit test, and integration test FirebaseCrashlytics:
pod gen FirebaseCrashlytics.podspecopen gen/FirebaseCrashlytics/FirebaseCrashlytics.xcworkspaceOR these two commands can be combined with
pod gen FirebaseCrashlytics.podspec --auto-open --gen-directory="gen" --cleanYou're now in an Xcode workspace generate for building, debugging and testing the FirebaseCrashlytics CocoaPod.
Open the generated workspace, choose the FirebaseCrashlytics-Unit-unit scheme and press Command-u.