I try to create universal framework for Swift on XCode there I applied a aggregate framework script to "Build Phases -> Run Script".
It seems script is recursively in infinite loop and generate Derived Data recursively.
What I want is only to kill script so that derived data is generated no more. I clear and remove derived data, yet, it is generated again and allocate all the storage i have.
Here is a screenshot :