I'm a beginner with CumulusCI, creating my first package as suggested in https://cumulusci.readthedocs.io/en/latest/unlocked_package.html
cci task run create_package_version --org dev --package_type Unlocked
I get this error message :
package.xml: You cannot install or upgrade a package that has a ExperienceBundle component. Remove components of ExperienceBundle type from the package.package.xml: You cannot install or upgrade a package that has a ExperienceBundle component. Remove components of ExperienceBundle type from the package.
Does this mean that CumulusCI does not support packaging #ExperienceBundle ? These are available in packages, according to the Metadata Coverage Report, I have already packaged them.
Are there other metadata which CCI cannot package ?
Is there a CCI-specific Metadata Coverage Report ?