I would like to enable Google Firebase to my Xcode projet, so I followed this tutorial:
https://www.youtube.com/watch?v=F9Gs_pfT3hs&t=415s&ab_channel=Firebase
But, I’m encountering an issue while trying, and I’m receiving the following error message:
The application supports opening files, but doesn’t declare whether it supports opening them in place. You can add an LSSupportsOpeningDocumentsInPlace entry or a UISupportsDocumentBrowser entry to your Info.plist to declare support.
So I added LSSupportsOpeningDocumentsInPlace entry with the value YES to Info.plist and explored the possibility of using UISupportsDocumentBrowser in Info.plist.
Despite implementing the above solutions, the error persists.




