GithubHelp home page GithubHelp logo

tvostoast's Issues

Warning 'no rule to process file...'

Warning: no rule to process file '.../tvosToastMenuBlack.png' of type image.png for architecture x86_64
Warning: no rule to process file '.../tvosToastMenuWhite.png' of type image.png for architecture x86_64
Warning: no rule to process file '.../tvosToastPlayPauseBlack.png' of type image.png for architecture x86_64
Warning: no rule to process file '.../tvosToastPlayPauseWhite.png' of type image.png for architecture x86_64
Warning: no rule to process file '.../tvosToastScreenBlack.png' of type image.png for architecture x86_64
Warning: no rule to process file '.../tvosToastScreenWhite.png' of type image.png for architecture x86_64
Warning: no rule to process file '.../tvosToastSiriBlack.png' of type image.png for architecture x86_64
Warning: no rule to process file '.../tvosToastSiriWhite.png' of type image.png for architecture x86_64
Warning: no rule to process file '.../tvosToastVolumeBlack.png' of type image.png for architecture x86_64
Warning: no rule to process file '.../tvosToastVolumeWhite.png' of type image.png for architecture x86_64

Problem with constraints

I copied example code how to show toast. Toast is showed from TableViewController which is detail view controller in split view controller
Log:

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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728519e30 h=--& v=--& UIView:0x7ff728732070.midX == + 400>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728589b60 h=--& v=--& H:[UIView:0x7ff728732070(800)]>",
    "<NSLayoutConstraint:0x7ff72871e910 H:|-(10)-[UIView:0x7ff728732070](LTR)   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff72871e910 H:|-(10)-[UIView:0x7ff728732070](LTR)   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>

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-02-24 15:07:09.036 Jenkins[18058:1717392] 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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728508900 h=--& v=--& UIView:0x7ff728732070.midY == + 70>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff72851ef70 h=--& v=--& V:[UIView:0x7ff728732070(140)]>",
    "<NSLayoutConstraint:0x7ff72870ab80 V:|-(10)-[UIView:0x7ff728732070]   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff72870ab80 V:|-(10)-[UIView:0x7ff728732070]   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>

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-02-24 15:07:09.036 Jenkins[18058:1717392] 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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728519e30 h=--& v=--& UIView:0x7ff728732070.midX == + 400>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728589b60 h=--& v=--& H:[UIView:0x7ff728732070(800)]>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728667880 h=--& v=--& UILabel:0x7ff72872d660'Build started'.midX == + 400>",
    "<NSLayoutConstraint:0x7ff7287338e0 UIView:0x7ff728732070.right == TVOSToast.TVOSToast:0x7ff728736c30.right - 10>",
    "<NSLayoutConstraint:0x7ff728727d50 H:|-(10)-[UILabel:0x7ff72872d660'Build started'](LTR)   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>",
    "<NSLayoutConstraint:0x7ff72870e2e0 UILabel:0x7ff72872d660'Build started'.right == TVOSToast.TVOSToast:0x7ff728736c30.right - 10>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff72870e2e0 UILabel:0x7ff72872d660'Build started'.right == TVOSToast.TVOSToast:0x7ff728736c30.right - 10>

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-02-24 15:07:09.037 Jenkins[18058:1717392] 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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728667880 h=--& v=--& UILabel:0x7ff72872d660'Build started'.midX == + 400>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff72867d7d0 h=--& v=--& H:[UILabel:0x7ff72872d660'Build started'(800)]>",
    "<NSLayoutConstraint:0x7ff728727d50 H:|-(10)-[UILabel:0x7ff72872d660'Build started'](LTR)   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff728727d50 H:|-(10)-[UILabel:0x7ff72872d660'Build started'](LTR)   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>

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-02-24 15:07:09.038 Jenkins[18058:1717392] 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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728508900 h=--& v=--& UIView:0x7ff728732070.midY == + 70>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff72851ef70 h=--& v=--& V:[UIView:0x7ff728732070(140)]>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728680a70 h=--& v=--& UILabel:0x7ff72872d660'Build started'.midY == + 70>",
    "<NSLayoutConstraint:0x7ff72871c870 UIView:0x7ff728732070.bottom == TVOSToast.TVOSToast:0x7ff728736c30.bottom - 10>",
    "<NSLayoutConstraint:0x7ff728723710 V:|-(10)-[UILabel:0x7ff72872d660'Build started']   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>",
    "<NSLayoutConstraint:0x7ff728726930 UILabel:0x7ff72872d660'Build started'.bottom == TVOSToast.TVOSToast:0x7ff728736c30.bottom - 10>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff728726930 UILabel:0x7ff72872d660'Build started'.bottom == TVOSToast.TVOSToast:0x7ff728736c30.bottom - 10>

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-02-24 15:07:09.038 Jenkins[18058:1717392] 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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728680a70 h=--& v=--& UILabel:0x7ff72872d660'Build started'.midY == + 70>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff7286022a0 h=--& v=--& V:[UILabel:0x7ff72872d660'Build started'(140)]>",
    "<NSLayoutConstraint:0x7ff728723710 V:|-(10)-[UILabel:0x7ff72872d660'Build started']   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff728723710 V:|-(10)-[UILabel:0x7ff72872d660'Build started']   (Names: '|':TVOSToast.TVOSToast:0x7ff728736c30 )>

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-02-24 15:07:09.039 Jenkins[18058:1717392] 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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728519e30 h=--& v=--& UIView:0x7ff728732070.midX == + 400>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728589b60 h=--& v=--& H:[UIView:0x7ff728732070(800)]>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff7285924f0 h=--& v=--& H:[TVOSToast.TVOSToast:0x7ff728736c30(800)]>",
    "<NSLayoutConstraint:0x7ff7287338e0 UIView:0x7ff728732070.right == TVOSToast.TVOSToast:0x7ff728736c30.right - 10>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff7287338e0 UIView:0x7ff728732070.right == TVOSToast.TVOSToast:0x7ff728736c30.right - 10>

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-02-24 15:07:09.039 Jenkins[18058:1717392] 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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728667880 h=--& v=--& UILabel:0x7ff72872d660'Build started'.midX == + 400>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff72867d7d0 h=--& v=--& H:[UILabel:0x7ff72872d660'Build started'(800)]>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff7285924f0 h=--& v=--& H:[TVOSToast.TVOSToast:0x7ff728736c30(800)]>",
    "<NSLayoutConstraint:0x7ff72870e2e0 UILabel:0x7ff72872d660'Build started'.right == TVOSToast.TVOSToast:0x7ff728736c30.right - 10>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff72870e2e0 UILabel:0x7ff72872d660'Build started'.right == TVOSToast.TVOSToast:0x7ff728736c30.right - 10>

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-02-24 15:07:09.039 Jenkins[18058:1717392] 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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728508900 h=--& v=--& UIView:0x7ff728732070.midY == + 70>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff72851ef70 h=--& v=--& V:[UIView:0x7ff728732070(140)]>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728571b20 h=--& v=--& V:[TVOSToast.TVOSToast:0x7ff728736c30(140)]>",
    "<NSLayoutConstraint:0x7ff72871c870 UIView:0x7ff728732070.bottom == TVOSToast.TVOSToast:0x7ff728736c30.bottom - 10>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff72871c870 UIView:0x7ff728732070.bottom == TVOSToast.TVOSToast:0x7ff728736c30.bottom - 10>

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-02-24 15:07:09.040 Jenkins[18058:1717392] 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) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728680a70 h=--& v=--& UILabel:0x7ff72872d660'Build started'.midY == + 70>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff7286022a0 h=--& v=--& V:[UILabel:0x7ff72872d660'Build started'(140)]>",
    "<NSAutoresizingMaskLayoutConstraint:0x7ff728571b20 h=--& v=--& V:[TVOSToast.TVOSToast:0x7ff728736c30(140)]>",
    "<NSLayoutConstraint:0x7ff728726930 UILabel:0x7ff72872d660'Build started'.bottom == TVOSToast.TVOSToast:0x7ff728736c30.bottom - 10>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x7ff728726930 UILabel:0x7ff72872d660'Build started'.bottom == TVOSToast.TVOSToast:0x7ff728736c30.bottom - 10>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.