I notice that within my xcode project I see an Icon\r file. When I go to the folder where the project is from finder, I don't see this file. I believe this is some sort of hidden file that I should not be able to see. However, xcode sees this file and it's causing some error on my project when I try to archive it.
The following is the error that I got:
error: Codesign check fails : /var/folders/7l/l93zzs6n4h14qb7rmj5r7zn00000gn/T/GtLyx05w1O/Payload/stryker.app: a sealed resource is missing or invalid
In architecture: armv6
resource added: /private/var/folders/7l/l93zzs6n4h14qb7rmj5r7zn00000gn/T/GtLyx05w1O/Payload/stryker.app/www/Icon
resource missing: /private/var/folders/7l/l93zzs6n4h14qb7rmj5r7zn00000gn/T/GtLyx05w1O/Payload/stryker.app/www/Icon
Is there a way I can delete this file? I can't delete it from within xcode. When I drag and drop it into trash nothing happened and when I right click it, it doesn't give me the option to delete the file.
The project folder is inside my dropbox folder so I think dropbox is the one that put the file there.
Any idea on how I can delete this? Thank you.