您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
778B

  1. Error: Unknown Usage/Linking Requirements
  2. #########################################
  3. A library can declare that it *uses* or *links* to another library by using the
  4. ``uses`` and ``links`` keys in ``library.json5``, respectively.
  5. These requirements are specified by using the ``namespace/name`` pair that
  6. identifies a library. These are defined by both the project's dependencies and
  7. the project itself. If a ``uses`` or ``links`` key does not correspond to a
  8. known library, ``dds`` will not be able to resolve the usage requirements, and
  9. will generate an error.
  10. To fix this issue, ensure that you have correctly spelled the library
  11. identifier and that the package that contains the respective library has been
  12. declared as a dependency of the library that is trying to use it.