You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2019. It is now read-only.
The find command doesn't contain quotes around the ${SRCROOT}, causing it to work only for dir paths without any spaces. Please add quotes around ${SRCROOT} so the command will work for all configurations.
The find command doesn't contain quotes around the ${SRCROOT}, causing it to work only for dir paths without any spaces. Please add quotes around ${SRCROOT} so the command will work for all configurations.
find "${SRCROOT}" ....etc