5
5

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のビルドが反映されないとき

Posted at

今回はひどい目に遭ったので書き留めておきます

タイトルの通り、xcodeのビルドが反映されませんでした。
キャッシュが残ってるとか、よくわからん原因があるのかなと思い調べてみたのですが、一般的な手法として書かれているのは

①xcodeを再起動
②OSを再起動
③xcode上の、product > clean build holderを(optionキーを押しながら)クリック
④DerivedDataの中身を削除(ググると出ます)

ここまでの情報は真っ先に出てきますが、それでもできなかった人が次に行き当たるのは恐らく

⑤ビルドのターゲットの指定ミス(xcode上の左上のプロジェクト名をクリックして、edit scheme > Buildで確認)

最初はこれかなと思いました。
debug buildはできるのにrelease buildはできなかったので、ビルドしてるのはリリースでも、実機に落とされてるのはデバッグのビルド結果だったり。。。。
なんて思いましたが、別段異常なし

⑥edit scheme > Run > Zombie Objects のチェックを外す

スクリーンショット 2019-04-11 17.45.59.png

上の画像のZombie Objectsです。
こいつを外したらなぜか直りました。
八方塞がりな人はやってみてください。

「EXIT CODE ERROR」的なエラーが出てきたときに、デバッグに使えると聞いてオンにした記憶があります。(すぐに原因がわかったので使わなかったのですが)

もう散々です。。。

5
5
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
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?