0

Right after installing Xcode 8 I'm getting this error in my project for each Navigation Bar:

/Users/Amir_P/Desktop/example/ios/example/example/Base.lproj/Main.storyboard Frame for "Navigation Bar" will be different at run time.

I tried Update Frames, Update Constraints but nothing happened. How can I solve it? enter image description here

enter image description here

Amir_P
  • 8,322
  • 5
  • 43
  • 92

2 Answers2

1

In my case, changing storyboard 6 size device to iPhone SE it works to me

in xcode 7.3.1 my storyboard's all viewController size was 4 inch iphone device(320x568)

enter image description here

Cruz
  • 2,602
  • 19
  • 29
0

Warning will disappear if you change the property "Simulated Size" to "Freeform".

enter image description here

sohail059
  • 830
  • 1
  • 6
  • 14