Sunspension / VKPinCodeView

VKPinCodeView is simple and elegant UI component for input PIN. You can easily customise appearance and get auto fill (OTP) iOS 12 feature right from the box.
MIT License
96 stars 25 forks source link

Value of type 'VKPinCodeView' has no member 'setStyle' #3

Closed SparklingAir closed 4 years ago

SparklingAir commented 5 years ago

There are project sources that compile on one computer and do not compile on another with the error above. The first computer has these versions: macOS Mojave and XCode 11.2.1 the second: macOS Catalina Beta 10.15.2 (19C46a) and XCode 11.2.1 I have updated gem, cocoapods, pods...

Sunspension commented 5 years ago

I guess that you need to clear Cocoapods cache.

pod cache clean VKPinCodeView --all or pod cache clean --all

And just in case you can delete Pods/VKPinCodeView folder from your project folder

SparklingAir commented 5 years ago

It did not help

Sunspension commented 5 years ago

Try this one pod cache clean --all and after that try pod update VKPinCodeView

SparklingAir commented 4 years ago

alas, all the same :(

Sunspension commented 4 years ago

Could you provide your code somehow? Because I have created a project from scratch and have no issues.

SparklingAir commented 4 years ago

I'm afraid I have no right to post the code here. May I show it to you personally?

Sunspension commented 4 years ago

Yes, please use my email address, you can find it on README. But before I would ask you also to check your implementation and latest example from the source. Anyway you are welcome to send me your implementation.