akofman / cordova-plugin-add-swift-support

:hammer: Swiftify your Cordova app !
MIT License
117 stars 110 forks source link

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

Open l3ender opened 5 years ago

l3ender commented 5 years ago

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.