Skip to content

Commit

Permalink
ignored error message from cp like cannot override
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev committed Apr 23, 2019
1 parent f3851ed commit e1895a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nefc
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ copyFrameworks() {
exit 1
fi

cp -a $(find "$DERIVED_DATA_DIR/build" -name '*.framework') nef/build/fw
cp -a $(find "$DERIVED_DATA_DIR/build" -name '*.framework') nef/build/fw 2>/dev/null
echo "Copy ${green}frameworks${reset}"
}

Expand Down

0 comments on commit e1895a6

Please sign in to comment.