Nested optimization should never be triggered. This is probably due to autolayout work happening inside an NSISVariable delegate callback

Viewed 1225

App crashed and log gave me this message:

"Nested optimization should never be triggered. This is probably due to autolayout work happening inside an NSISVariable delegate callback, which is not allowed."

How to fix this?

1 Answers
Related