0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Xcode Organizerした際のエラーについて

0
Last updated at Posted at 2019-11-22

基礎中の基礎 バンドルIDエラー

コンパイルが通ったため App Store Connect へのビルドを敢行した際の出来事

バンドルID違い.png

バンドルIDが違うと、他のエラーメッセージも出ないため凶悪
一度申請するとバンドルIDは不変のため、出ることはないはずですが
初期申請時には確認をお忘れなく

plistエラー

Xcodeの開発時から触っていなかったplistが火を吹く
plistエラー.png

原因は初期値のTest.storyBoardがセットされていたこと
plist.png
削除でOK

参考

stack overflow:ストーリーボードファイル「MainStoryboard_iPad〜ipad.storyboardc」が見つかりませんでした(英語)

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?