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

Third-party certificate and Gatekeeper

How can I achive Gatekeeper pass an app signed with a third-party certificate? I have signed mine with the one I bought for the Windows version and if I have checked the "Mac App and identifier developers" option in System Preferences it can't be…
Emilio
  • 393
  • 1
  • 2
  • 11
0
votes
0 answers

Get "a sealed resource is missing or invalid" error after sign mac app

after I sign my app using libgdx, I received an email from apple with content: Invalid Signature - the nested app bundle Java SE 7 at path MyApp.app/Contents/PlugIns/jdk1.7.0_51.jdk is signed but the signature is invalid. The following error(s)…
Muichirou
  • 51
  • 3
0
votes
1 answer

Sparkle appcast signing: The update is improperly signed

I am trying to solve this issue and have had no luck. I am archiving the project and exporting with XCode in developer signed format. What do I need to have set up to sign this update properly: On the project build settings page (Currently…
JeremyLaurenson
  • 979
  • 2
  • 11
  • 23
0
votes
1 answer

How to re codesign iPhone app binary?

I'd like to send a binary to a client without the source code. How can here sign the app for distribution on it's own name without recompiling everything (since he does not have the source code) I'm not talking about adhoc distribution. I've tried…
CodeFlakes
  • 3,671
  • 3
  • 25
  • 28
0
votes
1 answer

Code Sign Error - codesign: Unknown error: -22

i'm getting this error when i try to run my app on real device. Can anyone help me to solve? PS. provisioning and signing identity are setted correctly.. in fact, until a few hours ago everything worked fine CodeSign…
user3746280
0
votes
1 answer

Xcode fails codesigning even though keys, certs and profiles are present and identifiers match up

project config: CODE_SIGN_IDENTITY = "iPhone Developer: Maarten Billemont (9V38BLC46F)"; PROVISIONING_PROFILE = "6A477BC7-051A-4FE4-B285-E6E658937C24"; profile: profile.mobileprovision.plist is the plist contents of the mobile provisioning…
lhunath
  • 120,288
  • 16
  • 68
  • 77
0
votes
1 answer

Windows: Preventing antivirus from preventing desktop program installing or running

In the past I've seen where Norton antivirus will block a legitimate program from running on Windows 7. I'm under the impression that in order to prevent antivirus programs e.g. Norton from preventing the installation or running of a program, I'll…
0
votes
2 answers

Codesigning OS X app with plugins and iTunesLibrary

I have a really weird codesigning problem. A previous, almost identical version has passed validation and been submitted to the App Store, so my codesignature isn't broken. Recently I've been trying to use the iTunesLibrary framework. This framework…
Tim
  • 4,560
  • 2
  • 40
  • 64
0
votes
1 answer

how to resolve code signing warning while making archive file to test on ios device?

i got warning like Unable to validate your application. - (null)warning: Application failed codesign verification. The signature was invalid. This bundle is invalid. The application-identifier entitlement is not formatted correctly; it should…
0
votes
2 answers

Codesign prompt doesn't pop up

Here's my issue: I've prepared everything as the tutorial said on Apple developer site. I got two certificates for my app, one of is for developmnet (testing on my iphone) and second for distribution. While first one works excellent, I cannot get…
dusker
  • 846
  • 2
  • 8
  • 13
0
votes
1 answer

Crypting CSSMERR_DLL_MISSING_VALUE when trying to sign code for iPhone device

I have some code which runs fine in simulator, but when I try to build for iPhone, I get a cryptic error: CodeSign /Users/.../myApp.app (1 error) error: CSSMERR_DL_MISSING_VALUE That's it. No other references. Sounds like it's something about my…
Jaanus
  • 17,688
  • 15
  • 65
  • 110
0
votes
1 answer

iPhone App Upload - CodeSign Missing?

For a long time now I have been searching through the forum whilst teaching myself the delights of iPhone programming, and I thank you all for the massive number of questions you have unknowingly helped me with! I seem to have come up against a…
user258316
0
votes
3 answers

Resign iOS app without specifying identity

I am currently developing an app in Xamarin Studio, where I would like to modify the build info.plist via a script. Xamarin Studio unfortunately lacks a script build phase however, so my only option is really to run a script after the build, which…
Stefan Fisk
  • 1,563
  • 13
  • 19
0
votes
0 answers

build failed xcode can't exec 'codesign'

I get this error when trying to run an app on a device with Xcode 5 error: can't exec 'codesign' (No such file or directory) I was googling for two days and find nothing. I look at the question here too and nothing works for me. here is the full…
Chana
  • 123
  • 1
  • 8
0
votes
3 answers

make an app to install on iPhone without jailbreak and appstore

I need to install my own app on other iPhones but without jailbreak and without the App Store! Something like: ~~> tui.tongbu.com It installs without App Store and jailbreak Another example ~~> sibche.ir ;) I mean how they crack their apps so that…
Amir Hossein
  • 75
  • 1
  • 1
  • 6