Auto detect error after upgrade to Swift 2.0

After downloading Xcode 7.0 and migrating to Swift 2.0, I get the following error.

Trying to add this NSLayoutConstraint to the engine where it already exists. This could damage the engine. Break on void _NSLayoutConstraintRedundantAdd () for debugging. This will only register once. This may break in the future.

+3


source to share


1 answer


It seems like for few people it was fixed by updating to Xcode 7 beta 5



https://forums.developer.apple.com/thread/11909

0


source







All Articles