Carte icon indicating copy to clipboard operation
Carte copied to clipboard

Not showing license text on click

Open froozesocial opened this issue 4 years ago • 1 comments

Not showing any license when I click an item. It shows me the pods though.

froozesocial avatar May 12 '20 20:05 froozesocial

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

srsly4 avatar Oct 19 '21 08:10 srsly4