Alcove
Alcove copied to clipboard
Is there an option to remove folders in the --remove-filter flag?
Yes, surround the directory names with *. E.g.,
alcove --verbose --product-name MyApp --remove-filter *MyAppTest*,*iPhoneSimulator*
Trying to use this:
/usr/local/bin/alcove --product-name "proj" --search-directory "/Users/sre/Library/Developer/Xcode/DerivedData/Build/Intermediates/CodeCoverage/Intermediates/proj.build/Adhoc-iphonesimulator/Proj\ Test\ Enterprise.build/Objects-normal/x86_64/" --output-directory "/Users/sre/Desktop" --remove-filter *SdkExampleApp*
Gives:
🔍 Generating report...
/Users/sre/.rvm/rubies/ruby-2.2.4/lib/ruby/2.2.0/find.rb:42:in block in find': No such file or directory (Errno::ENOENT) from /Users/sre/.rvm/rubies/ruby-2.2.4/lib/ruby/2.2.0/find.rb:42:incollect!'
from /Users/sre/.rvm/rubies/ruby-2.2.4/lib/ruby/2.2.0/find.rb:42:in find' from /Users/sre/.rvm/gems/ruby-2.2.4/gems/alcove-0.2.3/lib/alcove.rb:44:incopy_input_files_to_temp'
from /Users/sre/.rvm/gems/ruby-2.2.4/gems/alcove-0.2.3/bin/alcove:83:in <top (required)>' from /usr/local/bin/alcove:23:inload'
from /usr/local/bin/alcove:23:in <main>' from /Users/sre/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:ineval'
from /Users/sre/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in `
Hm, I wonder if that is being caused by spaces in your search dir.
Tried with leading \ also. No luck.
Just got back from vacation. I'll make some time to investigate this weekend.
What version of Xcode are you using?
7.3.1. Thanks!