Error message in App Project (VStack)

Hi Everyone,

I am a new member here, i need help for a error message in my project Avocado (App)
see the project in this link : https://www.dropbox.com/sh/rtgcesrmuoes4h6/AAADXFgt9ED9Fbcy240NREfIa?dl=0

Thanks for help

Two things:

  1. In SettingsView.swift, you left out the enclosing { } for Section #2 on line 45 and then after line 83.

  2. In Content.view line 58, change .font(.bold) to .bold()

After making those two changes, I was able to successfully build your project.

2 Likes

Thanks roosterboy for help