paulertion
paulertion

Reputation: 1

Cannot build a Swift project AppDelegate.swift fails

I need some help, I cannot find the build error after hours, when I try to compilate it shows me an error, could someone help me please? I leave the link below. Thanks in advance!

My project in GitHub

Upvotes: 0

Views: 90

Answers (2)

Pranay
Pranay

Reputation: 486

Try using Command + Shift + K to clean the build folder

Upvotes: 1

As mentioned before you have a lot of breaking constraints, but your project builds successfully in xCode 11.3.1. Consider deleting derived data from you xCode.

Upvotes: 0

Related Questions