141 文字
1 分
(Xcode 4.3) Codesign operation failed Check that the identity you selected is valid
Version 4.3.2で、adhocビルドを行うと以下のエラーが起きる。
Codesign operation failed Check that the identity you selected is valid
証明書はちゃんとしているのに、なぜか失敗する。 英語圏では、かなり盛り上がってる。 http://stackoverflow.com/questions/9386925/xcode-4-3-codesign-operation-failed-check-that-the-identity-you-selected-is-va/9649804#9649804 まとめると、諸説ある。
- 4.3.1以降にはバージョンアップするな
- プログラムと同じディレクトリが含まれているとNG
- xarchiveのディレクトリ内を手動で移動してzipする
- とあるSDKを入れるとだめ
試せる手法は一通り試してみましたが、未解決。。。
(Xcode 4.3) Codesign operation failed Check that the identity you selected is valid
https://blog.teraren.com/posts/xcode-4-3-codesign-operation-failed-check-that-the-identity-you-selected-is-valid/