dinghaoz

Results 1 comments of dinghaoz

besides the "Multiple commands produce" issue, there is a backslash missing in every *-copy-dsyms.sh file: `"${DERIVED_FILES_DIR}" => "${DERIVED_FILES_DIR}/"` Based on @scottasoutherland's code, I patched it with ``` def patch_cocoapods_binary_dsyms(installer) installer.generated_projects.each...