Skip to content

Issue creating .xcframework with Xcode 14.3 #392

@yetelday

Description

@yetelday

Hello, until Xcode Command Line Tools 14.2 when creating the .xcframework of my project I had this warning :

public class 'Reachability.Reachability' shadows module 'Reachability', which may cause failures when importing 'Reachability' or its clients in some configurations; please rename either the class 'Reachability.Reachability' or the module 'Reachability', or see https://bugs.swift.org/browse/SR-14195 for workarounds

now with 14.3 I get errors :

Reachability' is not a member type of class 'Reachability.Reachability'

failed to verify module interface of 'Reachability' due to the errors above; the textual interface may be broken by project issues or a compiler bug

and the creation of the .xcframework fails

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