4
4

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のWarningと対処方法

Posted at

はじめに#

XcodeでStoryboardのWarningを消したときのメモです。

Push segues are deprecated#

warning: Deprecated: Push segues are deprecated since iOS 8.0

セグウェイの種類がPushになっているためです。
Showに変更します。

Constraint referencing items turned off in current configuration.#

Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.

制約が参照しているビューがinstalledをオフにされているためです。
制約自体のinstalledをオフにします。

Plain Style unsupported#

Unsupported Configuration: Plain Style unsupported in a Navigation Item

複数のスタイルが選べたものが、iOS7でUBarButtonItemStyleDoneに集約されたためです。
ナビゲーションアイテムのボタンをStyleについてDoneにします。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?