ios - Can't add missing constraints Xcode 6 -


i have finished app releasing on iphone, no ipads. there different sized iphones had fix few layout issues in project.

apparently nice way approach select views , 'add missing constraints'.

when doing following error message:

enter image description here

i have tried clearing constraints, no look.

when click 'reveal diagnostics in finder' directed zip file named 'ib-layout-diagnostics_2015-07-08_13-57-41_336000' containing log files , can't decrypt it.

has fact have app completed, , accessing of views programatically in swift?

in development info have device set iphone, device orientation portrait, , have 'use auto layout' , 'size classes' checked.

any ideas why i'm getting error? in advance.

this answer may not specific enough. if else having same problem solution found:

  • copy views inside table view cell, other temporary view controller
  • delete views table view cell
  • select views in controller , add missing constraints (works now!)
  • add views table view cell

if has alternative solution can explained me, feel free answer or edit one. thanks.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -