You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If some dependencies are exclusive for some OS, you may need to run the last command for them adding `--profile:all <PROFILE>`.
499
+
488
500
## Coverage report
489
501
490
502
The coverage report is intended for developers using compilers GCC
@@ -586,6 +598,11 @@ After any updates or changes to dependencies, you may need to do the following:
586
598
4.[Regenerate lockfile](#conan-lockfile).
587
599
5. Re-run [conan install](#build-and-test).
588
600
601
+
#### ERROR: Package not resolved
602
+
603
+
If you're seeing an error like `ERROR: Package 'snappy/1.1.10' not resolved: Unable to find 'snappy/1.1.10#968fef506ff261592ec30c574d4a7809%1756234314.246' in remotes.`,
604
+
please add `xrplf` remote or re-run `conan export` for [patched recipes](#patched-recipes).
605
+
589
606
### `protobuf/port_def.inc` file not found
590
607
591
608
If `cmake --build .` results in an error due to a missing a protobuf file, then
0 commit comments