Search code examples
xcodestoryboardxcode9-beta

Xcode 9 beta 2 storyboard is full of errors


I recently upgraded to xcode 9 beta 2 and my storyboard is full of errors, it was completely fine on xcode 8. I attached a screenshot of it. Is there any fix for that

Storyboard errors

Storyboard errors 2


Solution

  • These warnings are new in Xcode 9 beta 3, and identify real potential problems when your app is running in a different language. Like other auto layout issues that appear in the document outline, click the yellow triangle to get a popover with options to resolve the issues. Alternatively, there may be different changes that are more appropriate to your specific layout.

    issue resolution popover

    The warnings appear in their entirety in the Issues navigator. For what it's worth, there are already bugs tracking the text truncation in the document outline, and the red (instead of yellow) arrow images.

    If your app is not actually being deployed in multiple languages, you could disable these by unchecking "Base" in the Localization section of the File inspector. However, fixing the warnings instead of ignoring them is ideal.