hw-1

Validation Error: Invalid Bundle. The bundle at … contains disallowed file ‘Frameworks’ Ask

Validation Error: Invalid Bundle. The bundle at … contains disallowed file ‘Frameworks’

Ask

1
2
3
4
cd "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/"
if [[ -d "Frameworks" ]]; then
rm -fr Frameworks
fi