GateEngineDemos icon indicating copy to clipboard operation
GateEngineDemos copied to clipboard

CodeSign error when compiling for iOS simulator

Open Gargo opened this issue 2 years ago • 1 comments

CodeSign /Users/admin/Library/Developer/Xcode/DerivedData/GateEngineDemos-eysqrhopcpvdfdbownbigsjgzdig/Build/Products/Debug-iphonesimulator/2D_01_AnimatedSprite.app (in target '2D_01_AnimatedSprite' from project 'GateEngineDemos' at path '/Users/admin/Documents/xcode_projects/GateEngineDemos/Xcode/GateEngineDemos.xcodeproj')
    cd /Users/admin/Documents/xcode_projects/GateEngineDemos/Xcode
    
    Signing Identity:     "-"
    
    /usr/bin/codesign --force --sign - --entitlements /Users/admin/Library/Developer/Xcode/DerivedData/GateEngineDemos-eysqrhopcpvdfdbownbigsjgzdig/Build/Intermediates.noindex/GateEngineDemos.build/Debug-iphonesimulator/2D_01_AnimatedSprite.build/2D_01_AnimatedSprite.app.xcent --timestamp\=none --generate-entitlement-der /Users/admin/Library/Developer/Xcode/DerivedData/GateEngineDemos-eysqrhopcpvdfdbownbigsjgzdig/Build/Products/Debug-iphonesimulator/2D_01_AnimatedSprite.app

/Users/admin/Library/Developer/Xcode/DerivedData/GateEngineDemos-eysqrhopcpvdfdbownbigsjgzdig/Build/Products/Debug-iphonesimulator/2D_01_AnimatedSprite.app: code object is not signed at all
In subcomponent: /Users/admin/Library/Developer/Xcode/DerivedData/GateEngineDemos-eysqrhopcpvdfdbownbigsjgzdig/Build/Products/Debug-iphonesimulator/2D_01_AnimatedSprite.app/Assets.car
Command CodeSign failed with a nonzero exit code

Gargo avatar Nov 13 '23 08:11 Gargo

Sorry for the late reply.

Looks like you just need to set the developer account to your own developer account for the build target.

STREGA avatar Dec 07 '23 21:12 STREGA