codesign

Creating symlinks in OSX frameworks inside app bundle

自闭症网瘾萝莉.ら 提交于 2020-01-15 03:46:12
问题 I need to create symlinks in frameworks inside an app on OSX (vers 10.10.1). I am outside of XCode as the app is developed in Qt. It provides the frameworks, but they need some retouches to work on the new codesigning rules. I call "ln -s path_origin path_target_link" and apparently it works, the links are created and they resolve to the right place. But when I codesign the app, I get an error "unsealed contents present in the root directory of an embedded framework" (In order to verify my

Re-signing an IPA that contains a Framework

旧巷老猫 提交于 2020-01-12 08:02:27
问题 I'm re-signing an iOS app (using iResign) in order to upload it to the App Store; and as part of this I'm changing the bundle ID. I only have the IPA (not the source code). The app contains a third party framework. The resign appears to go fine; but when I upload using Application Loader, I get the following error: ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value

codesign_allocate: error: unable to find utility “codesign_allocate”, not a developer tool or in PATH

*爱你&永不变心* 提交于 2020-01-11 04:51:05
问题 I upgraded my Mac to 10.10.3 and Xcode to 6.3.1 yesterday; today I can't use git, codesign_allocate ....and more. `sh: line 1: 18421 Abort trap: 6 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk -find codesign_allocate 2> /dev/null codesign_allocate: error: unable to find utility "codesign_allocate", not a developer tool or in PATH /Users/ylx/Library/Developer/Xcode

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

喜欢而已 提交于 2020-01-06 10:55:53
问题 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 xcode? Welcome any comment Thanks interdev 回答1: It was similar to "develop my apps on two iMacs". Create a new RSA key pair, use this new key pair to get your new certificates and provisioning files from iOS Dev Center. Ask your friend to import the new RSA

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

倾然丶 夕夏残阳落幕 提交于 2020-01-06 10:54:25
问题 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 xcode? Welcome any comment Thanks interdev 回答1: It was similar to "develop my apps on two iMacs". Create a new RSA key pair, use this new key pair to get your new certificates and provisioning files from iOS Dev Center. Ask your friend to import the new RSA

How to sign app on Mavericks with Xcode 5.0.2?

ぃ、小莉子 提交于 2020-01-05 08:31:50
问题 I am trying to sign my java app on Mavericks OS using Xcode 5.0.2 - #!/bin/sh if [ -f "/Applications/Xcode.app/Contents/Developer/usr/bin/codesign_allocate" ]; then export CODESIGN_ALLOCATE="/Applications/Xcode.app/Contents/Developer/usr/bin/codesign_allocate" elif [ -f "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate" ]; then export CODESIGN_ALLOCATE="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr

How to sign app on Mavericks with Xcode 5.0.2?

痴心易碎 提交于 2020-01-05 08:30:04
问题 I am trying to sign my java app on Mavericks OS using Xcode 5.0.2 - #!/bin/sh if [ -f "/Applications/Xcode.app/Contents/Developer/usr/bin/codesign_allocate" ]; then export CODESIGN_ALLOCATE="/Applications/Xcode.app/Contents/Developer/usr/bin/codesign_allocate" elif [ -f "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate" ]; then export CODESIGN_ALLOCATE="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr

codesign: “Argument list too long”

怎甘沉沦 提交于 2020-01-05 07:25:38
问题 In the past, I had to codesign a .dmg file. The old certificate has since expired, and I have a new one to sign with. No problem, right? Do what I did last time? Yes. I exported the new certificate chain and private key as a .pfx file, in windows. It would seem I can import that directly into the OS X keychain tool, without converting to .p12 first. So I did. When it comes time to actually codesign, first try says it can't determine which certificate to use. So I put the old certificate chain

codesign failed with CSSM_SignData returned: 8001094A

亡梦爱人 提交于 2020-01-03 17:52:38
问题 I have a very annoying codesign problem: I have 2 Mac machines (M1, M2) and 2 Developer Certificates (C1, C2). Although keychains look similar on M1 and M2, I have the following results with codesign: codesign(M1, C1) ok codesign(M1, C2) nok codesign(M2, C1) nok codesign(M2, C2) ok So when I build successfully my project on M1 with C1, I cannot transfer the repository to M2 and build again with C1, I must change to C2 to be successful. On error codesign returns error message 'CSSM_SignData

How do I resign app with entitlements?

亡梦爱人 提交于 2020-01-01 05:50:38
问题 I have an .ipa file which I need to resign. I tried doing it as explained on the objc.io blog: $ codesign -f -s 'iPhone Developer: Thomas Kollbach (7TPNXN7G6K)' Example.app However this is insufficient. When I do codesign I get something like this: $ codesign -d --entitlements - Example.app/Example Executable=/Users/myuser/Payload/Example.app/Example I don't get any entitlements listed. However if I do codesign -d --entitlements on the original IPA file from xCode I get: <plist version="1.0">