Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'isUIFeedbackEnabled' not found on object of type 'KVNProgressConfiguration #111

Open
AnthonyUccello opened this issue Oct 30, 2018 · 1 comment

Comments

@AnthonyUccello
Copy link

AnthonyUccello commented Oct 30, 2018

Howdy

After updating to the latest version, we are now getting this error in our Xcode 10, Swift 4.2 project

Property 'isUIFeedbackEnabled' not found on object of type 'KVNProgressConfiguration

It looks like its happening after this commit
519ac3f

screen shot 2018-10-30 at 11 59 56 am

@AnthonyUccello
Copy link
Author

AnthonyUccello commented Oct 30, 2018

After we explicity set the podfile to master pod 'KVNProgress', git: 'https://github.com/AssistoLab/KVNProgress', branch: 'master' we got the right code.

but when we had it as just pod 'KVNProgress', we for some reason were not getting this updated bool flag. When we looked at the code in the develop branch:https://github.com/AssistoLab/KVNProgress/blob/develop/KVNProgress/Classes/KVNProgressConfiguration.h

it matched this header file and the method @property (nonatomic, getter = doesAllowUserInteraction) BOOL allowUserInteraction;.

Doing a full clean and pod repo update didn't fix it until we explicitly set to master...any suggestions as to why this might have occurred?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant