you'll see this error even you replace the real key and secret of fabric in the run script /parth/to/your//Xcode/to/your/project/Build/Intermediates/projectName.build/Debug-iphoneos/projectName.build/Script-XXXXXXX.sh: line 2: ./Fabric.framework/run: No such file or directory
follow these steps below should help you get ride of this error :
- replace key and secret in script
- build app, see the error
- Open Fabric App
- click the down arrow button on top-left corner
- click + New App on the right side
- chose the project
- click install of Crashlytics
- build project, Fabric should be integrated when the built is finished
- run app, done~*