We do this in our Run Script phase:
if [ ${CONFIGURATION} == "Release" ]
then
./Fabric.framework/run <magic> <number>
fi
Thus, developers usually use the Debug assembly, but if they want to assemble the finished product, they can do it.
, CI, xcodebuild, - USE_CRASHLYTICS, .