Removing folder from .app

I am using "Excluded Source File Names" in Xcode build settings to remove a folder from IPA. The given relative path is correct but for some reason, the folder that needs to be excluded is still exists in the .app file. Any idea why Excluded Source File Names is not working. The folder that I am trying to remove is listed under "Copy Bundle Resources"

Here is the path "$(SRCROOT)/../foldera/folderb/foldertoberemoved"

Replies

Does exclude source file names works for folders with sub folders