Alex

Results 13 comments of Alex

+1. Seems that BMClassCollector can't collect classes when built in a Dynamic Framework. ``` const char *imageName = class_getImageName(object_getClass(self)); const char **classNames = objc_copyClassNamesForImage(imageName, &classesCount); ``` This code searches classes...

Hi guys thanks for reporting. I actually have no idea why would this happen but found many similar issues with other pods, so as a quick fix you can try...

Swift 5 and XCode 10.2 support was recently added, please try `pod 'PinCodeTextField', '~> 0.2'`

Unfortunately oneTimeCode can’t be supported by PinCodeTextField at the moment. There have been some work around it some time ago but it hadn’t succeeded. Please check my comment in closed...

I also recommend to have a look at this PR, it’s work in progress but may work for you. https://github.com/tkach/PinCodeTextField/pull/47

@rajathevar456 Unfortunately, auto-fill won't work with PinCodeTextField. Apple doc on auto-fill iOS supports Password AutoFill on UITextField, UITextView, and any custom view that adopts the UITextInput protocol. This control (PinCodeTextField)...

Hi guys, sorry for delay. This control doesn't support .oneTimeCode, please take a look at https://github.com/tkach/PinCodeTextField/issues/44 for detailed explanation. I would suggest to use UITextField or UITextView and customize it...

Hi, by your description it looks like you are opening .xcodeproj file (but after pods installation you should use .xcworkspace to build your project). Please check that you are building...

If it won't help, it would be great if you can share your Podfile and complete error description, + code (that part where you're getting this error)

Did you add import PinCodeTextField at the top of your ViewController ?