I wish to allow Google Firebase to my Xcode projet, so I adopted this tutorial:
https://www.youtube.com/watch?v=F9Gs_pfT3hs&t=415s&ab_channel=Firebase
However, I am encountering a difficulty whereas attempting, and I am receiving the next error message:
The applying helps opening information, however would not declare whether or not it helps opening them in place. You may add an LSSupportsOpeningDocumentsInPlace entry or a UISupportsDocumentBrowser entry to your Data.plist to declare help.
So I added LSSupportsOpeningDocumentsInPlace
entry with the worth YES
to Data.plist
and explored the potential for utilizing UISupportsDocumentBrowser
in Data.plist
.
Regardless of implementing the above options, the error persists.