This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CCS:无法使用macOS CCS。

Guru**** 2604655 points
Other Parts Discussed in Thread: CCSTUDIO

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/631155/ccs-macos-ccs-cannot-be-use

主题中讨论的其他部件:CCStudio

工具/软件:Code Composer Studio

大家好,

无法使用MacOS CCS。 请检查图片。 我的CCS版本是7.3 或6。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    Alvin,

    您的MacOS版本是什么?

    此致,
    John
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    我认为这是Eclipse和High Sierra (10.13)的一个问题,因为英语以外的语言是默认语言。 我在网上找到了一些关于这个的参考资料。

    进入CCStudio.app软件包,然后进入“目录”文件夹。 找到info.plist文件。 需要对其进行编辑。 查找区域设置列表,并从该列表中删除除“en”条目之外的所有内容。

    保存。

    重新启动CCS。

    我无法在Mac上看到此问题,但从我已阅读的内容中可以找到此问题。

    此致,
    John
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢你John,它很有效!

    正如您所指出的那样,CCS安装在macOS (High Sierra,Ver. 10.13),并将默认语言设置为中文。 我按照您的指示修改了info.plist文件,问题已解决。

    修改L之前的info.plist文件

    。。

    <key>CFBundleLocalizations</key>

    <string>ar</string>
    <string>cs</string>
    <string>da</string>
    <string>el</string>
    <string>en</string>
    <string>es</string>
    <string>de</string>
    <string>fi</string>
    <string>fr</string>
    <string>hu (处理单位)</string>
    <string>it (它)</string>
    <string>iW</string>
    <string>ja</string>
    <string>ko</string>
    <string>nl</string>
    <string>no</string>
    <string>pl</string>
    <string>pt_BR</string>
    <string>pt</string>
    <string>RU</string>
    <string>SV</string>
    <string>tr</string>
    <string>zh_HK</string>
    <string>zh_tw</string>
    <string>zh</string>
    </array>

    …………

    修改后:

    ..........

    <key>CFBundleLocalizations</key>

    <string>en</string>
    </array>

    ..........

    CCS正常工作:

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    很棒!

    Eclipse在4.7 Tm发行版Eclipse中似乎有解决方法。 我们将在8.0 中进行收集,但直到明年才会进行。

    此致,
    John