Cannot build project due to Code sign error /invalid resource specification rule(s)/

Just upgraded to XCode 8 and got this error:



/Users/XYZ/Library/Developer/Xcode/DerivedData/XYZ/Build/Products/Debug-iphoneos/XYZapp: invalid resource specification rule(s)

Command /usr/bin/codesign failed with exit code 1


and cannot build my project. Searched and found nothing relating this error. Tried bunch of different of code sign error solution with no success. I can build my project under XCode 7 wihtout any problem on different machine.


This error drives me crazy, so please please any help me

Accepted Reply

Remove CFBundleResourceSpecification key from Info.plist and codesign works

Replies

Remove CFBundleResourceSpecification key from Info.plist and codesign works