beansoft / react-native-console

🧩 an IDEA/WebStorm/Android Studio Plugin for One-Click run React Native commands in embed terminal
BSD 3-Clause "New" or "Revised" License
185 stars 28 forks source link

java.lang.IllegalArgumentException #63

Closed BokiGaja closed 3 years ago

BokiGaja commented 3 years ago

Hi, I've got this error while using this plugin in Webstorm

java.lang.IllegalArgumentException: Argument for @NotNull parameter 'project' of com/github/beansoft/ios/IosSchemeService.getInstance must not be null
    at com.github.beansoft.ios.IosSchemeService.$$$reportNull$$$0(Unknown Source)
    at com.github.beansoft.ios.IosSchemeService.getInstance(Unknown Source)
    at com.github.beansoft.C.A.H.ā(Unknown Source)
    at java.base/java.lang.Thread.run(Thread.java:834)

NOTE: The plugin still works properly, but I just want to inform you that this issue occurred a couple of times

beansoft commented 3 years ago

Thx for the report, I’ve noticed this problme and a fix with a new version already is in progress.

beansoft commented 3 years ago

should be fixed in this new release, please give a try

BokiGaja commented 3 years ago

Seems like this problem doesn't exist in a new version. Thanks