Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

some file are missing #7

Closed
framarini02 opened this issue Jul 2, 2020 · 18 comments
Closed

some file are missing #7

framarini02 opened this issue Jul 2, 2020 · 18 comments

Comments

@framarini02
Copy link

"import Lottie" it gives me an error with no such module Lottie written
"import Firebase" it gives me an error with Couldn't build Objective-C module "firebase"
#import <FirebaseCore/FirebaseCore.h> this file are missing

@vitaliy-paliy
Copy link
Owner

Hey, try running run pod install in your terminal.

@framarini02
Copy link
Author

Already done

@vitaliy-paliy
Copy link
Owner

Did it fix your issue?

@framarini02
Copy link
Author

No

@vitaliy-paliy
Copy link
Owner

What version of Xcode do you have? Check out this StackOverflow question -- https://stackoverflow.com/questions/52077002/header-file-firebasecore-firebasecore-h-not-found-despite-importing-firebase

@framarini02
Copy link
Author

Xcode 12

@vitaliy-paliy
Copy link
Owner

Oh, I see, do you use mChat.xcodeproj to run the app? You have to use the mChat.xcworkspace instead.

@framarini02
Copy link
Author

i run mChat.xcodeproj

@vitaliy-paliy
Copy link
Owner

vitaliy-paliy commented Jul 2, 2020

Yep, that is why some files are missing. You have to use mChat.xcworkspace in order for this app to work. More information here about the difference between the two ---> https://stackoverflow.com/questions/21631313/xcode-project-vs-xcode-workspace-differences

@framarini02
Copy link
Author

so I have to start the file .xcworkspace first and press on run and then I have to use the other file .xcodeproj to start the app, right?

@vitaliy-paliy
Copy link
Owner

No, you now have to work only with mChat.xcworkspace. mChat.xcodeproj file does not support CocoaPods, that is why some files were missing.

@framarini02
Copy link
Author

ok. now I try

@framarini02
Copy link
Author

one last thing. Why does the program always give me an error when trying to archive? The error comes from lottoe-ios and says Undefined symbol: type metadata for Swift._StringObject.Variant

@vitaliy-paliy
Copy link
Owner

It might be a problem with Xcode 12 since it is still in beta. I would suggest using the one that is in the App Store right now. I think it is Xcode 11.5
airbnb/lottie-ios#1214

@framarini02
Copy link
Author

I noticed one thing using the app. But aren't notifications supported?

@vitaliy-paliy
Copy link
Owner

Correct, this app does not support notifications.

@framarini02
Copy link
Author

will you add them?

@vitaliy-paliy
Copy link
Owner

I'm not sure yet.
If you have any additional questions, email me. I'm closing this issue since the initial problem was resolved.

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

No branches or pull requests

2 participants