Carte
Carte copied to clipboard
Not showing license text on click
Not showing any license when I click an item. It shows me the pods though.
Hello, I've encountered the same problem. After some debugging, I've found that it's due to the lack of UINavigationController. Carte uses self.navigationController
which is nil. I've fixed it in my Capacitor module this way: https://github.com/srsly4/capacitor-oss-notices/blob/main/ios/Plugin/CapacitorOSSNoticesPlugin.swift