LoginSignup
6
6

More than 5 years have passed since last update.

Invalid Bundle Structure エラー

Posted at

AppStoreへiOSアプリを申請するときに、validationでエラーになりました。
「Invalid Bundle Structure - The binary file 'XXXX' is not permitted. Your app may contain only one executable file. ----」

スクリーンショット 2014-09-02 2.58.55.png

エラーの内容を読んでも、どこが悪いのか分かりませんでしたので、ネットで調べたところ、なんとか解決できました。

どうやら、Xcodeでプロジェクトにプラグインなどのライブラリを追加すると、リソースとして登録されてしまうようです。

Xcodeで下記の操作をすることで解決できました。

  • TARGETSでターゲットを選択する。
  • Build Phasesを選択する。
  • Copy Bundle Resourcesを展開する。
  • プラグインのライブラリなど不要なファイルが登録されていたら削除する。

以上

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6