Owen Bridges
Owen Bridges

Reputation: 81

What does the error 'Unsupported Configuration' mean?

When I go to the screen that is causing this error, their is a white screen. It should have a website on it. Ive read the error but I don't know how to fix it. Any help? The Picture shows what it says.

Update: The warnings have went away but I still get a white screen.

Upvotes: 1

Views: 5090

Answers (1)

ecatalano
ecatalano

Reputation: 687

Look underneath the error and read what it says:

Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration.

It seems as though you had some items in your storyboarrd window that had some constraints set on them, and then those items were deleted. The constraints seem to still be set.

If you remove those constraints, this error should disappear.

If you cannot find those constraints, refer to this question's answer:

Xcode Storyboard warning: Constraint referencing items turned off in current configuration. Turn off this constraint in the current configuration

Upvotes: 1

Related Questions