Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 1239284

Browse files
Crashlytics: "Configure Crashlytics" build step phase added multiple times #711
1 parent d3347e2 commit 1239284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/scripts/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ module.exports = function($logger, $projectData, hookArgs) {
446446
xcodeProject.parseSync();
447447
var options = { shellPath: '/bin/sh', shellScript: '\${PODS_ROOT}/Fabric/run' };
448448
xcodeProject.addBuildPhase(
449-
[], 'PBXShellScriptBuildPhase', 'Configure Crashlytics', xcodeProject.getFirstTarget().uuid, options
449+
[], 'PBXShellScriptBuildPhase', 'Configure Crashlytics', undefined, options
450450
).buildPhase;
451451
fs.writeFileSync(xcodeProjectPath, xcodeProject.writeSync());
452452
$logger.trace('Xcode project written');

0 commit comments

Comments
 (0)