1
2

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.

storyboardで「Must translate autoresizing mask into constraints to have _setHostsLayoutEngine:YES.」というエラーがでた場合

Posted at

分担してデザイナーとstoryboardを触っていて、よく競合がおきるので、
毎回手動で修正しているのですが、下記エラーにあってハマってしまったのでメモ

Must translate autoresizing mask into constraints to have _setHostsLayoutEngine:YES.

というエラー。

色んな原因で起きる見たいなのですが、僕の場合は、storyboardを2画面で比較しながら作業分を調整して言っているですが、コピーもとのConstransがdisables状態でも残っているとこのエラーがアプリが落ちてしまっておりました。

下記のような感じ

スクリーンショット 2016-08-22 14.14.24.png

このConstrainsを削除したら無事動きました。

同じエラーでも別の原因の方もいるようなので、
下記も参考にしてみてはいかがでしょうか。。?

TableViewCellがContentViewより親になってしまっている場合。
http://qiita.com/kaktaam/items/1c07f6bf003cee77cc31

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?