-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot process component requirements. Multiple candidates to satisfy project requirements (CON-1317) #1066
Comments
@HeinousAgenda38 am using linux OS |
@qiliq what would it do explain me |
@0xdharanesh Please ignore them, looks like spam/phish |
@shubhamdp can i get a solution for my issue |
@shubhamdp can we modify the requirement |
@0xdharanesh please give us some time to analyze and come back with a solution |
@shubhamdp yes please i need it |
@shubhamdp any update on it |
@0xdharanesh Looking into it, please give us some time to work on this problem |
@0xdharanesh can you please try below patch in the esp-homekit-sdk, path is attached in this comment.
Here's the minimal patch on top of
you will have to source below scripts before building
0001-Use-json-generator-and-parser-from-component-registr.patch |
@0xdharanesh can you please provide a few more information esp-idf commit id |
I had already fixed the issue in a similar way before receiving your message, but I waited for your response to confirm or to see if there was a better way to resolve it. I manually deleted the json-generator-and-parser and also Modify them on SDK's idf_component.yml. After that, everything worked well. Here are the details: esp-idf commit ID: cc3203dc4f087ab41b434afff1ed7520c6d90993 Thank you for your help, @shubhamdp ! |
@0xdharanesh working on fixing it, but it may take some time, as this needs to be supported on prior IDF versions as well. |
@shubhamdp okey |
@0xdharanesh can you try please with the attached patch? |
@0xdharanesh Any update you can share? Please close the issue if this works |
and now i have switched to Connecthomeip thanks @shubhamdp @dhrishi |
"$ENV{IDF_PATH}/components/esp-homekit-sdk/components/homekit"
am alredy using the apple home kit in my ESP-IDF project
now i want to add the
"${ESP_MATTER_PATH}/components"
"${ESP_MATTER_PATH}/examples/common"
"${MATTER_SDK_PATH}/config/esp32/components"
${extra_components_dirs_append}
matter protocol in the project
when i head to add this
CMake Error at /home/dharanesh/esp/esp-idf/tools/cmake/component.cmake:251 (message):
ERROR: Cannot process component requirements. Multiple candidates to
satisfy project requirements:
i got this error how to resolve it
and this is my components CmakeLists.txt
The text was updated successfully, but these errors were encountered: