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

Xcode8 automatic code signing fails with DVTSecErrorDomain Code=-25295

Im trying to use automatic code signing with Xcode8. However this fails with error DVTSecErrorDomain Code=-25295 "The specified keychain is not a valid keychain file." A similar issue existed with Xcode7, where I finally managed the certificates…
tonisives
  • 1,962
  • 1
  • 18
  • 17
0
votes
1 answer

Bitrise is trying to code sign an embedded framework with wrong provisioning profile

My iOS project has an embedded framework. I am trying to build it on Bitrise, but it fails because it tries to code sign this framework with the same provisioning profile as the actual project. This is the error it produces (split onto separate…
Jon Cox
  • 10,622
  • 22
  • 78
  • 123
0
votes
1 answer

Unable to run app created in xcode on iPhone

I want to learn IOS development and so I installed xcode and tried running my first app on my iPhone. I'm using xcode 8 beta 6 and my iPhone is running the latest beta of IOS 10. I have an Apple ID as a developer account, but I'm not part of the…
Maxim
  • 199
  • 3
  • 10
0
votes
1 answer

reading codesign -dvvvv output from terminal into a cpp program

I am executing "codesign -dvv " command through popen. which opens a bidriectional pipe to the child process ( child process for codesign -dvvvv ). when i try reading from the pipe, the output of the command, it reads 0 bytes. following is the…
VikasPushkar
  • 392
  • 3
  • 18
0
votes
2 answers

iOS entitlements where is it stored inside the .app

I have an iOS app and I couldn't find entitlements.plist or somethig inside the app but I can find info.plist and the contents of entitlements are not there too. when I run the below command in terminal I am getting the entitlements. codesign -d…
0
votes
2 answers

Application failed codesign verification

This is my first app being submitted to the app store, and I did everything according to the apple guide, but when I finally tried to build with the distribution configuration, I get one error and one warning. This is my build log of the error and…
Regan
  • 1,487
  • 2
  • 28
  • 43
0
votes
0 answers

Gatekeeper blocks seemingly valid app

I have a .prefPane that should be installed into System Preferences. When I double click it, Gatekeeper is blocking it saying it is not from an identified developer. This error happens on 10.11.4, but it works on 10.10.5. Both OSes are brand new…
Trygve
  • 1,317
  • 10
  • 27
0
votes
3 answers

iPhone CodeSign failed

So - I am a registered iPhone developer (Having paid my $99/year). I have followed all the steps provided by Apple to get the provisioning and code-signing files. However, when I click 'build', it says: "Application failed codesign verification. …
Chris
  • 1,037
  • 15
  • 26
0
votes
1 answer

What is the "identity string" of my certificate (mac + codesign utility)?

I'm gonna say this right away: I have no idea what I'm doing here. I am not a mac developer. Here's the scenario: I have an installer (.pkg) that my boss wants me to sign. I have a certificate, issued by Thawte; which I've imported into the…
Lunpa
  • 151
  • 2
  • 9
0
votes
1 answer

Two errors during GDB installing on Mac El Capitan

My mac version is El Capitan 10.11.2 . I have used macports to install gdb(actually it's ggdb).The info as follows: (I have installed gdb before this time, to do this because I just make sure I installed gdb. ) $ sudo port install gdb ---> …
0
votes
1 answer

Xcode codesigning fails every other build

My iPhone project fails to build every other time and gives me the following info: CodeSign build/Debug-iphoneos/coati.app cd /Users/rpeck/Documents/Coati setenv PATH…
rpeck1682
  • 172
  • 2
  • 11
0
votes
1 answer

iPhone app code-signing error - "...the signature was invalid..."

I am trying to upload my first iOS app to iTunes Connect, but I am unable to do this because every time I try to upload it, I receive the following error from Application Loader: The binary you uploaded was invalid. The signature was invalid, or…
Tim Rogers
  • 92
  • 1
  • 7
0
votes
0 answers

codeSign Error: cannot allow to use key "" in my keychain

When I choose my iPhone to run my Xcode project, it ask me if I want to sign using key "" in your keychain,and when I clicked "Allow", the window doesn't disappear, but click "Deny" button, it disappeared.... What can I do please?
xiaoping
  • 1
  • 2
0
votes
1 answer

Create iOS App without code sign , stuck installing app

I just make simple app for iOS , just show label "Hello" and i'm done to set code sign required to "NO" in build settings and then go to Products -> Archive , the app has build successfully and generate .ipa file , the problem is , when i install my…
Bayu Anggara
  • 99
  • 3
  • 12
0
votes
1 answer

Xcode codesign dialog hangs

When uploading my app to the store from Xcode 7.1, I get this dialog: Clicking "Always Allow" or "Allow" has no effect. Only "Deny" actually works, but of course I don't want to do that. Anyone have this problem? How did you fix it?
bugloaf
  • 2,890
  • 3
  • 30
  • 49