並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 54件

新着順 人気順

codesignの検索結果1 - 40 件 / 54件

  • command /usr/bin/codesign failed with exit code 1 | 田中邦衛研究所 管理人日記

    ■ command /usr/bin/codesign failed with exit code 1 iphone3.0になって、xcodeも新しいのインストール。 で、実機にxcodeで作ったファイルを転送しようとしたら、 command /usr/bin/codesign failed with exit code 1 のエラーがでて、ハマりまくった。 Program Portalで登録していた証明書をいったん削除し、最初から証明書の作成し直しとかやっても、結果は同じ。 このサイトとか、このディスカッションを読みながらいろいろと試してみたが、同じエラーの繰り返しだった。 で、エラーの文言をよく見ると、証明書の一部がnilってるとか出てたので、もしかしたらと思い、キーチェーンを確認。 左側の鍵をクリックして、一覧で出て来た秘密鍵を「右クリック>情報を見る」で見ると、過去に作ったAppI

      command /usr/bin/codesign failed with exit code 1 | 田中邦衛研究所 管理人日記
    • [iPhone] 人からもらったXCodeプロジェクトをビルドするとCodesignエラー - yshの日記

      シミュレータだったら大丈夫だけど、iPhoneで実行させようとするとエラーになる。 CodeSign error: Code Signing Identity 'iPhone ****' does not match any code-signing certificate in your keychain. Once added to the keychain, touch a file or clean the project to continue. これは、Code SigningのIDが前の人のものになっているから。プロジェクト>プロジェクト設定を編集>ビルドCode Signing/コード署名ID をそのマシンに入っているものに直す 直してビルドしようとしたら、またエラー。 CodeSign error: a valid provisioning profile is requ

      • CodeSign errorを直す方法

        たまにXCodeが以下のエラーを吐くようになり、にっちもさっちもいかないことがあります。 CodeSign error: a valid provisioning profile is required for product type 'Application' in SDK 'Device - iPhone OS 2.1' その場合の対処方法を見つけました。 プロジェクトファイルのパッケージを開き、project.pbxprojをテキストエディタで開きます。 PROVISIONING_PROFILE と書かれた行をかたっぱしから削除します。 そして保存します。 Finderから、さいどプロジェクトファイルを開き、ビルドするとさっきまで悩ませていたエラーは出なくなります。 あやうくプロジェクトファイルを作り直すところでした。 よかった、よかった。

        • アプリ申請エラーの解決法「Application failed codesign verification. 」

          Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011) というエラーが出てから、一日悪戦苦闘しました。 いろいろ調べていくうちに、いくつかのチェックポイントがあることがわかりました。 1、xcode閉じた状態でbuildファイル、buildフォルダを消去 2、プロジェクト設定のコード署名に、自分のプロファイル(プロビジョニング)を設定 3、resourcesのplistで、BundleIdentifierに自分のプロファイル(登録済みのApp ID)で設定したものを設定。com.yournameみたいなもの 4、project.pbxproj内のソースコードを削除。拡張子.x

          • 「Code Sign error : Command /usr/bin/codesign failed with exit code 1」を解決しました… - Qiita

            トラブルシューティング 証明書を疑う いろいろ調べたところ新しい証明書と古い証明書が混在している場合に起こる、 など、とにかく証明書に問題がある場合に発生するということがわかった。 キーチェーンアクセスを開いてみると、 AppStore申請用の証明書自体は最新のものになっているが、 「この証明書は不明な機関によって署名されています」 と表示されている。 またいろいろ調べたところ、どうも中間認証局の役割を果たす 「Apple Worldwide Developer Relations Certification Authority」 という証明書が存在していないと信頼できる証明書とみなされないらしい。 cf. キーチェーンの開発用証明書や配布用証明書は、Apple Worldwide Developer Relations Certification Authorityの証明書がなければ有効

              「Code Sign error : Command /usr/bin/codesign failed with exit code 1」を解決しました… - Qiita
            • CoDesign

              Rm 1501-02, Times Tower, 928 Cheung Sha Wan Rd, Kln, HK

                CoDesign
              • How-To compile iPhone Project in Mac using Makefile instead of Xcode and fake codesign and then install to pwned iPhone

                How-To compile iPhone Project in Mac using Makefile instead of Xcode and fake codesign and then install to pwned iPhone You can use the command line xcodebuild to build and install iPhone project such as xcodebuild -target Project_Name xcodebuild install -target Project_Name Here is an example to compile iPhone Project using Makefile instead of XCode. The Makefile will compile and codesign the bin

                • ハマッた。Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011) - 袖触れ合うも多少の縁

                  Home > iPad > | iPhone > ハマッた。Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011) Newer Older ハマッた。Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011) 今日のハマりどころ。 iOS5の話。解決に丸一日かかったw Application failed codesign verification. T

                  • macOS Sierra で codesign してネットワーク通信時のダイアログを抑制する術, bugs.r-l.o の elasticsearch を 1.x から 5.2 にした - HsbtDiary(2017-02-01)

                    ■ macOS Sierra で codesign してネットワーク通信時のダイアログを抑制する術 転職した笹田さんが「macOS で Ruby のテストを実行するとネットワーク通信を許可するかどうかのダイアログが出るんだけどみんなこれどうしてるの?」と言い出して、「ああそれは頑張ってクリックして消すものです」と答えていたら、実は Ruby のビルドシステムには macOS の codesign を使って良い感じに codesign する仕組みがあるので試して見た。 基本的な作業は How to install and codesign GDB on OS X El Capitan – Medium に書いてある通りに自己署名の証明書を作成するんだけど、Sierra ではこれに加えて以下のように証明書の下の階層にある秘密鍵のプロパティからアプリケーション全てを許可するようにする必要がある。

                      macOS Sierra で codesign してネットワーク通信時のダイアログを抑制する術, bugs.r-l.o の elasticsearch を 1.x から 5.2 にした - HsbtDiary(2017-02-01)
                    • Java on a 1000 Cores - Tales of Hardware / Software CoDesign

                      Google Tech Talk August 12, 2009 ABSTRACT Presented by Cliff Click, Azul Systems. Azul Systems designs and builds systems for running business logic applications written in Java. Unlike scientific computing, business logic code tends to be very large and complex (greater than 1MLOC is common), display very irregular data access patterns, and make heavy use of threads and locks. The commo

                        Java on a 1000 Cores - Tales of Hardware / Software CoDesign
                      • Xcode codesign failed with exit code 1; expired certificates causing ambiguous matches – Eric Holsinger

                        If you work with Xcode code signing long enough you’ll run into an error like this: /usr/bin/codesign failed with exit code 1 If you view the build results (Build->Build Results), and expand the error message (there is a little paragraph button on the right-hand side of the line) you may see something like this: iPhone Developer: Firstname Lastname (hashcode): ambiguous (matches "iPhone Developer:

                        • CODESIGN Studios

                          Philippines: +63.908 973.1210 | +63.2 976.8505 USA: +1.904 861.1860

                          • How to fix "failed codesign verification" of an iPhone project?

                            Last night, the iPhone project was built perfectly. This morning, I installed XCode 3.2.3 in a separate folder. When I open the same project in the old XCode 3.2.2 and re-built the project. I got this warning: Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011) How can I fix it? Thanks!

                              How to fix "failed codesign verification" of an iPhone project?
                            • ”CodeSign error” ”The entitlements file” Entitlements.plist ”is missing”が出た場合の対処法 - 拡張現実ライフ

                              ”CodeSign error” ”The entitlements file” Entitlements.plist ”is missing”が出た場合の対処法 Xcodeでアプリをビルドした際に “CodeSign error” “The entitlements file” Entitlements.plist “is missing”が出た場合の対処法 というエラーが出ることがあります。 HogeHoge.xcodeproj/project.pbxproj ファイルを、テキストエディタなどで開きます。 “CODE_SIGN_ENTITLEMENTS = “~/git/Podcast/Entitlements.plist となっている行を確認します。右側のパス指定が間違っていたら、正しいパス指定に直します。 CODE_SIGN_ENTITLEMENTSは1行だけではなく、他にも数行あ

                              • AppleScript や Automator の CodeSign

                                Mac OS X 10.8 (Mountain Lion)からは、Appleから認証されたDeveloper IDのCode Sign のないアプリケーションをダウンロードするとデフォルトの状態では起動できない。 通常、Developer IDのCode Signは、Xcode のbuild 時に付加される。 ところで、AppleScript のアプリケーションや Automatorのワークフローも Developer IDのCode Sign がついていないと同じように起動できない。 ところが、これらのアプリケーションの作成には Xcode は使わない。AppleScript のアプリケーションは AppleScript Editor で、Automatorのワークフローは Automator.app で作成する。 では、どうやってAppleScript や Automator に Co

                                • What's CodeSign

                                  18. 秘密鍵の再作成は不要(ただし、面倒) Certificate(公開鍵)は、Identity(秘密鍵)から作成可能 期限切れIdentityから証明書のみを更新できる How‑to 1.Keychainからp12ファイルをExport 2.p12ファイルとそのパスワードを用いて、以下のコマンドを実行 openssl req -new -key <( openssl pkcs12 -in /path/to/Certificates.p12 -nocerts -nodes -passin pass:"<# password #>" ) > new.certSigningRequest 3. new.certSigningRequest をsubmit ※ publickeyがある場合、privatekeyを右クリック「RequestaCertificateFroma Certificat

                                    What's CodeSign
                                  • XcodeでArchiveする時にCodeSign errorが出る時の対処について - もとまか日記:開発向け(仮)

                                    以下のエラーがたまに出ることがあるのでメモ。 CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 5.0' こういう場合に、いつもチェックしてるのが以下。・プロビジョニングファイルの入れ替え・CodeSign設定の変更・Schemeの設定 CodeSignのエラーなので、まずプロビジョニングファイルを差し替え、設定を変更してみて、それでもダメな場合は以下をチェック。 「Product」-「Edit Scheme...」-「Archive」-「Build Configuration」 ここで指定されてる設定について、プロジェクトのCodeSign設定でファイルが指定されてない場合にエラーになってるようでした。  ツイートする

                                    • Codesign of Dropbox API fails in Xcode 4.6.3: "code object is not signed at all"

                                      I have an OS X app that's distributed through the Mac App Store, and recently updated to Xcode 4.6.3. When I run my regular build now, I receive: Command /usr/bin/codesign failed with exit code 1: /Users/Craig/Library/Developer/Xcode/DerivedData/Mac-dxcgahgplwpbjedqnembegifbowj/Build/Products/Debug/MyApp.app: code object is not signed at all In subcomponent: /Users/Craig/Library/Developer/Xcode/De

                                        Codesign of Dropbox API fails in Xcode 4.6.3: "code object is not signed at all"
                                      • 404 - DPZ | CODESIGN

                                        Recently we’ve redeveloped our website. A number of the pre-existing links are now located elsewhere or nowhere at all. Some projects that were listed previously are not currently. We will be adding past projects to the site over time. Please check our menu and search page or contact us for more information.

                                        • Building iOS applications using xcodebuild without codesign

                                          We're building an app for another company. They hold the signing key and would rather not share it with us. It should be possible to separate build and sign, but how do I specify it on xcodebuild's command line?

                                            Building iOS applications using xcodebuild without codesign
                                          • codesign を使って appに設定されているkey-valueを確認する - Qiita

                                            Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

                                              codesign を使って appに設定されているkey-valueを確認する - Qiita
                                            • [macOS] ライブラリをコード署名する (codesign) - Qiita

                                              やっぱり署名されていないと言ってますね。 自分で署名する 本来は提供元が署名して再配布すべきだと思いますが、Apple Developer Program のアカウントを持っているのであれば、自分で発行した証明書でソフトウェアをコード署名することで実行が可能な状態になります。 Step 1. Apple証明書を生成する 「Signing Mac Software with Developer ID - Apple Developer を参考に手作業で生成する」か「fastlane/cert コマンドで生成が行います」 fastlane/cert コマンドで Apple Distribution証明書 を生成する場合 # 下準備 (bundlerでfastlaneをインストールする) # $ mkdir Workspace $ cd Workspace $ gem install bundl

                                                [macOS] ライブラリをコード署名する (codesign) - Qiita
                                              • codesign failed with exit code 1の解消

                                                XXXXX.app: resource fork, Finder information, or similar detritus not allowed Command /usr/bin/codesign failed with exit code 1 と出る時の対象法。 ターミナルから、プロジェクトフォルダに移動して、 find . -type f -name ‘*.png’ -exec xattr -c {} \; を実行。Finderに移動して、cmd+shift+gで、移動先フォルダに、 ~/Library/Developer/Xcode/DerivedData/ を指定。 移動先のキャッシュを全て削除する。Xcodeに戻り、cmd+shift+k でプロジェクトをクリーンする。ビルドを実施。これで、ビルドが通りました。よかった。 http://stackoverflow.com

                                                  codesign failed with exit code 1の解消
                                                • iOS 5.1 and Xcode 4.3.1 CodeSign Error

                                                  I just downloaded the iOS 5.1 and the Xcode 4.3.1. But when I'm going to test in my device, the Xcode give me the error: CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 5.1' Any idea how to fix it?

                                                    iOS 5.1 and Xcode 4.3.1 CodeSign Error
                                                  • codesign.io

                                                    This domain may be for sale!

                                                    • growl_no_codesign.diff

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                        growl_no_codesign.diff
                                                      • CodeSign error: a valid provisioning profile|株式会社スナウトのスタッフブログ|マレーシア・クアラルンプールでのオフショア開発

                                                        株式会社スナウトのスタッフブログ|マレーシア・クアラルンプールでのオフショア開発マレーシア・クアラルンプールでのWebシステムオフショア開発を手掛ける株式会社スナウトのスタッフブログ起業・ベンチャー/エンジニア 株式会社スナウト|マレーシア、クアラルンプールでのオフショア開発技術情報CodeSign error: a valid provisioning profile Mです。 サンプルプロジェクト使い回した場合、iPhoneシミュレータ-では動作するものの、証明書エラーで転送できませんでした。その解決方法です。 === CodeSign error === * 他人からもらったプロジェクトでエラーが出る時の対処 {{{ CodeSign error: Code Signing Identity 'iPhone ****' does not match any code-signin

                                                        • overflow:hidden IE7用hac(?) - Codesign

                                                          昨日アップした jQuery.RingClockですが、 親要素にoverflow:hidden; 子要素にposition:relative; を設定する必要がありました。 しかしこの組み合わせは、 IE7だと、 親要素のoverflow:hidden; が効かないというバグがあります。 ネットで調べたところ、 対処法があまり乗っていなかったので、 メモしておきます。 ※もし良いhacあったら教えてください。 ----------------------------------------------------------------------------- 【該当ブラウザ】  IE7 【状況】  親要素にoverflow:hidden; 子要素にposition:relative; を指定した際に、親要素のoverflow:hidden;が適用されない。 【対処】 親要素にもpos

                                                          • クリエイトウェーブ開発日記 「Unity5」×「gree/unity-webview」×「iOS」×「Codesign Failed」

                                                            Unityで開発しているiOS/Android向けアプリにWebViewを実装しようと greeさん公開のプラグインを使用しました。 いちばんハマった所は UnityからのBuildおよびXcodeのArchiveまでは正しく動作するのに AdHoc書き出しを試みると“Codesign Failed”が出て失敗すること です。 まず「Codesign Failed」と言う事で証明書関連のエラーだと思い込み キーチェーンアクセスやApple Member Center、Xcodeの設定ばかり見ていました。 しかし、OSXやXcodeを最新にアップデートしても一向に解決せず 試しに以前ArchiveしたものをAdHoc書き出しすると無事成功するという結果に。 この時点で、証明書そのものが直接の原因ではなく Unity側かXcode側に実装・設定した項目を疑うことにしました。 ここで見つけた記事

                                                            • Codesign error: Provisioning profile cannot be found after deleting expired profile

                                                              Tried to rebuild an app that was working just yesterday. Got a message that a profile had expired, so I removed it from the iPod and from iTunes. When I chose a new profile (one with an * in the identifier), I now get an error: Code Sign Error: Provisioning Profile (long string) can't be found. What am I missing? I looked through related questions and didn't see this scenario already.

                                                                Codesign error: Provisioning profile cannot be found after deleting expired profile
                                                              • JSON Framework Codesign - “object file format invalid or unsuitable” « Matt Galloway’s iPhone Apps

                                                                I started using the lovely json-framework for the iPhone but then suddenly found that if I compiled for anything greater than 2.1 for a device, that it would pop up with: Codesign error: “object file format invalid or unsuitable” It took me a long time to figure out what was going on, but thanks to a blog post, the fix is this: On the project settings, on the build tab, search for “Code Signing Re

                                                                • Unity IssueTracker - Corrupted App Codesign: Editor always requests firewall access

                                                                  Unity Account You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

                                                                  • Codesign gdb on macOS

                                                                    codesign_gdb.md If you are getting this in gdb on macOS while trying to run a program: Unable to find Mach task port for process-id 57573: (os/kern) failure (0x5). (please check gdb is codesigned - see taskgated(8)) Open Keychain Access In menu, open Keychain Access > Certificate Assistant > Create a certificate Give it a name (e.g. gdbc) Identity type: Self Signed Root Certificate type: Code Sign

                                                                      Codesign gdb on macOS
                                                                    • Pyinstallerで作ったmacアプリにcodesignとnotarizationをする

                                                                      前書き 大変だった記録を去年書き残していたようですが、なんか途中で力尽きてファイルがほっぽり投げられているのを見つけました。Screaming Strike 2 をバージョンアップしなければいけない事情が出てきたので、思い出すついでに体裁を整えてアップしようと思います。2022 年 5 月 9 日! 大変だった記録です いやぁ、大変でした。ScreamingStrike2 に新しいモードを作ったので、それを新バージョンとしてリリースしたかったんですが、最新の Mac ではコード署名(code signing)と公証(notarization)をしないと起動しないらしくて、それを付ける作業がそれはもう大変でした。 もう1回野郎としたら絶対忘れるので、書き残しておきます。 xcode を使うとポチポチやるだけでできるらしいんですが、なんせ pyinstaller を使っているので、xcode

                                                                      • Fabric release Xcode 6.3 codesign xcode-select

                                                                        I'm trying to upload a release to Fabric & I'm getting errors as follows. I'm using the Xcode 6.3 (recently updated). Xcode: 6.3 Fabric: 1.1.3 OSX: 10.10.3 What should I do to resolve above error & continue uploading the release via fabric desktop tool? Is there any other way to upload binary to fabric?

                                                                          Fabric release Xcode 6.3 codesign xcode-select
                                                                        • Xcode: iPhone app codesign error

                                                                          When building a new iPhone app in Xcode, I'm getting this error: codesign error: code signing identity 'iphone developer' does not match any code-signing certificate in your keychain. once added to the keychain, touch a file or clean the project to continue. What's the fix?

                                                                            Xcode: iPhone app codesign error
                                                                          • Xcode 4.3: Codesign operation failed (Check that the identity you selected is valid)

                                                                            After installing Xcode 4.3 I can't validate and distribute application using Organizer. While building, signing and validating in Xcode is OK, the validation in Organizer fails with the message in the title of this question. First, Xcode 4.3 can download provisioning profiles automatically (there's an option in Organizer), but it downloads only development profiles and ignores distribution profile

                                                                              Xcode 4.3: Codesign operation failed (Check that the identity you selected is valid)
                                                                            • On macOS Big Sur, after codesign Xcode and try to login to my account, got "Couldn’t communicate with a helper application" · Issue #340 · XVimProject/XVim2

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                On macOS Big Sur, after codesign Xcode and try to login to my account, got "Couldn’t communicate with a helper application" · Issue #340 · XVimProject/XVim2
                                                                              • Xcode 10, Command CodeSign failed with a nonzero exit code

                                                                                Every time I build a console is showing this message. CodeSign /Users/admin/Desktop/AppStoreBuild/Project201/build/Debug-iphonesimulator/Project.app (in target: Desker) cd /Users/admin/Desktop/AppStoreBuild/Project201 export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate Signing Identity: "-" /usr/bin/codesign --force --si

                                                                                  Xcode 10, Command CodeSign failed with a nonzero exit code
                                                                                • CodeSign error: a valid provisioning profile is required

                                                                                  "CodeSign error: a valid provisioning profile is required for product type 'Application' in SDK 'Device - iPhone OS 2.2" This error will appear when you update your provisioning profile in iPhone SDK 2.2 or after the expiration of developer certificate and that you have a new provisioning profile from the developer portal This is the solution (which is modified from http://www.furmanek.net/54/ipho