Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to build in xcode #3

Open
MaartenSomay opened this issue Jul 21, 2023 · 3 comments
Open

Error when trying to build in xcode #3

MaartenSomay opened this issue Jul 21, 2023 · 3 comments

Comments

@MaartenSomay
Copy link

image

Getting this error

@ZhichGaming
Copy link
Owner

ZhichGaming commented Jul 21, 2023

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
Copy link
Author

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants