Swift 解析don';t在iPhone 6 Plus上加载内容

Swift 解析don';t在iPhone 6 Plus上加载内容,swift,parse-platform,load,Swift,Parse Platform,Load,在我的应用程序中使用解析和Swift。 应用程序在iPhone 6 Plus或iPhone 6 Plus模拟器上运行时不会加载内容,但在iPhone 6和iPhone 6模拟器上运行良好。。 Idk未加载内容的原因。。 这是我在终点站得到的: Connecté 2015-05-09 11:08:38.541 MYAPPNAME[39279:1718140] Unable to simultaneously satisfy constraints. Probably at leas

在我的应用程序中使用解析和Swift。 应用程序在iPhone 6 Plus或iPhone 6 Plus模拟器上运行时不会加载内容,但在iPhone 6和iPhone 6模拟器上运行良好。。 Idk未加载内容的原因。。 这是我在终点站得到的:

    Connecté
2015-05-09 11:08:38.541 MYAPPNAME[39279:1718140] Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) 
(
    "<NSLayoutConstraint:0x7f919d91c4a0 H:[UIImageView:0x7f919d91bef0(359)]>",
    "<NSLayoutConstraint:0x7f919d922850 H:[UIImageView:0x7f919d91bef0]-(0)-|   (Names: '|':UIView:0x7f919d920da0 )>",
    "<NSLayoutConstraint:0x7f919d9228a0 H:|-(0)-[UIImageView:0x7f919d91bef0]   (Names: '|':UIView:0x7f919d920da0 )>",
    "<NSLayoutConstraint:0x7f919d82aa50 UIView:0x7f919d920da0.trailing == UITableViewCellContentView:0x7f919d90ca50.trailingMargin>",
    "<NSLayoutConstraint:0x7f919d829970 UIView:0x7f919d920da0.leading == UITableViewCellContentView:0x7f919d90ca50.leadingMargin>",
    "<NSLayoutConstraint:0x7f919d834d60 'UIView-Encapsulated-Layout-Width' H:[UITableViewCellContentView:0x7f919d90ca50(412)]>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7f919d91c4a0 H:[UIImageView:0x7f919d91bef0(359)]>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2015-05-09 11:08:38.544 MYAPPNAME[39279:1718140] Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) 
(
    "<NSLayoutConstraint:0x7f919d827c60 H:[UIImageView:0x7f919d832410(359)]>",
    "<NSLayoutConstraint:0x7f919d83f180 H:[UIImageView:0x7f919d832410]-(0)-|   (Names: '|':UIView:0x7f919d835ba0 )>",
    "<NSLayoutConstraint:0x7f919d842b60 H:|-(0)-[UIImageView:0x7f919d832410]   (Names: '|':UIView:0x7f919d835ba0 )>",
    "<NSLayoutConstraint:0x7f919d835b30 UIView:0x7f919d835ba0.trailing == UITableViewCellContentView:0x7f919d8422d0.trailingMargin>",
    "<NSLayoutConstraint:0x7f919d843bb0 UIView:0x7f919d835ba0.leading == UITableViewCellContentView:0x7f919d8422d0.leadingMargin>",
    "<NSLayoutConstraint:0x7f919d83afa0 'UIView-Encapsulated-Layout-Width' H:[UITableViewCellContentView:0x7f919d8422d0(412)]>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7f919d827c60 H:[UIImageView:0x7f919d832410(359)]>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2015-05-09 11:08:38.548 MYAPPNAME[39279:1718140] Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) 
(
    "<NSLayoutConstraint:0x7f919d82bee0 H:[UIImageView:0x7f919d82e780(359)]>",
    "<NSLayoutConstraint:0x7f919d83e1b0 H:[UIImageView:0x7f919d82e780]-(0)-|   (Names: '|':UIView:0x7f919d839410 )>",
    "<NSLayoutConstraint:0x7f919d83e200 H:|-(0)-[UIImageView:0x7f919d82e780]   (Names: '|':UIView:0x7f919d839410 )>",
    "<NSLayoutConstraint:0x7f919d810470 UIView:0x7f919d839410.trailing == UITableViewCellContentView:0x7f919d8300d0.trailingMargin>",
    "<NSLayoutConstraint:0x7f919d8104c0 UIView:0x7f919d839410.leading == UITableViewCellContentView:0x7f919d8300d0.leadingMargin>",
    "<NSLayoutConstraint:0x7f919d84cfd0 'UIView-Encapsulated-Layout-Width' H:[UITableViewCellContentView:0x7f919d8300d0(412)]>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7f919d82bee0 H:[UIImageView:0x7f919d82e780(359)]>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
Connecté
2015-05-09 11:08:38.541 MYAPPNAME[39279:1718140]无法同时满足约束。
可能下面列表中至少有一个约束是您不想要的。试着这样做:(1)看看每个约束,试着找出你不期望的约束;(2) 找到添加了不需要的约束的代码,然后修复它。(注意:如果您看到不理解的NSAutoresizingMaskLayoutConstraints,请参阅UIView属性TranslatesAutoResizingMaskToConstraints的文档)
(
"",
"",
"",
"",
"",
""
)
将尝试通过打破约束进行恢复
在UIViewAlertForUnsatifiableConstraints处创建一个符号断点,以便在调试器中捕获该断点。
中列出的UIView上UIConstraintBasedLayoutDebugging类别中的方法也可能会有所帮助。
2015-05-09 11:08:38.544 MYAPPNAME[39279:1718140]无法同时满足约束。
可能下面列表中至少有一个约束是您不想要的。试着这样做:(1)看看每个约束,试着找出你不期望的约束;(2) 找到添加了不需要的约束的代码,然后修复它。(注意:如果您看到不理解的NSAutoresizingMaskLayoutConstraints,请参阅UIView属性TranslatesAutoResizingMaskToConstraints的文档)
(
"",
"",
"",
"",
"",
""
)
将尝试通过打破约束进行恢复
在UIViewAlertForUnsatifiableConstraints处创建一个符号断点,以便在调试器中捕获该断点。
中列出的UIView上UIConstraintBasedLayoutDebugging类别中的方法也可能会有所帮助。
2015-05-09 11:08:38.548 MYAPPNAME[39279:1718140]无法同时满足约束。
可能下面列表中至少有一个约束是您不想要的。试着这样做:(1)看看每个约束,试着找出你不期望的约束;(2) 找到添加了不需要的约束的代码,然后修复它。(注意:如果您看到不理解的NSAutoresizingMaskLayoutConstraints,请参阅UIView属性TranslatesAutoResizingMaskToConstraints的文档)
(
"",
"",
"",
"",
"",
""
)
将尝试通过打破约束进行恢复
在UIViewAlertForUnsatifiableConstraints处创建一个符号断点,以便在调试器中捕获该断点。
中列出的UIView上UIConstraintBasedLayoutDebugging类别中的方法也可能会有所帮助。
我真的需要你的帮助(

我在以下位置有类似症状:。您是否解决了此问题?