File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/ios/testing.xcodeproj Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module.exports = {
25
25
execution_position : 'after_compile' ,
26
26
input_files : [
27
27
'${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}' ,
28
- '$(SRCROOT)/$( BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)' ,
28
+ '$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)' ,
29
29
] ,
30
30
always_out_of_date : '1' ,
31
31
} ,
Original file line number Diff line number Diff line change 337
337
);
338
338
inputPaths = (
339
339
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}",
340
- "$(SRCROOT)/$( BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
340
+ "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
341
341
);
342
342
name = "[CP-User] [RNFB] Crashlytics Configuration";
343
343
runOnlyForDeploymentPostprocessing = 0;
You can’t perform that action at this time.
0 commit comments