並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 16 件 / 16件

新着順 人気順

codesignの検索結果1 - 16 件 / 16件

  • 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

            概要 日頃チームでiOS開発をしているのですが、AppStoreへの申請は社内の1つのMacから行うようにしています。 そんなMacに悲劇が。 AppStore申請用のビルドができない!! エラーはざっくり書くとこんな感じ。 トラブルシューティング 証明書を疑う いろいろ調べたところ新しい証明書と古い証明書が混在している場合に起こる、 など、とにかく証明書に問題がある場合に発生するということがわかった。 キーチェーンアクセスを開いてみると、 AppStore申請用の証明書自体は最新のものになっているが、 「この証明書は不明な機関によって署名されています」 と表示されている。 またいろいろ調べたところ、どうも中間認証局の役割を果たす 「Apple Worldwide Developer Relations Certification Authority」 という証明書が存在していないと信頼で

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

              CoDesign Ltd was co-founded by Eddy Yu and Hung Lam in 2003. The company specialises in visual branding, publication, packaging and promotional design. Characterised by simple and effective design backed up by bold and innovative concepts, CoDesign has earned the trust from many major corporations and institutions in Hong Kong since its inauguration.

                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?
                            • What's CodeSign

                              【de:code 2020】 ハンズオンで学ぶ AI ~ Bot Framework Composer + QnA Maker / Custom Visi...

                                What's CodeSign
                              • ”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

                                  1