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

Fix missing local self issue causing build failure (#85) #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stelmakh
Copy link

No description provided.

@EddyVerbruggen
Copy link
Owner

Thanks!

Did you observe this issue while building locally with the Cordova CLI? If so, which version?

@stelmakh
Copy link
Author

@EddyVerbruggen Yes, I use Cordova CLI v6.5.0

@EddyVerbruggen
Copy link
Owner

I'm not opposed to merging your PR of course, but I'd like to reproduce the error first.

Just did this with cordova-cli 6.5.0:

cordova create blah
cd blah
cordova platform add ios
cordova plugin add com.telerik.plugins.healthkit
cordova build ios
..
..
** BUILD SUCCEEDED **

Does that behave differently for you?

@stelmakh
Copy link
Author

It behaves just the same on a clean project with just the healthkit plugin installed, a build succeeds. I'll see how to reproduce the issue and will let you know

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

Successfully merging this pull request may close these issues.

2 participants