Reply to Ambiguous Layout: Position and size are ambiguous for "Stack View" It looks like its telling you that you have not specified a width or height and its not sure now to layout the view. Have you set that constraint already ? That or maybe you have conflicting constraints and its not sure which one to use. UI Frameworks UIKit Feb ’22