skip to Main Content

React native – Fastlane could not find action or lane 'get_certificates'

I have a react-native app automatized in gitlab that was working well until yesterday that started showing this error: Could not find action or lane 'get_certificates'. Check out the README for more details: https://github.com/fastlane/fastlane/tree/master/fastlane +------+--------------------------+-------------+ | fastlane summary | +------+--------------------------+-------------+…

VIEW QUESTION

Ios swift – How to set correct tintColor with selected but not focused UICellAccessory.customView

In a UICollectionView within a UISplitViewController layout, I have a UICollectionView.CellRegistration that shows under certain conditions a warning badge as UICellAccessory. This warning badge accessory is based on the following code: func warningBadge(cell: UICollectionViewListCell) -> UICellAccessory { return UICellAccessory.customView(configuration: .init(customView:…

VIEW QUESTION
Back To Top
Search