Open the-freshlord opened 7 years ago
Having the same issue, any clues?
Hi guys, I got this while compiling my code:
/Users/user/Documents/GitHub/mobile-visa-mlc-ios-master/BaseApp/Views/VisaViews/VisaAlertView/VisaAlertViewController.swift:87:132: Cannot convert value of type 'Bool' to expected argument type 'SCLButton.ShowTimeoutConfiguration?'
In this method:
func addActionButton(_ title: String, buttonTapped: @escaping () -> Void) { let textColor = ThemeManager.sharedManager.isUsingDefaultTheme ? ThemeManager.sharedManager.currentPrimaryColor : ThemeManager.sharedManager.currentTertiaryColor _ = addButton(title, backgroundColor: ThemeManager.sharedManager.currentSecondaryColor, textColor: textColor, showTimeout: false, action: buttonTapped) }
Could you guys help me?
I noticed that the method
addButton
changed to this:But when doing a pod install, an older version gets pulled and the method is this:
Not sure why this happens.