CleanDetritus
com.ingconti.CleanDetritus
Total installs
0+
Rating
0.0
Released
October 15, 2016
Last updated
June 10, 2022
Category
Developer Tools
Developer
Gian Enrico Conti
Developer details
Name
Gian Enrico Conti
E-mail
unknown
Website
http://bvitech.it
Country
unknown
Address
unknown
iOS SDKs
- No items.
Screenshots

Description
using old Xcode projects in Xcode gives an error related to old RSRCS format relics:
/Users/ingconti/Library/Developer/Xcode/DerivedData/.......Products/Debug-iphoneos/MyApp.app: resource fork, Finder information, or similar detritus not allowed
Command /usr/bin/codesign failed with exit code 1
App will clean all detrita removing "com.apple.ResourceFork" and "com.apple.FinderInfo" keys.
NOTE: ONLY for programmers!
Usage: choose folder You want to clean, it will recursively traverse all subfolder removing "detritus"
PS: do not pass a very deep hierarchy of folder: due to a limit in Posix threading, It will crash.