instamobile / messenger-iOS-chat-swift-firestore

Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift

Home Page:https://www.iosapptemplates.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of unresolved identifier 'ATCChatUIConfiguration'

merovic opened this issue · comments

I am sure i successfully imported Core folder to my Xcode project but the provided code snippet still gives error

@merovic can you share the error with us?

Use of unresolved identifier 'ATCChatUIConfiguration'
Use of unresolved identifier 'ATCChatChannel'
Use of unresolved identifier 'ATCUser'
Use of unresolved identifier 'ATCChatThreadViewController'

@merovic This is weird. Can you post a screenshot of the Xcode project including all those files? It does seem that you actually haven't included the Core folder after all...

@merovic you haven't pulled core into your folder properly - remove the 'Core' folder from your project and drag it back in again. When you drag it in, select 'create groups' instead of 'create folder references'

let me know if that works :)

Looks like this issue has been fixed, let us know if it happens again