I recently took a project from another developer who was unable to complete the project. The only problem I have is that I cannot get the project to build for the simulator or for the device through Xcode.
The error I am getting is:
Failed to write out copy of document for diagnostics: Failed to write copy of document to path "(null)": Failed to write out copy of document because it has no file URL Showing first 200 notices only **Command /bin/sh failed with exit code 255**
Can anyone advise where to start looking for a problem with an error?
Additional Information: I am running Xcode 6.0.1. In the "Run Script" "Build Phases" area there is a shell (/ bin / sh) script for Crashlytics.framework that I have not used before .. Not sure if this helps.
EDIT
At the assembly stages, there are two shells. Crashlytics and pods:
Shell: /bin/sh "${SRCROOT}/Pods/Pods-resources.sh"
and
Shell: /bin/sh ./Crashlytics.framework/run xxxxxxxxxxxxx
source share