Code Sign Error in macOS Monterey, Xcode – resource fork, Finder information, or similar detritus not allowed

Solution 1: Apple Developer Website Answers above problem Here. Execute below command in terminal : First goto projects root folder xattr -cr <path_to_project_dir> Clean Xcode and Re Build. Cheers Solution 2: Just go to project root directory and run this command xattr -cr . xattr -cr . Clean Xcode and Re Build. Done. Solution 3: … Read more