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
-1
votes
1 answer

iOS code signing external IPA file

I have received an IPA file of an iOS app from another team, I need to code sign the IPA file in order to run the app on my device. I unzipped the IPA file, and it only contains .app file. How could I code sign the IPA file then ? Could some one…
user842225
  • 5,445
  • 15
  • 69
  • 119
-2
votes
1 answer

recodesign node.js get permission error when run?

For some reason, I need recodesign node.js. I tried recodesign the node.js with my own mac appId with command codesign --deep --timestamp --options runtime -f -s 'Developer ID Application: xxxxxxxx' ~/Library/Keychains/login.keychain-db …
Rhain
  • 197
  • 1
  • 10
-2
votes
4 answers

Xcode Command CodeSign failed with non zero when deploying to device

I received this error when trying to deploy application to device. I am using Xcode 10.1 with free developer account. In signing section I set personal team with signing certificate iPhone Developer. I can ran the app in iOS simulator but not run in…
playerone
  • 987
  • 3
  • 22
  • 44
1 2 3
38
39