ラベル エラー の投稿を表示しています。 すべての投稿を表示
ラベル エラー の投稿を表示しています。 すべての投稿を表示

2013年8月21日水曜日

エラー「Provisioning profile xxxxx-xxxxx-xxxxx-xxxxx-xxxxx' cannot be found」

アプリ申請のためにアーカイブを作成しようと思いビルドしたところ以下のエラーが出ました。

「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」

ビルド時以下のようなエラーをはきました。

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

シミュレータでデバッグ時にアプリが起動しない件について

Xcodeで「Run」を実行すれば通常であればビルド後アプリが起動すると思うのですが、うまくアプリが起動しない現象が起きたのでメモ。

エラー「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日月曜日

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上からではなく、プロジェクトが入っているフォルダからファイルを削除してビルドすると、

「CpResource 削除したファイルのパス cd "/Users/・・・" setenv ...」

というエラーが出ました。

解決方法

このエラーの対処は以下の流れで行いました。

  1. プロジェクトを選択。
  2. メニュー"TARGETS"を選択。
  3. "Build Phases"を選択。
  4. "Copy Bundle Resources"項目へ。
  5. その中から赤くなっているファイルを削除。

Xcodeのリソース上にはまだファイルデータの履歴(?)が残っていたのですが、参照しているフォルダ内にはそのファイルデータがないために起こったエラーのようです。

以上です。

参考記事

XCode Build – CopyPNGFile Error and No Such File or Directory - Communicate Through Technology

2012年10月28日日曜日

2012年10月27日土曜日

エラー「set a breakpoint in malloc_error_break to debug」

コンパイル時に「set a breakpoint in malloc_error_break to debug」というエラーが出たのでそのメモ。

2012年10月14日日曜日

2012年10月10日水曜日