iReSign icon indicating copy to clipboard operation
iReSign copied to clipboard

the codesign_allocate helper tool cannot be found or used

Open cocoajin opened this issue 8 years ago • 3 comments

please help me? xcode7.3.1, osx10.11.5 the error

codesign -f -s "iPhone Distribution: xxx Co., Ltd." Payload/xx.app/ Payload/xx.app/: replacing existing signature fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate: input file: /Users/cocoajin/Desktop/resignIPA/app 6.7.4/Payload/xx.app/xx does not contain a matching architecture for specified '-a arm64 132640' option Payload/xx.app/: the codesign_allocate helper tool cannot be found or used

cocoajin avatar Sep 06 '16 02:09 cocoajin

i've got this same issue... did you ever solve it?

victor1342 avatar Jan 28 '17 11:01 victor1342

Run this in terminal: sudo xcode-select --reset https://rehmat.works/xcrun-error-invalid-active-developer-path-fix-on-macos-high-sierra/

apspot avatar May 11 '18 09:05 apspot

Run this in terminal: sudo xcode-select --reset https://rehmat.works/xcrun-error-invalid-active-developer-path-fix-on-macos-high-sierra/

This should be the correct answer. Worked like a charm with Xcode 11 beta.

ghost avatar Jun 04 '19 05:06 ghost