Skip to content

FeatureFlagTableViewCell could not be found #8

@BerndSchmecka

Description

@BerndSchmecka

Hi, I am currently experiencing a bug in Xcode 26 (might be in earlier versions too) where I try to load the FeatureFlagsViewController like this:

            guard let navigationController = self.navigationController else {
                return
            }
            let navigationSettings = ViewControllerNavigationSettings(
                autoClose: true,
                closeButtonAlignment: .closeButtonLeftActionButtonRight,
                closeButton: .done,
                isNavigationBarHidden: false
            )
            FeatureFlagsUI.autoRefresh = true
            FeatureFlagsUI.pushFeatureFlags(
                navigationController: navigationController,
                navigationSettings: navigationSettings
            )

The problem is that FeatureFlagTableViewCell could not be found, as it is looking in the app bundle, not in the FeatureFlags Bundle. I fixed this temporarily by copying FeatureFlagTableViewCell.xib into my app resources. I use SPM to include this library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions