resource fork, Finder information, or similar detritus not allowed Xcode 8 error?

ios, macos-sierra, xcode8

Solution

I solved the problem using solution 1. in the link. You can refer same for solution.

Problem

I am receiving error while running old project in Xcode 8. Same project running completely flow less in Xcode 7. I also apply solution mentioned in following links Code Sign Error in macOS Sierra Xcode 8 : resource fork, Finder information, or similar detritus not allowed Code Signing Error Whenever I try replacing stock files in new SceneKit application But not able to resole it. I also created new certificates, Bundle Identifier and respective provisioning profiles but same result.

Original source

Related problems