-
Notifications
You must be signed in to change notification settings - Fork 30
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
Issues in final update #3
Comments
There are more issues coming up, if i can send you the project to see if you can fix it? |
devhopes, i cloned this project from github and four swift files were missing from my download: Persistence.swift, UserProfile.swift, CreateProfileView.swift, and EditProfileView.swift. devhopes, did you create those files yourself? |
No no filea from me.
On Tue, Dec 6, 2022 at 9:23 PM havasu78 ***@***.***> wrote:
There are more issues coming up, if i can send you the project to see if
you can fix it?
devhopes, i cloned this project from github and four swift files were
missing from my download: Persistence.swift, UserProfile.swift,
CreateProfileView.swift, and EditProfileView.swift. devhopes, did you
create those files yourself?
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEEPJ34U5KZ3TZBHWVYRDGTWL7RIVANCNFSM6AAAAAASJ2B52Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Sent from Gmail Mobile
|
fixed in #4 |
@devhopes-ca, did you figured out how to run the project? I have some packages issues that I struggle to fix. I added my firebase file but build keep failing. |
After add Google plist for Firebase, the following errors are coming up all in one file: EditProfileViewModel.swift:
Please assist
Attached is the code:
//
// EditProfileViewModel.swift
// tinder-clone
//
// Created by Alejandro Piguave on 27/10/22.
//
import Foundation
import UIKit
struct ProfilePicture: Hashable{
let filename: String?
let picture: UIImage
}
class EditProfileViewModel: NSObject, ObservableObject {
}
The text was updated successfully, but these errors were encountered: