Search results for

codesign

3,114 results found

Post

Replies

Boosts

Views

Activity

OS X Server Continious Intergration Error CodeSign
HiIm trying to set up Continious Integration with Xcode 7.0 ,OS X Server 4.1 and Yosemiti 10.10.4I keep getting ERROR codeSigning error: code signing is required for product type Application in SDK 9.0Ive revoked the last provisioning profile and made a new oneApplication builds succesfully on devices and simulatorBut still getting this error when I do an intergrationfor testsCan any one point me to a solutionWill be massively appreciated- Ray
3
0
780
Jun ’15
Codesign wants to access key "Apple Development"
I'm tring to publish a new version of my app and now I'm stuck. I get this popup and no mater what I do Is just not working. Codesign wants to access key Apple Development: <my name here > in your keychain I'm inputing the correct password but its not working. Things that I tried. reset mac password for my user reset keychain password reauthenticate xCode so it has xCode managed certificates valid Why is this happening. ? Now I'm stuck and can not update my app.
0
0
1.7k
Apr ’22
[Codesign] Bootstrapping failed with error ?
Hello,I'm trying to recodesign an ipa with another certificate and provisioning profile, that do not belong to my company, for a publishing agreement.However, I am getting a weird error. The codesign does not yield any error, nor do I fail to install the application. However, when I launch the game, it crashes before it even reaches the app's code, with a SIGKILL - CODESIGNING error.Incident Identifier: 08929527-6EA1-4251-AC3F-5196A84D0D30 CrashReporter Key:   dc1fedcdb9509dda3f9256c21eb7fcef6f87724b Hardware Model:      iPhone7,1 Process:             MCVS [5156] Path:                /private/var/containers/Bundle/Application/9AF071CF-9545-4C3E-8561-68C57FB8AFB6/MCVS-original.app/MCVS Identifier:          com.kayac.mcvs Version:             1.3.2 (1.3.2) Code Type:           ARM-64 (Native) Role:                Foreground Parent Process:      launchd [1] Coalition:           com.kayac.mcvs [5925] Date/Time:           2017-11-10 10:08:41.7246 -0500 Launch Time:         2017-11-10 10:08:41.713
1
0
3.3k
Nov ’17
Xcode 8 Sierra Codesigning is a Disaster
We have a Mac app in the app store. Upgrading to XCode 8 and Sierra has been a complete disaster. Couldn't get it to codesign. Tried some suggested remedies and apparently trashed our keychain. Automatic does absolutely nothing. Also found that Reset = Revoke, not Reload -- How about some consistent nomenclature? Apple certificates web site shows nothing about Revoke, although we did get an email.Instructions in Documentation are archaic and have no relevance to current screens.I never understood any of this stuff anyway, even though it worked in the past. Now I'm really lost. Surely, there has to be a better way.The operation couldn’t be completed. Unable to log in with account 'XXXXXXXX'. The login details for account 'XXXXXXXX' were rejected.No signing certificate Mac Development found: No Mac Development signing certificate matching team ID XXXXXXX with a private key was found.(XXXXXXX substituted here)
6
0
6.2k
Sep ’16
CodeSign fails on second and subsequent builds
My first clean build works fine and my entire project builds successfully and is signed for local debugging. If I make a change and run again, the build fails with error Command CodeSign failed with a nonzero exit code. Expanding to get the full error: the codesign_allocate helper tool cannot be found or used. I found a link that described that some things can happen to code after it is signed (like stripping) that invalidate the signature after it has been created. However, I cannot find any setting that seems to affect this. My project was migrated from an old version of Xcode running on an 2012 MacBook Pro (OS-X 10.10), and many settings in the project are out of date or invalid, and I'm guessing there is some setting that I can change to avoid whatever may be causing this, but I have absolutely no idea which setting it may be, and I cannot find any documentation on this particular error, or any indication why the error message is so useless or cryptic, and wonder how any build system could possib
1
0
885
Mar ’21
Command CodeSign failed with a nonzero exit code - errSecInternalComponent
When i am installing app from xcode to my iphone 11 i am getting Command CodeSign failed with a nonzero exit code - errSecInternalComponent error /Users/ayush/Library/Developer/Xcode/DerivedData/myapp-fjsmpqrorvqddhbcightqnzsrbcj/Build/Products/Debug-iphoneos/myapp.app: errSecInternalComponent Can anyone help me on this? xcode version is 13.1 mac version is mcOS Big Sur 11.3.1
1
0
551
Nov ’21
C# .NET CLI Application: Is codesign enough or should I notarize too?
I do not own apple products at all, nor do I typically develop on Apple platforms. I have an open source CLI application that I distribute to Windows, Linux, and OSX. The distribution itself is just a single, self-contained executable. I noticed that OSX users were getting crashes / untrusted modals when they try to run my application, which they download from a release page on Github. Looking into this, it seemed like running codesign is the answer. At first blush it looked like this required the $99 apple developer membership. I read that there are free ways to get developer ID certificates but I was not able to find any instruction on how to obtain those, and I did not see an option to create certificates at developer.apple.com until I paid for a membership. In my Github Workflow which builds my application, I also run codesign using the cert I got from the apple developer cert page. I had a user with MacOS v12 run my program and it worked fine on the CLI without any further steps needed.
2
0
1.8k
Dec ’22
Xcode 13.1, Command CodeSign failed with a nonzero exit code
I have suddenly started getting this message and don't know how to resolve it as I am new to Xcode and Swift. It 'might' be related to me adding a png file as an App icon - I have removed this but the problem remains. CodeSign /Users/user_name/Library/Developer/Xcode/DerivedData/USMMdecoder-fvsukxgrkprshhgobtpazqhwcyxm/Build/Products/Debug/USMMdecoder.app (in target 'USMMdecoder' from project 'USMMdecoder') cd /Users/user_name/Temp/USMMdecoder export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate Signing Identity: Apple Development: peter at xxxxx.xxx (N4B2PUK5K5) /usr/bin/codesign --force --sign 773B32FF45F759E4951F011400FDFC9063693882 -o runtime --entitlements /Users/user_name/Library/Developer/Xcode/DerivedData/USMMdecoder-fvsukxgrkprshhgobtpazqhwcyxm/Build/Intermediates.noindex/USMMdecoder.build/Debug/USMMdecoder.build/USMMdecoder.app.xcent --timestamp=none --generate-entitlement-der /Users/user_name/Library/Deve
0
0
756
Nov ’21
xcode 7.3 codesign crashes consistently
Hey guys,I stumbled on a weird problem in my CI machine and I'm not sure how to debug it - when I try to `codesign` my iOS app the command crashes (but returns status code 0), later when trying to view the code signature using `codesign -d -vv <path_to_.app>` the command crashes as well.The problem exists in our CI machine which uses fastlane to build and export App Store IPA file, the command that crashes during the build process is -/usr/bin/codesign --force --sign <signatureid> --entitlements /Users/billguard/Library/Developer/Xcode/DerivedData/BillGuard-dmgbviswkecvtmaanmmdqmvnjqlc/Build/Intermediates/ArchiveIntermediates/Prosper Production/IntermediateBuildFilesPath/BillGuard.build/Release-iphoneos/Prosper Daily.build/Prosper Daily.app.xcent --timestamp=none /Users/billguard/Library/Developer/Xcode/DerivedData/BillGuard-dmgbviswkecvtmaanmmdqmvnjqlc/Build/Intermediates/ArchiveIntermediates/Prosper Production/InstallationBuildProductsLocation/Applications/Prosper Dail
1
0
851
Apr ’16
Codesign using Developer ID Application certificate
Hi,we are developing a C++ application, compiled with clang. We need to sign it, so user's machine won't complain about unknown developer.The problem is, that the certificate, that I downloaded here from the Certificates page, do not contain a private key. Therefore codesign would say no identity found, and he's right.Before getting here, we tried singing using Thawte certificate supposed to be good for signing of mac application. The signing process itself worked, but the certificate itself was not recognized by the guard application. I found out, it's because of some other certificate authorities, and that zoner wasn't probably right, that this certificate oculd be used for this purpose...So I downloaded Developer ID Application certificate from the Member Center, hoping this would be better.My suprise was, that it is not even as good as it was with the thawte one..The difference there is between the Developer ID Application cert and the thawte one (technicaly speaking) is the lack of private key i
1
0
3.4k
Dec ’15
Cycle in Codesign for iOS app
Just started having a problem with this after adding iOS to my target. Nothing I've tried will make it work.XCode and my OS are all up to dateShowing Recent Messages:-1: Cycle inside Visual METAR iOS; building could produce unreliable results.Cycle details:→ Target 'Visual METAR iOS': CodeSign /Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app○ Target 'Visual METAR iOS' has copy command from '/Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app' to '/Users/ek/Library/Developer/Xcode/DerivedData/Visual_METAR-fkbbnvprhceksseawaafmzernmpv/Build/Products/Debug-iphoneos/Visual METAR iOS.app/Visual METAR iOS.app' error: '/Users/ek/Desktop/Projects/Visual METAR/DerivedData/Visual METAR/Build/Products/Debug-iphoneos/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.app/Visual METAR iOS.a
5
0
4.5k
Feb ’19
The signature of the binary is invalid during notary, but is valid in codesign
I try to notarize my package, everything works except one signature of a binary. But the output of codesign seems fine. Notary log: logFormatVersion: 1, jobId: 350315e0-38ae-4224-a13b-1c4dc20c1cb7, status: Invalid, statusSummary: Archive contains critical validation errors, statusCode: 4000, archiveFilename: VocalNet_Installer.pkg, uploadDate: 2024-11-26T18:07:57.042Z, sha256: fc59a3c2c3669f641a18d6e6df9b91e9369f8cf9cd827d5a75762beb99dfbcfe, ticketContents: null, issues: [ { severity: error, code: null, path: VocalNet_Installer.pkg/SLink.pkg Contents/Payload/Applications/SLink.app/Contents/MacOS/SLink, message: The signature of the binary is invalid., docUrl: https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/resolving_common_notarization_issues#3087735, architecture: arm64 } ] } Codesign output: Executable=/Users/200gaga/Main/VocalNet/SLink.app/Contents/MacOS/SLink Identifier=SLink Format=app bundle with Mach-O thin (arm64) CodeDirectory v=20500
3
0
418
Nov ’24
Xcode Build for React App fails in codesigning step
I tried building the React App for Any iOS device (Arm64) but I get error. Although I can build successfully for any iOS Simulators In the codesigning step I get the following error, Warning: unable to build chain to self-signed root for signer Apple Development: my email address ( ... ) I don't have paid membership of Apple Developer Program, does that cause this failure? Also, to archive also do I need Apple Developer Program paid membership?
Topic: Code Signing SubTopic: General
1
0
451
Nov ’24