ZhichGaming / Novee

An app to download and watch anime/manga/novels
GNU General Public License v3.0
23 stars 2 forks source link

Error when trying to build in xcode #3

Open MaartenSomay opened 12 months ago

MaartenSomay commented 12 months ago
image

Getting this error

ZhichGaming commented 12 months ago

I mean, I think the latest code on the repo works for me but it's been a while since I last ran the project (since i'm on vacation rn) so it could have bugs.

To fix this error, you can just remove the following if statement:

if let image = image {
    Don't remove the code inside here. 
}
MaartenSomay commented 12 months ago

I mean, I think the latest code on the repo works for me but it's been a while since I last ran the project (since i'm on vacation rn) so it could have bugs.

To fix this error, you can just remove the following if statement:

if let image = image {
    Don't remove the code inside here. 
}

Heyo, thanks! but im now getting this

image
ZhichGaming commented 12 months ago

While deleting the if statement, you accidentally deleted the next line as well containing the variable image.