Questions tagged [codesign]

In iPhone development codesign deals with Provisioning Profiles, App Developer Certificate and device UDID.

In iPhone development codesign deals with Provisioning Profiles, App Developer Certificate and device UDID.

How to use code sign

enter image description here

574 questions
0
votes
1 answer

Setting macOS keychain search list with user _www or daemon

We're using the codesign command on macOS for a CI system: codesign -v -f -s "identity" "file" --keychain "keychain_path" The keychain is created on the fly and contains a private key and a certificate. This used to work great, but starting with…
neatchuck
  • 731
  • 4
  • 14
0
votes
1 answer

Code sign failed when working with Jenkins of my iOS project

I run my Jenkins on a linux server. Because the xcodebuild command cannot run on it, I set up a mac slave for it. I'm using cocoapods so I add a execute shell step in the build section: But while starting a build task on Jenkins. I keep getting…
Hurry up
  • 1
  • 3
0
votes
0 answers

JavaFX codesign issues in Mac bundle

I'm building a javaFX bundle for Mac and am adding an Uninstaller.app to the bundle. As prt of the code is signed and I insert Uninstaller folder as a fileset into the (among other files). But, when code is building I always get an error when…
Noam Ma-Yafit
  • 256
  • 1
  • 3
  • 7
0
votes
1 answer

What causes signed code to become "dynamically invalid"?

When signing an app with Apple's codesign tool, it seems I might want to set the -o kill option: Code with the kill flag set will die when it becomes dynamically invalid. This corresponds to the kSecCodeSignatureForceKill constant to "Always set…
natevw
  • 16,807
  • 8
  • 66
  • 90
0
votes
1 answer

Delphi [PAClient Error] Error: E0264 Unable to execute '"/usr/bin/codesign

Trying to deploy a Delphi 10.2.2 application to iOS gives these errors: [PAClient Error] Error: E0264 Unable to execute '"/usr/bin/codesign" --deep -s "iPhone Developer: Wayne Smith (PJ7R7645WB)" -f…
Al Mannarino
  • 11
  • 1
  • 4
0
votes
1 answer

AIR iOS enterprise application fails to install from a remote location, but works fine locally

I'm building an iPad app (Adobe AIR 28.0) for a corporate client, and I'm struggling to get it working when signing it using their enterprise certificate. What works: The IPA builds correctly and is successfully signed with their enterprise…
Dan Hett
  • 57
  • 9
0
votes
1 answer

iOS Sticker App: Not Archiving saying unknown error -1=ffffffffffffffff Command /usr/bin/codesign failed with exit code 1 (read description))

(Continuing from title) and failing to upload on the organizer. I wanted to make an ipa file for publishing on TestFlight, but Xcode gives me an error saying: I built by going to Product > Archive. I'm new to this, and I've been creating…
Smilez
  • 113
  • 7
0
votes
1 answer

iOS deployment fails with invalid entitlements - but entitlements are valid?

My colleague has made some changes recently to our app, and enabled Data Protection. However, ever since, we're unable to deploy the app to any real device. The error happens at application verification with this…
fonix232
  • 2,132
  • 6
  • 39
  • 69
0
votes
1 answer

Three20: Application failed codesign verification

I've just made an iPhone app which includes Three20 library. I have no problem with building & running the app on device. I have no error when I build the app for distribution but when I submit the app via ApplicationLoader, I get the error…
hiepnd
  • 821
  • 4
  • 14
0
votes
1 answer

Codesign error in Xcode 9

I have the strange error. When my app is compiling, Xcode 9 asks for password in keychain. But when I enter the password, this window appears a lot and so on ad infinitum. If I do not enter the password, then the application will not be…
user2759544
  • 181
  • 1
  • 10
0
votes
0 answers

How to codesign by terminal (IOS Development)

$ codesign -f -s "iPhone Distribution: XXXXX" --entitlements xxxx.plist xxxx/Payload/xxxx.app xxxx/Payload/xxxx.app: replacing existing signature xxxx/Payload/xxxx.app: resource fork, Finder information, or similar detritus not allowed How can I…
ZhanKail
  • 31
  • 5
0
votes
1 answer

Xcode9 codesign error when using ARKit

I am working on an ARKit app in Xcode9 (the last beta before the GM). I've imported the mesh model, and then attached a png image as my material. When compiling, it gives me this error, "Command /usr/bin/codesign failed with exit code 1." If I take…
JbClie
  • 1
  • 1
0
votes
0 answers

XCode Codesign Error when Adding Images to Cocos2dx App

Looked at a number of codesigning issues with Xcode. I know exactly when my problem occurs and why it is occurring. Xcode 8.3.3 Building a Cocos2dx 3.0 app I add images from my local disk to the directory proj.ios_mac/ios then pull them into the…
Jack Frye
  • 583
  • 1
  • 7
  • 28
0
votes
3 answers

one of my friend want to use my developer account to submit app

One of my friend want to use my developer account to submit app, because he do not want o apply for a new account. And I do not want to get his source codes. Is there a way he can compile his app project with my account codesign in his…
arachide
  • 8,006
  • 18
  • 71
  • 134
0
votes
1 answer

Is it possible to codesign osx application with custom certificate?

I have a certificate issued by https://www.starfieldtech.com/ - is it possible to use it to codesign my osx application? I successfully imported that certificate (.pem) to Keychain Access. But I do not know how to add to it corresponding…
denys
  • 2,437
  • 6
  • 31
  • 55