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

Plugin not correctly synchronized (race condition conflicts with other plugins) #65

Open
l3ender opened this issue Jun 16, 2019 · 0 comments · May be fixed by #66
Open

Plugin not correctly synchronized (race condition conflicts with other plugins) #65

l3ender opened this issue Jun 16, 2019 · 0 comments · May be fixed by #66

Comments

@l3ender
Copy link

l3ender commented Jun 16, 2019

The plugin uses glob in an asynchronous manner by defining a callback. Because of this, the plugin can cause issues with other Cordova plugin hooks that are trying to run and modify the .pbxproj file at the same time.

See glob readme for detail.

@l3ender l3ender linked a pull request Jun 16, 2019 that will close this issue
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 a pull request may close this issue.

1 participant