Code Signing Error - please help

jorkosjorkos Member, PRO Posts: 353

Hey guys, I am getting this code signing error, can anyone help? Thanks!!

Code Signing Error 1: Warning: --resource-rules has been deprecated in Mac OS X >= 10.10!
/var/folders/0f/6rsl4hvd1k30wz_nsk2myj200000gn/T/GameSalad0/39/Making Words.app: replacing existing signature
codesign_allocate: unknown architecture specification flag: -a arm64 37200
codesign_allocate: known architecture flags are: any little big ppc64 x86_64 ppc970-64 ppc i386 m68k hppa sparc m88k i860 veo arm ppc601 ppc603 ppc603e ppc603ev ppc604 ppc604e ppc750 ppc7400 ppc7450 ppc970 i486 i486SX pentium i586 pentpro i686 pentIIm3 pentIIm5 pentium4 m68030 m68040 hppa7100LC veo1 veo2 veo3 veo4 armv4t armv5 xscale armv6 armv7 armv7f armv7k
Usage: codesign_allocate -i input [-a ]... [-A ]... -o output
/var/folders/0f/6rsl4hvd1k30wz_nsk2myj200000gn/T/GameSalad0/39/Making Words.app: the codesign_allocate helper tool cannot be found or used

Comments

  • jorkosjorkos Member, PRO Posts: 353

    I was on 7.1 but am now updating to 7.21 - hope that fixes, thanks

  • jorkosjorkos Member, PRO Posts: 353

    @Lost_Oasis_Games I updated Xcode and this didn't fix the problem, any other ideas? Thanks

  • BlackCloakBlackCloak Member, PRO Posts: 38
    edited February 2016

    @jorkos What the error is saying is that the version of codesign (which is installed with the command line tools) GameSalad is trying to sign you app with does not support 64bit iOS apps. Which means the codesign_allocate (which is part of the Xcode install which is called by codesign ) app GameSalad is using is out of date. Do you have two xcodes installed, do you have the command line tools installed and what version of GameSalad are you using?

Sign In or Register to comment.