Class JavaLaunchHelper is implemented in two places

前端 未结 5 1446
迷失自我
迷失自我 2021-02-14 09:41

Today I upgraded my Intellij Idea on macOS Sierra, and now, when I run apps in console I have this error:

objc[3648]: Class JavaLaunchHelper is implemente

5条回答
  •  面向向阳花
    2021-02-14 10:15

    I have found the other workaround: to exclude libinstrument.dylib from project path. To do so, go to the Preferences -> Build, Execution and Deployment -> Compiler -> Excludes -> + and here add file by the path in error message.

提交回复
热议问题