Class JavaLaunchHelper is implemented in two places

前端 未结 4 2156
时光取名叫无心
时光取名叫无心 2021-02-14 09:14

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

4条回答
  •  渐次进展
    2021-02-14 10:06

    I am using Intellij Idea 2017 and I got into the same problem. What solved the problem for me was to simply

    1. close the project in intelliJ
    2. File -> New -> project from existing resources
    3. use Import from external model (if any)
    4. open the project again.

提交回复
热议问题