注册

语音消息播放结束 之后程序奔溃 请问是哪里出现了问题

只要是  播放完毕  闭关是自己的还是  其他人的  播放完毕就崩溃
已邀请:
需要看一下崩溃的信息

zhao1zhihui - iOS

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.
(
    "<NSLayoutConstraint:0x7fb5395f4110 UIImageView:0x7fb5395f2e70.right == EaseBubbleView:0x7fb5395f1510.right>",
    "<NSLayoutConstraint:0x7fb5395f43d0 H:|-(0)-[UIImageView:0x7fb5395f2e70](LTR)   (Names: '|':EaseBubbleView:0x7fb5395f1510 )>",
    "<NSLayoutConstraint:0x7fb5395f4f50 H:|-(0)-[UIImageView:0x7fb5395f2c50](LTR)   (Names: '|':UIImageView:0x7fb5395f2e70 )>",
    "<NSLayoutConstraint:0x7fb5395f4fd0 H:[UIImageView:0x7fb5395f2c50]-(10)-[UILabel:0x7fb5395f45a0](LTR)>",
    "<NSLayoutConstraint:0x7fb5395f5020 UILabel:0x7fb5395f45a0.right == UIImageView:0x7fb5395f2e70.right>",
    "<NSLayoutConstraint:0x7fb5395f7a70 H:[EaseBubbleView:0x7fb5395f1510(<=0)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x7fb5395f4fd0 H:[UIImageView:0x7fb5395f2c50]-(10)-[UILabel:0x7fb5395f45a0](LTR)>

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.
2016-04-26 18:13:16.868 EaseChatDemo[6635:334718] Unable to simultaneously satisfy constraints.
    Probably at least one of the constraints in the following list is one you don't want.



你好 ,这里面是崩溃信息  崩溃在main里面

zhao1zhihui - iOS

泵快没有信息  上面打印的  是进入见面  打印的新洗  只有进入有语音界面的时候才会打印
 
xcode  真机是可以运行的,试一下

zhao1zhihui - iOS

真机上不会崩溃  什么原因造成啊  不明白啊  能帮解答下吗  我看许多人  问这个问题 

zhao1zhihui - iOS

这是崩溃的 图片
xcode 模拟器运行是对布局警告的提示

zhao1zhihui - iOS

真机上不会崩溃  可是模拟器  上崩溃  会不会造成以后  用户用的时候崩溃  我看环信3.0demo上的在  模拟器上是不会崩溃的

要回复问题请先登录注册