「Provisioning profile xxxxx-xxxxx-xxxxx-xxxxx-xxxxx' cannot be found」
2013年8月21日水曜日
エラー「Provisioning profile xxxxx-xxxxx-xxxxx-xxxxx-xxxxx' cannot be found」
アプリ申請のためにアーカイブを作成しようと思いビルドしたところ以下のエラーが出ました。
エラー「Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate」について
アプリ申請時に以下のエラーが出ました。
Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate
2013年7月17日水曜日
エラー「purgeIdleCellConnections: found one to purge conn = アドレス」
実機でテストしていると以下のエラーが出ました。
purgeIdleCellConnections: found one to purge conn = アドレス
2013年7月11日木曜日
エラー「Domain=NSCocoaErrorDomain Code=3000 "Appの有効な“aps-environment”エンタイトルメント文字列が見つかりません" ........」
Push Notificationを実装の際に以下のエラーが出ました。
Domain=NSCocoaErrorDomain Code=3000 "Appの有効な“aps-environment”エンタイトルメント文字列が見つかりません" UserInfo=0x1dd99910 {NSLocalizedDescription=Appの有効な“aps-environment”エンタイトルメント文字列が見つかりません}
2013年5月13日月曜日
エラー「A valid provisioning profile for this executable was not found」
リリース前の確認としてReleaseビルドを実行したところ以下のエラーが出ました。
A valid provisioning profile for this executable was not found
2013年5月2日木曜日
エラー「Error loading ~~~ Symbol not found: ___CFObjCIsCollectable」
ビルド時以下のようなエラーをはきました。
ところどころ"Audio"の文字があることから分かるように音声関連のエラーのようです。
Error loading /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn: dlopen(/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn, 262): Symbol not found: ___CFObjCIsCollectable
ところどころ"Audio"の文字があることから分かるように音声関連のエラーのようです。
2013年4月22日月曜日
エラー「Validate Project Settings Update to recommended settings」
Xcodeアップデート後以下のエラーが出ました。
Validate Project Settings Update to recommended settings
エラー「PCH file built from a different branch than the compiler」
ビルド時以下のエラーが出たのでそのメモ。
PCH file built from a different branch ((clang-425.0.24)) than the compiler ((clang-425.0.28))
2013年3月17日日曜日
エラー「clang: error: no such file or directory: '.../AppName/AppName-Prefix.pch'」について
プロジェクト名変更後に以下のエラーが出たのでメモ。
clang: error: no such file or directory: '.../AppName/AppName-Prefix.pch'
2013年3月4日月曜日
【cocos2d】UIViewControllerを使用していて「コントローラ名 copyWithZone:]: unrecognized selector sent to instance アドレス」というエラーが出た
cocos2dでUIViewControllerを使用していると以下のエラーが出ました。
-[UIViewController copyWithZone:]: unrecognized selector sent to instance アドレス
2013年2月20日水曜日
【cocos2d】エラー「CCSpriteFrameCache: removing unused frame: ファイル名」
CCSpriteFrameCache関連で「CCSpriteFrameCache: removing unused frame: ファイル名」というエラーが出たのでそのメモ。
2013年2月18日月曜日
エラー「Instance method メソッド名' not found (return type defaults to 'id')」
ビルド時に「Instance method メソッド名' not found (return type defaults to 'id')」というエラーが出たのでそのメモ。
2013年2月16日土曜日
【cocos2d】ビルドエラー「Lexical or Preprocessor ‘cassert’ file not found」が出たときの対処方法
cocos2dでBox2Dを使用していて「Lexical or Preprocessor‘cassert’file not found」というビルドエラーが出たのでその対処方法をメモで。
ファイル削除時に出るCpResourceエラーについて
Xcode上からではなく、プロジェクトが入っているフォルダからファイルを削除してビルドすると、
というエラーが出ました。
Xcodeのリソース上にはまだファイルデータの履歴(?)が残っていたのですが、参照しているフォルダ内にはそのファイルデータがないために起こったエラーのようです。
以上です。
「CpResource 削除したファイルのパス cd "/Users/・・・" setenv ...」
というエラーが出ました。
解決方法
このエラーの対処は以下の流れで行いました。
- プロジェクトを選択。
- メニュー"TARGETS"を選択。
- "Build Phases"を選択。
- "Copy Bundle Resources"項目へ。
- その中から赤くなっているファイルを削除。
Xcodeのリソース上にはまだファイルデータの履歴(?)が残っていたのですが、参照しているフォルダ内にはそのファイルデータがないために起こったエラーのようです。
以上です。
参考記事
XCode Build – CopyPNGFile Error and No Such File or Directory - Communicate Through Technology2012年10月28日日曜日
Use Autolayoutの設定は遷移先ビューでも同じ設定にする必要がある
前に「エラー Could not instantiate class named NSLayoutConstraint が出た」という記事を書いたのですが、前と違う状況で同じエラーが出たのでそのメモ。
2012年10月27日土曜日
エラー「set a breakpoint in malloc_error_break to debug」
コンパイル時に「set a breakpoint in malloc_error_break to debug」というエラーが出たのでそのメモ。
2012年10月14日日曜日
エラー「Could not instantiate class named NSLayoutConstraint」が出た
エラー「Could not instantiate class named NSLayoutConstraint」が出たのでそのメモ。
登録:
投稿 (Atom)

