Getting Void Localization Error Warning for Storyboard

I am using Xcode version 9.2, I tried to delete the derived data, but still get an empty warning message for storybard, as shown in Figure below. I don’t know what the problem is, if the warning is empty, any idea how to fix it? enter image description here

Update

I resolve the warning by changing the restriction from this enter image description here

  • The left constraint is Greater Than or Equal, with the first element as TextView.Leading and the second element as Superview.Leading.Margin
  • The correct constraint is Greater than or equal to with the first element as Superview.Trailing.Margin and the second element as TextView.Trailing

just changing the first and second elements for "2"

enter image description here

  • The left constraint is Greater Than or Equal, with the first element as TextView.Leading and the second element as Superview.Leading.Margin
  • " " TextView.Trailing Superview.Trailing.Margin

, ,

+4
2

, .

, , :

enter image description here

, :

enter image description here

, , :: Xcode 9 -

+1

:

  • Base.lproj Finder
  • Xcode
  • ( )
  • ,

!!

0

Source: https://habr.com/ru/post/1691390/


All Articles