SwiftUICalculator icon indicating copy to clipboard operation
SwiftUICalculator copied to clipboard

Unable to infer complex closure return type; add explicit type to disambiguate

Open anushkmittal opened this issue 5 years ago • 0 comments

downloading master and running on Xcode 11.4.1 gives me this error on return VStack(alignment: .center) { under Calculator.swift

anushkmittal avatar May 20 '20 21:05 anushkmittal