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

Provision profile problems

My app's provision profile expired 2 days back, i created a new one and now it gives me the error: Code Signing Entitlements Do Not Match Provisioning Profile EveryThing is same,jus the profile name is changed.. Anyone here knws wat's the problem??
Shrey
  • 1,959
  • 2
  • 21
  • 44
0
votes
5 answers

Another Application failed codesign verification error

I know this has been asked before but tried everything and no luck. Trying to upload my binaries using Application Loader and getting the above error. Some interesting things for my case: I accidentally have a space in my App name. Would this cause…
Rudiger
  • 6,749
  • 13
  • 51
  • 102
0
votes
1 answer

Xcode archiving issue (codesign exit 1)

I'm new to using xcode and am having a very hard time figuring out why my archive wont go through, this image below is the error message I'm receiving. Any input on a solution would be GREATLY appreciated. Thanks in advance error message image
0
votes
1 answer

PHP error: The specified item could not be found in the keychain

I have a code resign script which is working well when I run it from the terminal. Exactly there is a codesign command in the script file that runs well in the terminal: /usr/bin/codesign --force --sign "$EXPANDED_CODE_SIGN_IDENTITY" "$DYLIB" If I…
yongrui
  • 13
  • 6
0
votes
1 answer

About ios Application loader codesign verification

I have uploaded an app to itunes by application loader , and the app's status is "Waiting For Review".But I am not sure that I have signed the code with distribution provisioning not with developer provisioning. Is my worry unnecessary?Has the…
Jagie
  • 2,190
  • 3
  • 27
  • 25
0
votes
1 answer

Why is my package categorized as dangerous package

OSX 10.12.3, i have a package which is code signed using EV code sign. $ codesign --force --sign "3rd Party Mac Developer Application: myname (code...)" mypackage.pkg But when anyone download and try to install it in OSX, they all getting as…
user285594
0
votes
0 answers

Codesign Failed on app validation in Xcode

I had installed Alamofire using pods and was able to work with it well in swift 3. After I had completed the project, I had validated the project in the organiser window of the Xcode. While validation i'm getting an error that says "code sign…
Mahil Arasu
  • 105
  • 1
  • 8
0
votes
1 answer

Building project using Xcodebuild succeeds but no XArchive file output

I am trying to make sure that xcodebuild command and archiving is working properly before I start integrating it into my CI. I am trying: xcodebuild -project myproject.xcodeproj -scheme scheme -configuration debug clean archive -archivePath…
Anton Unt
  • 1,835
  • 1
  • 21
  • 47
0
votes
1 answer

codesign in Sierra: security set-key-partition-list not working

I followed this thread instructions and managed to solve the codesigning issues we had on Sierra. The thing is that after a while we installed Sierra in a new machine and now it doesn't work anymore. Our application is a node application that forks…
keianhzo
  • 403
  • 4
  • 9
0
votes
1 answer

do I have a different "may not respond to" warning problem?

OK, I got it to codesign (turns out you don't need to see the code sign and embedded.mobileprovision in the build log anymore!) but I want to get rid of my "may not respond to" warnings. I cannot find the problem after looking at all the other posts…
snorkelt
  • 57
  • 6
0
votes
1 answer

iPhone app crashing with Distribution Codesign

The app that I am building is crashing when I put it on my device with a distribution certificate. It runs fine in the debug configuration with a provisioning profile. When I install it from XCode with the Distribution certificate, it gives me the…
potato
  • 49
  • 8
0
votes
1 answer

code object is not signed at all - after rsync to linux, zip and unzip on mac

my workflow requires signing a mac .app, rsyncing to a linux box (rsync -aHv --acls --xattrs, also tried many other combinations), zipping together with other files and then deploying and unzipping to another mac. on pre-macOS Sierra the .app opens…
estoy
  • 122
  • 9
0
votes
1 answer

Xcode 8 failed to locate or generate matching signing assets

I have officially exhausted all of the ideas on how to fix the issue one the screenshot. things I have done thus far: Reinstalled the Apple WorldWide developer... cert to both system and login, and made sure it is always trusted Deleted all…
Dmitri K.
  • 197
  • 1
  • 13
0
votes
1 answer

codesign is unable to get entitlements

I am running OS X 10.11.4 and I am trying to use codesign to extract the entitlements from executables. The manual page lists --entitlements as an option but it does nothing. I have tried codesign --entitlements and codesign -dvvv --entitlements.…
Melab
  • 2,594
  • 7
  • 30
  • 51
0
votes
1 answer

CodeSign error when building Objective C app on XCode 8 / macOS Sierra

I maintain a pretty old Objective C, iOS app. After switching to Xcode 8 + Sierra, I started getting a CodeSign error: XXXXX.app: resource fork, Finder information, or similar detritus not allowed Command /usr/bin/codesign failed with exit code…
0x6A75616E
  • 4,696
  • 2
  • 33
  • 57