After you "upgrade" to OS X 10.12.n Sierra and XCode 8.1 your projects are likely not to build. You will get an error:
resource fork, Finder information, or similar detritus not allowed
Command /usr/bin/codesign failed with exit code 1
This is because graphics apps, (like Photoshop in old versions) write additional info (we now call it metadata..) in an old fashion in external files or they came from older OSX, files like com.apple.ResourceFork" and "com.apple.FinderInfo. XCode 8.1 refuses to add files like these to a build.
A developer has written a small free app called CleanDetritus to automate the removal of these. It's available from the App Store:
https://itunes.apple.com/us/app/cleandetritus/id1161108431?ls=1&mt=12
resource fork, Finder information, or similar detritus not allowed
Command /usr/bin/codesign failed with exit code 1
This is because graphics apps, (like Photoshop in old versions) write additional info (we now call it metadata..) in an old fashion in external files or they came from older OSX, files like com.apple.ResourceFork" and "com.apple.FinderInfo. XCode 8.1 refuses to add files like these to a build.
A developer has written a small free app called CleanDetritus to automate the removal of these. It's available from the App Store:
https://itunes.apple.com/us/app/cleandetritus/id1161108431?ls=1&mt=12