xcode 8 and ios10 enterprise codesign error

hi, after update xcode and macos sierra i have this issue


CodeSign /Users/Simone/Library/Developer/Xcode/DerivedData/vanigliaprobeta-clchdjxkwbxnofhjnyozhidhfdwv/Build/Intermediates/ArchiveIntermediates/vanigliapro.temp_caseinsensitive_rename/InstallationBuildProductsLocation/Applications/vanigliaprobetaios.app

cd "/Users/Simone/Desktop/Lavori/prove c mac/VanigliaPro_beta_xcode5_ios8_beta_gelaterie_ios10"

export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

Signing Identity: "iPhone Developer: Stefano Volpato (623CMNHVSL)"

Provisioning Profile: "iOS Team Provisioning Profile: com.volpato.vanigliaprobetaios"

(51bb0858-905d-4ac4-bc38-c00e2b64f09f)


/usr/bin/codesign --force --sign D818049AA45C673131AF5209316E8A43E5BE8803 --entitlements /Users/Simone/Library/Developer/Xcode/DerivedData/vanigliaprobeta-clchdjxkwbxnofhjnyozhidhfdwv/Build/Intermediates/ArchiveIntermediates/vanigliapro.temp_caseinsensitive_rename/IntermediateBuildFilesPath/vanigliaprobeta.build/Release-iphoneos/vanigliaprobetaios.build/vanigliaprobetaios.app.xcent --timestamp=none /Users/Simone/Library/Developer/Xcode/DerivedData/vanigliaprobeta-clchdjxkwbxnofhjnyozhidhfdwv/Build/Intermediates/ArchiveIntermediates/vanigliapro.temp_caseinsensitive_rename/InstallationBuildProductsLocation/Applications/vanigliaprobetaios.app


/Users/Simone/Library/Developer/Xcode/DerivedData/vanigliaprobeta-clchdjxkwbxnofhjnyozhidhfdwv/Build/Intermediates/ArchiveIntermediates/vanigliapro.temp_caseinsensitive_rename/InstallationBuildProductsLocation/Applications/vanigliaprobetaios.app: resource fork, Finder information, or similar detritus not allowed

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

Answered by Simone P. in 181401022

i try xattr -rc but nothing

Accepted Answer

i try xattr -rc but nothing

solved run:


xattr -c *


inside derived folder

Which folder are you referring to?

xcode 8 and ios10 enterprise codesign error
 
 
Q